Historical data of previously executed ACL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2023 04:11 PM - edited 11-16-2023 04:15 PM
Hello there,
I am trying to find the list of ACLs that had already executed in the past.
I am troubleshooting something and I guess it has to do with the ACLs. Please know that I am not troubleshooting live, so I am not asking about any ACL debugging techniques.
I would just like to know whether an ACL executed in the past , and allowed the access or not, to particular object.
Based on the above description, is there a table or something else that stores the logs or historical data to do so, if yes then how do I find that ACL within that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2023 06:51 PM
Hi @Sal12
Unfortunately there is no such tool available in ServiceNow to see the history of executed ACL. Not even in logs.
We can only debug ACLs live by replicating the scenario the issue has occurred.
Please mark my answer helpful and accept as a solution if it helped 👍✅
Anvesh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2023 06:51 PM
@Sal12 I doubt if any such history is kept in any tables in ServiceNow. Any ACLs related issues can be identified by using Debug ACL tools and by impersonating the user who is facing the access issues via ACL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2023 11:53 AM
Ok, thanks @AnveshKumar M and @Sandeep Rajput