Deleted incident
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 12:14 AM
Hello Community,
It was reported that we have a deleted incident which occurred yesterday I navigated to Audit Records but could not find it. Any further suggestions to try and locate please would be great.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 12:57 AM
I found this but no incidents deleted in the last 3months
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 02:04 AM
Hi @Ralton Stewart ,
Check in this tablesys_rollback_sequence.LIST in Audit delete column
Try to excute below script in lower instance and check.
var gr = new GlideRecord("incident");
gr.addQuery("sys_updated_on", ">", gs.beginningOfThisQuarter() );
gr.query();
while( gr.next() ){
new GlideHistorySet("incident", gr.sys_id).generate();
}
1)Double check if incident really deleted some times it will not delete and still active.
2)Make sure audit is enabaled for incident table
3)Check if you have necessary permissions to check delete records
Please mark it as helpful and solution proposed if it serves your purpose.
Thanks,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 01:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 02:25 AM
thank you all but still nowhere to be found I will raise a case with snow.