ACL Documentation
ACL Documentation
ACL
Documentation
What is ACL?
Access Control List (ACL) in ServiceNow is a set of rules that restrict access
to data by controlling what users can see or do within the system. ACLs are
an essential part of ServiceNow security and ensure that users only have the
necessary permissions to perform their tasks.
If we check, “Admin overrides” then the ACL doesn’t apply for admin.
6. Add a Description:
In the Description field, I provide additional context for the ACL
rule. I might enter something like " Allow write for u_email_id in
incident, if the ACL script returns true."
This setup ensures that only users with the admin role can edit any record in
the Incident table, including the email ID field, effectively meeting the
requirement.
Testing
I used a user created by me with “incident_manager” role and while
impersonating him, I could not edit “email_id” which surely identifies the
successful implementation.