- 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 08:33 AM
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;
Regards,
Siddharam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2023 09:08 AM
I just found that there are 2 ACLs which were causing the trouble. Its working fine now. Thanks everyone for the assistance