cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

Pass an infotable as a mashup parameter to another mashup

sidsinha16
9-Granite

Pass an infotable as a mashup parameter to another mashup

Hi, How did you solve this issue??

Can you please tell the solution.

3 REPLIES 3
PaiChung
22-Sapphire I
(To:sidsinha16)

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

PaiChung
22-Sapphire I
(To:sidsinha16)

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.

Top Tags