Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hello Community,
I’m working on a scenario where I need to pass selected dates from Mashup 1 to Mashup 2 using the navigation function, and then return the same dates back to Mashup 1 when the user clicks a back button in Mashup 2.
Currently, I can successfully pass the selected dates from Mashup 1 to Mashup 2 using the navigation function and mashup parameters. However, I’m struggling to return the same dates back to Mashup 1 when navigating back.
I’d appreciate any suggestions or best practices on how to handle this back-and-forth data exchange between mashups. Is there a recommended approach for maintaining these values? I am currently working with Thingworx 9.5 version
Thanks in advance for your help!
Solved! Go to Solution.
Hello,
you have three main options:
/ Constantine
Mashup parameter can help you transfer data from Parent Mashup to Child Mashup however the reverser difection is not supported.
You can use session parameters to save data on Child Mashup while Parent can also access the data.
The session parameter data is maintained when a user navigates between different mashups.
Refer to Help Center and articles: CS249180, CS232199 for more information on Session Parameters
Hello,
you have three main options:
/ Constantine