Metrics or Report for groups, roles and authorization

Misafir99
Tera Contributor

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

2 REPLIES 2

Susan Britt
Mega Sage
Mega Sage

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).  

Thanks Susan.