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
7 hours ago
Hi @umarknightr,
Type "Deleted records" in the filter navigator:
Then search by name, type or date (if you know something was deleted today for example)
/* If my response wasnāt a total disaster āļø ā drop a Kudos or Accept as Solution ā āļø Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
7 hours ago
Hi @umarknightr
Or, if you want to delete all records in one go:
-
Go to the table
-
Open the table directly (from the Table or List view)
-
Use the List > Select All > Delete option ā but be cautious, as this will delete all records permanently."
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
7 hours ago
All deleted records in SN will have an entry in the sys_audit_delete table, which allows you to undelete.
If you are looking for a way to know *when* a record is deleted, set up a notification on this table so that when it creates a record it will notify/alert an admin or group of admins...but make sure you apply a filter to the "when to send" trigger on the notification, so that it will only alert on certain tables (such as incident or a specific ci table) as there is a lot of data deleted on scheduled maintenance jobs, which will trigger as those records are also on this table.
...I hope this helps, but I am unsure if this will answer your question -- if you are rather looking for details on how to delete records that are apps which have been published using SN studio, please reply and I can give some advice on that too.
If this helps, please like and mark as correct, TIA! š
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
7 hours ago
To get the deleted records:
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************