- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Got you point
- Navigate to All > System Properties > UI Properties.
- Locate the List of system tables (beginning with "sys_", comma separated) that will have the delete audited property.
- Add or remove table names. Table names should be separated by commas, without any spaces.
- Click Save.
Check the reference.
https://www.servicenow.com/docs/r/platforsecurity/t_ConSysTablDelAud.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
May this post help you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Got you point
- Navigate to All > System Properties > UI Properties.
- Locate the List of system tables (beginning with "sys_", comma separated) that will have the delete audited property.
- Add or remove table names. Table names should be separated by commas, without any spaces.
- Click Save.
Check the reference.
https://www.servicenow.com/docs/r/platforsecurity/t_ConSysTablDelAud.html