How to find schedule job which are updating on change request

ak49
Tera Contributor

ak49_0-1667554730686.png

Screenshot 2022-11-04 150901.png

 

I have change request where in the work note system is updating the status so that is the schedule job so how we can find the correct schedule job which are updating in the worknote. 

 

1 ACCEPTED SOLUTION

AnubhavRitolia
Mega Sage
Mega Sage

Hi @ak49 

 

Open the list of Scheduled Script Execution [sysauto_script] table.

 

Add below condition in the filter to see all the Scheduled Jobs which is have 'change_request' in script:

 

AnubhavRitolia_0-1667555797483.png

 

From the Filtered records, find out the Scheduled Job you are looking for.

 

 

 

Please mark this as correct answer and helpful if it resolved, or mark this helpful if this help you to reach towards solution.

Thanks
Anubhav Ritolia
ServiceNow Rising Star 2023

View solution in original post

5 REPLIES 5

ak49
Tera Contributor

Thanks 

AnubhavRitolia     You are a genius.