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

Hi @Voona Rohila  I have tried list edit ACL but didnt work. 

Hi @Voona Rohila i tried write acl as well not working

 

I did similar requirement recently and it was working.

Can you share the ACL you configured?


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

Hi @Voona Rohila , if we want to make a field non editable only in one workspace that too in list view not in native view. And these changes should not affect other workspaces for that particular field then should we opt for a list edit acl ? Also how we can apply the logic workspace view wise?

Karthiga S
Kilo Sage

Hi @Priya103 ,

 

Try with UI Policy. Uncheck Global,Set the view to Workspace,onload to True, and in The UI policy actions, make the Short description Mandatory.

 

You can write view-specific functionality in client scripts too. Same way uncheck the global and set workspace in view.

 

Refer image.

 

KarthigaS_0-1692961336786.png

 

Please mark it Correct and Hit Like if you find this helpful!

 

Regards,

Karthiga