- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2020 08:20 AM
For a given User Role I'd like to generate a visualisation similar to table map. On the left hand side all Roles that contain current Role (inkl. grandparents) and on the right hand side all Roles that are contained by current Role (inkl. grandchildren)
I played around with the UI Page "generic_hierarchy.do", but due to missing documentation of the URL parameters I haven't come to a result yet.
Has anybody an idea?
Many thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2020 12:35 AM
Meanwhile I have answered the question myself.
ServiceNow offers the User Role Inheritance API, that returns exactly, what I need. Based on that data I have implemented a tree representation that can be opened with an UI Action on sys_user records.
Get the update set at my project Visualize User's Roles Inheritance Map on Share!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2020 12:35 AM
Meanwhile I have answered the question myself.
ServiceNow offers the User Role Inheritance API, that returns exactly, what I need. Based on that data I have implemented a tree representation that can be opened with an UI Action on sys_user records.
Get the update set at my project Visualize User's Roles Inheritance Map on Share!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2023 07:14 AM
Updated link to Maik's brilliant application:
https://www.servicenow.com/community/now-platform-articles/visualize-user-s-role-inheritance-map/ta-...