Is there a way to check, if a record was restored recently from deleted records?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
I want to check if one of the "sys_security_acl_role" record has been restored from the deleted records table recently.
Because one such record is seen to be created and later deleted in an update set. But recently it appears that it has comeback.! and causes issues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Things to check and my thoughts
1) Navigate to System Definition > Deleted Records to see records that have been deleted recently (typically within the last 7 days)
2) If the Delete operation is also captured in update set then you can remove it from update set before migration if you don't want.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Agree to both the points, but as you see the update was from 2019, update sets already moved to PROD. And i do not see the records in deleted records (implies it might have been restored from deleted records)
I want to understand if there is way to check if a record was created in 2019 / if it was restored from a deleted record entry recently.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
I don't think you can verify that.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi @prasanna11 ,
You can use Deleted Recovery module and sys_rollback_sequence table to search for the rollback records.
Thanks
Anand