Hey guys - I am working on creating a menu similar to Manufacturing Apps and have been running into an issue. Here are the details. Created a tile mashup template with an image, description and a overlaying navigation widget. The data needed is hosted in a Data Table and using GetDataTableEntries service i am mapping the data over to the collection widget. The parameters on the tile template mashup are mapped to the fields from the GetDataTableEntries. Viewing the Mashup and the tiles display icons and descriptions of all lines of data in the data table. Upon clicking the tile it opens a new tab but the mashup doesnt open. For e.g. the mashup to be triggered is MainMashup and i expect to see the like url http://xxx:8080/Thingworx/Runtime/index.html#mashup=MainMashup but what I see is http://jmpthingworx:8080/Thingworx/Runtime/index.html#mashup=&__nc=c6551917-9429-41f9-9a1b-cd522fbc9d3a. Another thing to note is that the name of the mashup is being passed as String to MashupName property. Any feedback is much appreciated!.
Thank-you!
Harry
Hi @hgrewal.
We would need to see how you are building the link. Does it look like this?
http://host:port/Thingworx/Mashups/(MASHUP_NAME_HERE)
Regards.
--Sharon