Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hi, How did you solve this issue??
Can you please tell the solution.
What exactly is your situation?
several methods
Navigation function/widget allows for passing parameters
Session parameters can be used for 'independent mashups'
Binding if you use a child mashup as a contained mashup
JSON specification if you use a child mashup in a collection widget
Thanks for the hint. I am able to pass the infotable in mashup parameter and bind my infotable property in Mashupbindingproperty of collection widget. Now data is coming and populating in the various list in collection widget.
What I want is to pass the selected rows of my list widget to another mashup.
I have tried using navigation function but particular row is not passing. Can you please help?? thanks
I believe the collection widget has a specific property/aspect that indicates the selected item.
So you have two ways
1. Track the action in the parent that has the collection widget
2. Track the action in the child mashup in the collection
draw back for navigating means navigate function has to be in child mashup will be in each collection cell.
This stuff can get a bit complicated unfortunately, and potentially based on how you have it set up, you may need to utilize session parameters.