- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2024 04:00 AM - edited 08-02-2024 04:01 AM
Possibilities:
1. Using Debug Security to see what ACL's could be possibly running to make it read-only
2. Check if any client-scripts / UI policies running to make it read-only
3. Check if the Dictionary Entry is marked as read-only
There's a field that's read-only and it doesn't appear to be caused by any of the above.
Is there any other way to tell what could possibly be causing a field on a table to be read-only?
Thanks in Advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2024 04:12 AM
Access Analyzer is waaaay easier to interpret than Debug Security, so check that out.
Exploring Access Analyzer (servicenow.com)
Data policies can also make fields read-only.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2024 04:52 AM
@AmenaA If there are no Data Policy/UI Policy/Client script, then it has to be ACLs. I recommend using Access Analyser to see which ACL is failing.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2024 04:05 AM
@AmenaA A Data Policy could be potential cause if the ones mentioned by you do not apply.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2024 04:44 AM
Thank you for that!
But there seems to be no Data policies running on that table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2024 04:52 AM
@AmenaA If there are no Data Policy/UI Policy/Client script, then it has to be ACLs. I recommend using Access Analyser to see which ACL is failing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 02:57 AM
Thank you for that @Sandeep Rajput !!
That helped!!!