- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 07:03 PM
if state changes all fields are read only and assignments_group group only editable
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 11:32 PM
Hello @BheemavarapuTej,
you can try with below 2 ACLs:
1. read acl
based on your requirements you can select the table name and * - it will be applicable to all fields.
2.list_edit acl
You can select the table name and field name - it will be applicable to only a single field.
if the above solution is not working please refer to the below link:
https://www.servicenow.com/community/itsm-forum/set-all-fields-read-only-when-state-is-completed/m-p...
If it is helpful, mark it as a thumbs-up and accept the correct solution.
Thanks & Regards,
Abbas Shaik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 11:32 PM
Hello @BheemavarapuTej,
you can try with below 2 ACLs:
1. read acl
based on your requirements you can select the table name and * - it will be applicable to all fields.
2.list_edit acl
You can select the table name and field name - it will be applicable to only a single field.
if the above solution is not working please refer to the below link:
https://www.servicenow.com/community/itsm-forum/set-all-fields-read-only-when-state-is-completed/m-p...
If it is helpful, mark it as a thumbs-up and accept the correct solution.
Thanks & Regards,
Abbas Shaik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2023 08:40 PM
thank you