
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2016 07:07 AM
hi All,
I have a requirement to execute a scheduled job on last day of the month. But in the schedule of scheduled job if we select monthly it display's an option to select day of month.
If i select 31 then will the job execute on each month if the month has 30,28 days??
is there any way to check all the run times in servicenow ,similar to run times in oracle??
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2016 07:28 AM
Correct. The system scheduler does not do "forecasting" as some do. It determines "what is next" as it runs. That way adjustments can be made without impacting the forecast (since there is none.)
If you would like to see a forecasted execution schedule included, I invite you to enter an enhancement request. Our developers are listening.
Enhancement requests: Tell us how you would improve the ServiceNow product
Let me know if that answered your question. If so, please mark it as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list. Thank you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2016 07:09 AM
Short answer - yes. From the wiki page (section 3)
Creating a Scheduled Job - ServiceNow Wiki
- Scheduling an event for the 29th or 30th is not recommended, because the scheduled job will not be executed in months (like February) which are shorter than those dates.
- If an event is scheduled for the 31st, it will be executed on the last day of the month, even if the month is shorter. For example, something scheduled to run on the 31st of the month will run on February 28th or February 29th in a Leap Year.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2016 07:13 AM
I just found the same , thanks Chuck
Creating a Scheduled Job - ServiceNow Wiki
1. is there way we can check the run times as we see in oracle ??
ex:
9/26/2016 2:57:49 AM
9/27/2016 2:57:49 AM
9/28/2016 2:57:49 AM
9/29/2016 2:57:49 AM
9/30/2016 2:57:49 AM
10/1/2016 2:57:49 AM
10/2/2016 2:57:49 AM
10/3/2016 2:57:49 AM
10/4/2016 2:57:49 AM
10/5/2016 2:57:49 AM
10/6/2016 2:57:49 AM
10/7/2016 2:57:49 AM
10/8/2016 2:57:49 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2016 07:17 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2016 07:24 AM
That will display only the next run but not all the scheduled runs