- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2023 11:56 PM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2023 02:28 AM - edited ‎08-25-2023 03:01 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2023 03:24 AM
Hi @Voona Rohila I have tried list edit ACL but didnt work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2023 03:33 AM
Hi @Voona Rohila i tried write acl as well not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2023 04:13 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2025 04:31 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2023 04:04 AM - edited ‎08-25-2023 04:09 AM
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.
Please mark it Correct and Hit Like if you find this helpful!
Regards,
Karthiga