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-28-2016 12:34 AM
Hi Chuck,
We have activated the data certification plugin, I need to move the schedule's data from dev to test.
But I don't have idea what is the references the schedules have.I need to get knowledge on this topic.
I will be posting here if I get any doubts.
Thanks,
Priyanka

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2016 04:50 AM
Hi Priyanka,
The schedules are going to be under
It appears you need to export those as XML and import them in the target system manually, or select the records from the list and use the list choice menu at the bottom to select "Create Application File" to make them part of the current update set.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2016 04:57 AM
What kind of jobs do you want to delete?
Rather than deleting you can set them to Run 'On Demand' and they should not run unless manually triggered. Most of jobs are coming either from scheduled script executions, scheduled reports,etc. But they can also come as ASYNC jobs triggered by ASYNC business rules. In that case, deactivating the BR stops jobs from being created.
Regards,