Show/Hide the ThingWorx menu items
When a user logs into the ThingWorx application, I need to retrieve their user category from the application database. Based on the user's category, specific menu items in ThingWorx should be shown or hidden. Could you please guide me through the steps to implement this?
For example,
- if user1 logs in, Menu--> Item1---> SubItem1, Item2--->SubItem2, Item3--->SubItem3 to be shown.
- if user2 logs in, Menu-->Item1-->SubItem1, Item3---> SubItem3 to be shown.
Thank you.


