We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Where to check deleted ACLs? Is it even possible?

Not applicable

Hello Experts,

I'm trying to identify if particular ACL was deleted, but unfortunately, I cannot find a place that would store information about deleted ACLs. I tried to check sys_audit and sys_audit_delete, but no luck there. And this was not part of an Update Set.

Is it possible to verify what ACLs were deleted?

Best regards,
Lukasz

1 ACCEPTED SOLUTION

Goran WitchDoc
ServiceNow Employee

You will find it in the "customer updates" table called sys_update_xml.

 

//Göran

View solution in original post

6 REPLIES 6

Anurag Tripathi
Mega Patron

If nothing it would have gotten in to Default update set. You can check there i believe.

-Anurag

karthik120
Giga Expert

Hi,

 

Did you check Deleted Records module under System definition.? There you will find the deleted records

 

Thanks,

kh

Shishir Srivast
Mega Sage

I believe you will be able to find in delete records module.

 

find_real_file.png

Goran WitchDoc
ServiceNow Employee

You will find it in the "customer updates" table called sys_update_xml.

 

//Göran