can we delete scheduled job records? Does it effect anything in production instance?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2016 03:47 AM
Can we delete the scheduled job records? (ex:sys_trigger table)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2016 03:52 AM
A better option is to just uncheck the Active flag.
Deleting is always risky.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2016 04:33 AM
Hi Chuck,
There is no Active field for sys_trigger records. Is there any alternative?
Thanks,
Priyanka

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2016 04:42 AM
Sorry, I was looking at sysauto_script (Scheduled jobs.)
Per the documentation - don't touch the records in sys_trigger.
System Scheduler - ServiceNow Wiki
That being said, the better approach is to deactivate the corresponding record in sysauto_script (or sysauto_whatever) under System Definition> Scheduled Jobs (what I referred to before.)
You can find the corresponding job in the sys_trigger record in the Job context field as display here:
To stop incident auto close from running, go to the scheduled job and uncheck Active, then save.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2016 06:53 AM