We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633b154 commit 926283dCopy full SHA for 926283d
1 file changed
Server-Side Components/Scheduled Jobs/ACL Audit Utility/README.md
@@ -13,11 +13,10 @@ This script audits Access Control Lists (ACLs) in your ServiceNow instance to id
13
14
## Usage
15
16
-1. Navigate to **System Definition > Script Includes** in your ServiceNow instance.
+1. Navigate to **System Definition >Scheduled jobs** in your ServiceNow instance.
17
2. Create a new Script Include named `ACL_Audit_Utility`.
18
-3. Paste the contents of `ACL_Audit_Utility.js` into the script field.
19
-4. Ensure the script is set to **Active** and **Accessible from all application scopes**.
20
-5. Run the script manually or schedule it using a **Scheduled Job**.
+3. Paste the contents of `code.js` into the script field.
+
21
22
## Notes
23
0 commit comments