ServiceNow Delete management Job

Abhishek_Thakur
Mega Sage

"How do you manage your ServiceNow instance data with data management delete jobs?"
I do preview the records before executing the delete jobs, and here I use the 'delete with preview' UI action to execute the delete jobs. Which helps you to preview the affected count which matches the delete conditions. Because if you delete your record without previewing. So, it might delete the three level of cascaded records. It means if source tables reference to another table, for instance (if 'incident' reference to 'problem' and 'sys_attachement' table then it will delete all those cascaded level of records which matches the condition of delete jobs. You can execute the jobs if records are safe to delete.

Delete with preview1.jpgDelete with preview2.jpg

0 REPLIES 0