Recover records deleted from Import set

Ajith Sasidhara
Tera Contributor

Hi Community,

I would like to know is there any way in ServiceNow we can recover the records deleted automatically after 7 days from staging table. I don't want to turn off the Import set deleter scheduled script or set "no_audit_delete" attribute to false.

1 REPLY 1

Sandeep Rajput
Tera Patron
Tera Patron

@Ajith Sasidhara You can find the details of deleted records from sys_audit_delete table.

 

Screenshot 2023-10-06 at 10.48.54 PM.png

 

You can use Undelete Record action to undo the delete action

Screenshot 2023-10-06 at 10.50.10 PM.png