Adding data

0
Hi I have a Data View page. I have a button that brings up a shows list of objects (multi-select). After  the selection is made, i need to add these selected objects to the original object(with data view) from where the selection is invoked. However, I don’t have access to the context object in multi-select . The flow doesn’t end here. But, my need is above. Thanks, Manyam
asked
1 answers
0

Your question is pretty hard to understand. You want the selected objects to get added to the object in your dataview? So the entity of the object in your dataview has a 1-to-many relation with the entity who's object you select. Therefor I think you need to replace the button that you mention with a “reference set selector” to your dataview.

answered