Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Currently, I have a landing page that displays a list of things pulled from my grandparent template called ControllerThingTemplate via a service using a repeater widget. Inside the mashup of each repeated template is a button that navigates the user to another mashup to display more information about the current thing they are selecting. The issue that I am running across is that on the second mashup I need to display properties that are on the parent template that are not on the grandparent template. I would like to use one mashup for any these things. Is there a way to do this??
Solved! Go to Solution.
You can open up different mashups depending on the ThingTemplate, that maybe an option, Mashup on Navigator it's bindable and you can have a service which returns the mashup to open for instance.
You can open up different mashups depending on the ThingTemplate, that maybe an option, Mashup on Navigator it's bindable and you can have a service which returns the mashup to open for instance.