Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Scheduled Job History Log?

Meloper
Kilo Sage

Hi ,

we have the Opportunity to see Today#s scheduled Jobs.

Can we see a Log from the Past.

I just want to know without using Logs in the Script, if my monthly Job was running in the past.

1 ACCEPTED SOLUTION

Pranesh072
Mega Sage

you can check in syslog_transaction table.

 

https://[instance].service-now.com/syslog_transaction_list.do?sysparm_query=sys_created_onONToday%40javascript%3Ags.beginningOfToday()%40javascript%3Ags.endOfToday()%5Etype%3Dscheduler&sysparm_view=

View solution in original post

1 REPLY 1

Pranesh072
Mega Sage

you can check in syslog_transaction table.

 

https://[instance].service-now.com/syslog_transaction_list.do?sysparm_query=sys_created_onONToday%40javascript%3Ags.beginningOfToday()%40javascript%3Ags.endOfToday()%5Etype%3Dscheduler&sysparm_view=