how to generate scheduled job on 15 jan every year?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2016 02:57 AM
how to generate scheduled job on 15 jan every year and suppose year is leap year then what to do ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2016 03:14 AM
Will this not help you?
run Periodically , after every 365 days. Starting Jan 15
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2016 03:15 AM
Hi
by creating a schedule job for your requirement,
or you can follow steps from http://wiki.servicenow.com/index.php?title=Creating_a_Scheduled_Job#gsc.tab=0
Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2016 03:22 AM
The problem with using a 'Periodic' scheduled job every 365 days is that it is not guaranteed to fire on the 15th February, if 366 days have passed instead due to it being a leap year.
The way that I'd tackle this is with a monthly job on the 15th of the month and a conditional value. Like this....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2016 03:25 AM