Servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday - last edited yesterday
How to know deleted records
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
9 hours ago
Navigation: Go to System Definition > Deleted Records.
This table logs records deleted from audited tables.
Note - Please keep this in mind :
Not all record deletions are tracked. On a table with attribute 'no_audit_delete=true', deletions will not be tracked. Also Deletions from tables with a 'sys' prefix i.e. 'sys_user' are not audited by default. If you want to track deletions from these tables, just add the table name to the 'glide.ui.audit_deleted_tables' system property.
Shashank Jain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
9 hours ago
Go to sys_audit_delete.LIST from application navigator to see list of deleted records. You can also type 'Deleted Records' and navigate to list of records
Please note only audited tables who records were deleted would be tracked. You can refer below knowledge article for more details
https://noderegister.service-now.com/kb?id=kb_article_view&sysparm_article=KB1262470
As per community guidelines, you can accept more than one answer as accepted solution. If my response helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan