ACL not working for a particular field in list view

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 02:43 AM
Requirement: To create ACL to restrict any user from changing the State if it is already in closed Complete for Catalog Task table.
I have implemented below scenario, but still it isn't working:
Type: record
Application: Global
Operation: list_edit
Admin overrides: checked
Protection Policy: None
Name: sc_task for state
Condition: State is Closed Complete
Role: snc_internal (got added automatically)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 03:48 AM
did you debug any other write ACL is allowing user to edit?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 08:51 PM
I did but there is nothing such ACL. Also when I am trying to implement it through onCellEdit it is not happening.