Metrics or Report for groups, roles and authorization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 07:00 AM
Hi,
I want to create a Metric (Report/Dashboard) in ServiceNow that contains all the HR groups and roles and what they can do with those roles and authorizations. Is this possible in ServiceNow? Does anyone have an example?
Thanks!
Misafir

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2023 08:36 AM
You can create a report on groups, roles and group membership from those tables (e.g., sys_user_grmember). However, reporting on what that role can do - I'm not aware of any way you can report on that. It involves too many possibilities (e.g., ACL, module access, Script Include, scripted User Criteria).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2023 11:05 PM
Thanks Susan.