Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to use filters for ACL's wrt roles?

Suggy
Giga Sage

On ACL's table, I want to view list of all those ACL's which has a role for example 'public' mentioned in it. 

Is it possible?

1 ACCEPTED SOLUTION

Jaspal Singh
Mega Patron
Mega Patron

Hi,

Report on sys_security_acl_role table.

View solution in original post

4 REPLIES 4

Jaspal Singh
Mega Patron
Mega Patron

Hi,

Report on sys_security_acl_role table.

Sandeep Rajput
Tera Patron
Tera Patron

@Suggy Navigate to Access Roles (sys_security_acl_role) table https://<your instace url>/sys_security_acl_role_list.do

 

In the roles column you can filter with public role and in the ACL column you will find all those ACLs where the public role has been used.

 

Screenshot 2023-10-20 at 6.10.15 PM.png

Hope this helps.

Suggy
Giga Sage

Thank you both for responding 🙂

My answer should also have been marked as correct. You can choose to mark multiple answers as correct.