- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2018 11:30 AM
Hello,
I have created a UI Policy to make fields Read Only when incident is closed with the exception of one field. For some reason the field I excluded from the UI policy is only writable if you are logged in as Admin. I have not configured any ACLs for this so not quite sure why this is happening.
I read a post where someone mentioned an out of box ACL for incident.*. Can someone shed a little more light on this OOB ACL and how it can cause my issue? I will like this issue resolved since the goal is to allow every one write to the field not just Admin. Thanks for your assistance.
Solved! Go to Solution.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2019 09:21 AM
To fix this, I had to create an incident table write ACL that allowed ITIL write permission to incident table and then used the RCA_Status ACL to allow ITIL users write access to that specific field. Same as needing a key to get in the building before getting in your office. Thanks for your assistance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2018 12:07 PM
Hello Jim,
I used UI Policy because I want one field to be writable after the incident is closed. I like this to be true for itil and Admin roles.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2018 02:54 PM
Then in that ACL, have a condition that checks if the current record is closed. If it is, then allow for the user to write to that field. In addition to that, you'll want to get rid of the 'admin' role requirement and in the script, check if the user has role admin or user has ITIL. I would disable the OOTB ACL and duplicate it to make your modifications. You don't want to modify OOTB records, if you can avoid it.
Let me know if this answers your question by marking it correct. Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2018 05:59 PM
When you are not sure of what exactly happening and trying to resolve it in terms of mandatory and read only behaviour, then try using field watcher capability in servicenow that helps you to debug the issue and work on it
Thanks,
Siva
Mark this as helpful if that really helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2018 07:00 PM
Hi,
The field that you want editable for admin and ITIL is OOTB field or customized field. If OOTB then please tell me the name of the field.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2018 06:31 AM
Hello Kanchan, it is a customized field called "RCA_Status" inside a section called "RCA Information".