Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hello,
I have a user group which has run time permission to many Things, mashup's and data tables. It's hard to go to each Thing, Mashup and find out whether user group has run time permission or not. Is there a better way to do it?
Thank you
Gautham
Hi Gautham,
You can try to create a custom service for that. Use GetEntityList to get list of entities of a type and create a for loop for all entities and run GetRunTimePermissions service to get its runtime permissions. Filter out the data for the required user group and add in some temporary Infotable.
Hope it helps.
Thanks,
Ankit Gupta
Hello Ankit,
The solution you suggested works for Things, Thing Templates and Data Tables, but how to get Mashups, Menus and Data shape run time permissions?
Thanks,
Gautham