Skip to main content
1-Visitor
August 26, 2020
Solved

Pass Parameters from Master to Children

  • August 26, 2020
  • 2 replies
  • 1740 views

Hi,

 

i have a Master Mashup and want to pass parameters to the Mashup which is using my Master.

So i set the State in my Master to, for example "Running", then my Mashup should update content accordingly. I just need the value i set on my Master Mashup somehow in the other Mashups that are using it.

 

Is this possibly via Mashup Properties? Or how can i do this?
Url Params came to my mind, but arent the best solution, because it is just a filter.

 

Cheers Pat

    Best answer by abhiramk

    As PaiChung mentioned earlier you can use mashup parameters. You can also achieve it by using session variables. Hope this helps you.

     

     

    2 replies

    22-Sapphire I
    August 27, 2020

    You should be able to use Mashup parameters I believe.

    Even though a master is specified from the mashup, you can add the mashup to the master and create the binding from your master to the mashup parameters.

    abhiramk1-VisitorAnswer
    1-Visitor
    August 28, 2020

    As PaiChung mentioned earlier you can use mashup parameters. You can also achieve it by using session variables. Hope this helps you.

     

     

    1-Visitor
    August 28, 2020

    Session Variables did the trick!

    Thanks for helping!