sys_trigger and sysauto table ?

Khanna Ji
Tera Guru

System Scheduler - Scheduled Job (Open the table : sys_trigger )

System Definition - Scheduled Job (Opens the table : sysauto) 

If both are same then why the the number of records are not matching? sys_trigger -This table allowing me to run the scheduler on a specific node with System ID field.

Which module is recommended to use and why?

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

Hi Swathi,

sys_trigger holds which schedule job would be running next.

sysauto holds the script for the schedule job.

Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.
Thanks
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

Hi Swathi,

sys_trigger holds which schedule job would be running next.

sysauto holds the script for the schedule job.

Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.
Thanks
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Thank u

Can we directly create a new record in sys_trigger table to execute our job?