- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2017 06:55 AM
Hi All,
I want to create a scheduled job which should run on 2nd Tuesday of every month. Is there any way I can make this work?
Thanks in advance!!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2017 07:18 AM
Hi,
Run the script every day of the month and use the script to check "is this the second Tuesday"?
https://developer.servicenow.com/app.do#!/api_doc?v=helsinki&id=r_GDT-GlideDateTime_GDT

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2017 07:18 AM
Hi,
Run the script every day of the month and use the script to check "is this the second Tuesday"?
https://developer.servicenow.com/app.do#!/api_doc?v=helsinki&id=r_GDT-GlideDateTime_GDT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2017 11:11 AM
Thanks Chuck!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2021 10:57 PM
Hey. Could you please help me with the script if you still remember?
Thanks