Hi Team just want to know can we track the history of changes made to scheduled job

Shilpi Sharma1
Kilo Contributor

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.

 

11 REPLIES 11

Vaishnavi Lathk
Mega Sage
Mega Sage

Hello,

go to table "syslog_transaction" and filter for Type "Scheduler". In column "URL" you find the name of the Job. 

find_real_file.png

And then check all the available columns. They contain tons of information.

Regards,

Vaishnavi Lathkar

Sulabh Garg
Mega Sage
Mega Sage

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.

find_real_file.png

 

Please Mark Correct/helpful, if applicable, Thanks!! 

Regards

Sulabh Garg

Please Mark Correct/helpful, if applicable, Thanks!!
Regards
Sulabh Garg

HI Sulabh,

 

Thanks for the reply but while clicking on show version it is giving blank list. Please find below screen shot.

find_real_file.png

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.

Please Mark Correct/helpful, if applicable, Thanks!!
Regards
Sulabh Garg