Role Inheritance Map

Maik Skoddow
Tera Patron
Tera Patron

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!

1 ACCEPTED SOLUTION

Maik Skoddow
Tera Patron
Tera Patron

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!

View solution in original post

2 REPLIES 2

Maik Skoddow
Tera Patron
Tera Patron

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!