- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2023 10:02 PM
Dear Experts
This is my first implementation of Job Scheduling.
Please let me know about the following.
I would like to set the execution timing to "Quarterly".
(e.g. Run: 1/1, 4/1, 7/1, 10/1)
How should I set this up?
Best regards.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2023 10:21 PM
Hi @M_Tomy ,
You can set 'Run' as "Business Calendar:Entry Start" or "Business Calendar:Entry End" and then select 'Business Calendar' as "Quarter". (like below):
If my response helps you to resolve the issue close the question by ✅Accepting solution and hit 👍thumb icon. From Correct answers others will get benefited in future.
Thanks,
Ratnakar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2023 10:29 PM
Hi @M_Tomy ,
By default, ServiceNow uses the server's time zone for scheduling jobs, so if the server is in a different time zone than you, the job will run at the start of each quarter in the server's time zone.
To ensure that the job runs at the correct times in your local time zone, you need to set the time zone for the scheduled job to your local time zone. You can do this by setting the "Time zone" field on the scheduled job record to your local time zone.
For scheduled job types that require an entered time, you have the option to enter an associated time zone. If no time zone is selected, the job will run at the entered time in time zone of the user who entered the time. If 'Use System Time Zone' is selected, the entered time will run in the time zone of the instance running the job.
Thanks,
Ratnakar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2023 12:05 AM