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 can we restrict list editing for non-admin users

Pratiksha KC
Tera Guru

We need to prevent users without the admin role from editing records directly from the List view for the following tables:

  • sc_request

  • sc_req_item

  • sc_task

2 REPLIES 2

Shruti
Mega Sage
Mega Sage

Hi

Create list_edit ACLs on each table and allow only admin role from editing records

Anand2799
Tera Guru

Hi @Pratiksha KC ,

 

Create Deny Unless list_edit ACL on these tables and add admin role to the roles section. This will restrict any uses other than admins from editing values from list view.

 

Thanks

Anand