Is there a table which holds the records of Scheduled job execution?

Rajanmehta
Mega Guru

Hello,

We are on Madrid version. I wanted to find out if there is a table which holds the records of Scheduled job execution?  If yes what is the name of the table? 

Please advise.

Thanks,

Rajan Mehta

1 ACCEPTED SOLUTION

Take a look at System Logs->Transactions (Background)

 

find_real_file.png


Please mark this response as correct or helpful if it assisted you with your question.

View solution in original post

4 REPLIES 4

SanjivMeher
Kilo Patron
Kilo Patron

Navigate to Rollback & Recovery > Script Execution History. This stores all the background script execution

 

Table name is sys_script_execution_history


Please mark this response as correct or helpful if it assisted you with your question.

Hello Sanjiv,

Thanks for your response, I saw that table, but I am looking for scheduled job history (Not background script). Please advise.

Thanks,

Rajan Mehta

 

Take a look at System Logs->Transactions (Background)

 

find_real_file.png


Please mark this response as correct or helpful if it assisted you with your question.

Thanks Sanjiv.