Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
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
Solved! Go to Solution.
As PaiChung mentioned earlier you can use mashup parameters. You can also achieve it by using session variables. Hope this helps you.
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.
As PaiChung mentioned earlier you can use mashup parameters. You can also achieve it by using session variables. Hope this helps you.
Session Variables did the trick!
Thanks for helping!