Do we need both Audit checkbox and audit_deleted_tables property for delete tracking?

RajeshEdaguttu
Tera Contributor

Hi Guys,

If I want to track delete records do I need to follow both steps:
1)Enable Audit check box in table dictionary
2)As well as in "audit_deleted_tables"   property  in UI properties
If not how can I track deleted records and rollback those records as well? Please provide any resolution?

Regards,
Rajesh Edaguttu.

1 ACCEPTED SOLUTION

Hi @RajeshEdaguttu 

 

Got you point 

 

  1. Navigate to All > System Properties > UI Properties.
  2. Locate the List of system tables (beginning with "sys_", comma separated) that will have the delete audited property.
  3. Add or remove table names. Table names should be separated by commas, without any spaces.
  4. Click Save.

Check the reference.

https://www.servicenow.com/docs/r/platforsecurity/t_ConSysTablDelAud.html

 

 

If this response was helpful, please mark it as Helpful and, if applicable, as Correct, this helps other users find accurate and useful information more easily.

View solution in original post

3 REPLIES 3

Rafael Batistot
Kilo Patron

Hi @RajeshEdaguttu 

 

May this post help you 

 

https://www.servicenow.com/community/developer-forum/how-to-audit-records-deleted-from-quot-deleted-...

 

If this response was helpful, please mark it as Helpful and, if applicable, as Correct, this helps other users find accurate and useful information more easily.

Hi @Rafael Batistot ,

Thank you for the post. But my question is if I want to track the deleted records for a table do I need to follow below steps or not? if not what will be the next approach to track the deleted records? 

1)Enable Audit check box in table dictionary
2)As well as in "audit_deleted_tables"   property  in UI properties



Hi @RajeshEdaguttu 

 

Got you point 

 

  1. Navigate to All > System Properties > UI Properties.
  2. Locate the List of system tables (beginning with "sys_", comma separated) that will have the delete audited property.
  3. Add or remove table names. Table names should be separated by commas, without any spaces.
  4. Click Save.

Check the reference.

https://www.servicenow.com/docs/r/platforsecurity/t_ConSysTablDelAud.html

 

 

If this response was helpful, please mark it as Helpful and, if applicable, as Correct, this helps other users find accurate and useful information more easily.