Change request ACL on "Impact" field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2025 07:20 AM
Hello,
My requirement is to make all the fields on change request form editable for ITIL users in "New" State and read-only in all other states.
Currently, I have a write star ACL and field level write ACL for "Impact" field with ITIL role for new state. But, the field is read-only on all the states. Please do share your insights on the same.
Thanks in advance!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2025 07:31 AM
Hi @Poorvi Kulkarni ,
There is already OOB field level write acl written for Impact which allow to write it if user have role sn_change_write. make sure your itil user have this role. Do share your code which you are writing to prevent this.
Simple ACL you need to write with condition state =new.
-------------------------------------------------------------------------
If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.
Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay
-------------------------------------------------------------------------

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2025 07:38 AM
@Poorvi Kulkarni I recommend using Access Analyser to check which ACL is not allowing the user to edit the fields in the New state. For more information you can refer to https://www.servicenow.com/docs/bundle/xanadu-platform-security/page/integrate/identity/concept/acce...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2025 08:15 AM - edited 01-06-2025 05:59 PM