Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
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,
Thank you.
Solved! Go to Solution.
If your users are in userGroups you can show menu items based on the groups by assigning groups to the menu entires:
If you do not have the users in UserGroups you would need to create a service which returns a menu structure where you added the entries based on the users category - basically like descibed in https://www.ptc.com/en/support/article/CS249303
If your users are in userGroups you can show menu items based on the groups by assigning groups to the menu entires:
If you do not have the users in UserGroups you would need to create a service which returns a menu structure where you added the entries based on the users category - basically like descibed in https://www.ptc.com/en/support/article/CS249303