Steps to Create Access Control List (ACL) , by which only 'Role A ' can see 'New' button on 'xyz' table, rest of the roles shouldn't see 'New' Button

Deepak Shaerma
Kilo Sage

Hello Community, i just need steps to create ACL so that only a specific role sees the new button in particular table.rest will not

1 REPLY 1

Aaditya Gupta
ServiceNow Employee
ServiceNow Employee

Hi Deepak,

1. For creating an ACL you will need "security_admin" role. Once you have this role, click on the settings icon and select elevate role and select security_admin and save.

 

2. Once you have security_admin role and have elevated roles, Goto System Security -> ACL

3. Click on New button

4. Select type as record

5. Operation as create

6. In the Name field select the "xyz" table

7. In the requires role section add 'Role A'

8. Save the form.

 

For more information you can visit servicenow doc site

https://docs.servicenow.com/bundle/sandiego-it-service-management/page/product/change-management/task/t_CreateNewACL.html

 

Please mark this answer as helpful if this helped you in anyway.

 

Thanks & regards

Aaditya