Data Driven Menu Issue
I am trying to use a data driven menu. I have a table that is configured with columns that match the MenuEntry Data Shape.
column names:
description
imageURL
isDefault
linkDestination
linkTarget
linkType
menuId
parentMenuId
titlle
This is the data in the that table:
A | NULL | False | http://server:8181/Thingworx/Runtime/index.html#master=&mashup=Metrics Dashboard&Team=A | New | Hyperlink | Teams_0 | Teams | A |
B | NULL | False | http://server:8181/Thingworx/Runtime/index.html#master=&mashup=Metrics Dashboard&Team=ACS.T1 | New | Hyperlink | Teams_1 | Teams | B |
Teams | NULL | NULL | NULL | --- | Menu | Teams | NULL | Teams |
I then created a service that returns an infotable and uses the data shape MenuEntry. I then placed the menu widget down on the mashup and linked the service data to the menudata and selected datadriven. No data is being returned in runtime. Any thoughts/ideas?
Thanks

