Make Field Read only - Workspace List view

Priya103
Tera Contributor

Hi All, I am trying to make a field read only. Somehow in workspace list view it is not working as expected. Can we achieve this. Any solutions. Thanks you

1 ACCEPTED SOLUTION

Voona Rohila
Kilo Patron
Kilo Patron

HI @Priya103 

You should write a field level Write ACL to restrict the field from editing.

https://docs.servicenow.com/en-US/bundle/vancouver-it-service-management/page/product/change-managem...

 


Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP

View solution in original post

11 REPLIES 11

The Matrix
Tera Contributor

Hi @Priya103 

 1) elevate your role as security_admin

2) create new list edit ACL on  table your table and field as your field

3) use advanced checkbox as true

4) admin overrides uncheck - means even admin cannot list edit

4) script as

answer = false;

SiddharamTaka1_0-1692977643940.png

 

 Regards,

Siddharam

I just found that there are 2 ACLs which were causing the trouble. Its working fine now. Thanks everyone for the assistance