- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2018 11:47 AM
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2018 07:54 AM
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
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2018 07:54 AM
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
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2018 12:43 AM
Thank u
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2024 12:34 AM
Can we directly create a new record in sys_trigger table to execute our job?