Skip to main content
1-Visitor
July 9, 2020
Question

how we can pass navigation mashup parameters to other mashup when clicked on navigation?

  • July 9, 2020
  • 1 reply
  • 1420 views

Hello Dear,

I am struggling with passing parameter with navigation widget.

Based mashup having there details is successfully show on collection list but I want to open update mashup when i click on each cell of collection with there row details for update..So i can update the information from update mashup.

How can i achieve this solution?

please see my attachment 

 

thanks in advance.

1 reply

22-Sapphire I
July 9, 2020

If you are using the Navigation widget it has a built-in ability to do this.

As long as the mashup you have mapped to the nav widget has Mashup parameters, they will be exposed as properties of the widget and then you can bind to it from the invoking mashup

the other route would be to use session parameters this would allow you to connect completely disconnected mashups

dhiraj21-VisitorAuthor
1-Visitor
July 10, 2020

Thanks for reply. I have attached base mashup parameter to navigation when i drag n drop id parameter to navigation it'll show id as number and id as a text then it will successfully worked to navigate the mashup parameter to other mashup..

 

Thanks