System Data Management: Update/Delete Jobs with no-code Capability.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2025 04:27 AM
Hello Team,
ServiceNow offers an out-of-the-box (OOB) no-code capability to handle these Update/Delete Records tasks — No Code Solution,
This feature allows you to update or delete records based on defined conditions without the need for scripting.
Additionally, the platform provides a rollback feature to restore the updated records to their previous state, ensuring safe and reversible changes.
Consider scheduling the update job to run during non-business hours to minimize the potential performance impact on your users. Updating all records in a table temporarily locks the table, which prevents inserts and updates.
Procedure
- Navigate to All > System Data Management.
- Select an update/delete job modules.
if Select Update Job:
there will be empty list but i have created one update job as you can see in screenshot.
Click on New button to create new update job to update the records on specific table with conditions and specific fields.
Confirmation Pop-Up will come so will will proceed it.
Progress Status :
After update if you want to rollback the update changes you can do by clicking on Rollback button from the new Update Job.
The rollback functionality reverted the updated state back to their original state.
Similar kind of actions you can do for delete job also.
Best Regards
Sanjay Bagri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2025 02:46 AM
I tried setting the Run at time, but my delete job did not execute at the scheduled time. Could you please help me identify the issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2025 02:48 AM
I tried setting the Run at time, but my delete job did not execute at the scheduled time. Could you please help me identify the issue?