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

Pritam7
Tera Contributor

Hi Priya,

 

You can try two ways

1. Creating an UI policy and make sure global is ticked so it will work for both native and workspace

2. Create an ACL list_edit type and make the field non editable from list view.

Please mark correct, if you find it helpful

Priya103
Tera Contributor

tried but not working in workspace view

Pritam7
Tera Contributor

Please share your ACL configuration if you still don't have the 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