Hi Team just want to know can we track the history of changes made to scheduled job
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 12:53 AM
Hi Team,
Multiple users having admin access on my production just want to know how i can track who done the changes on scheduled job.
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 01:00 AM
Hello,
go to table "syslog_transaction" and filter for Type "Scheduler". In column "URL" you find the name of the Job.
And then check all the available columns. They contain tons of information.
Regards,
Vaishnavi Lathkar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 01:06 AM
Hello Shilpa,
On scheduled job form, Click on the Configure->related list and then click on "show versions" to track the changes done on the scheduled jobs.
Please Mark ✅ Correct/helpful, if applicable, Thanks!!
Regards
Sulabh Garg
Regards
Sulabh Garg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 01:16 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 01:24 AM
You are right, It will be blank. Actually it stores the version information of related list addition/removal and not for the scheduled job version history.
So you should follow the below approach
1) Enable the Audit on sysauto_script or scheduled job table.
2) And then you can find the history of changes under "history" option in context menu.
For old records you may try "sys_audit" table to track the changes, but I am not sure whether you will find the changes or not because this table is not audited.
Regards
Sulabh Garg