The CreatorCon Call for Content is officially open! Get started here.

Historical data of previously executed ACL.

Sal12
Tera Expert

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?

3 REPLIES 3

AnveshKumar M
Tera Sage
Tera Sage

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 👍

Thanks,
Anvesh

Sandeep Rajput
Tera Patron
Tera Patron

@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.

Sal12
Tera Expert

Ok, thanks @AnveshKumar M  and @Sandeep Rajput