Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Create scheduled job to run on 2nd Tuesday of every month ?

vpm
Tera Contributor

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!!

1 ACCEPTED SOLUTION

Chuck Tomasi
Tera Patron

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


View solution in original post

3 REPLIES 3

Chuck Tomasi
Tera Patron

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


vpm
Tera Contributor

Thanks Chuck!!


Sreeraj
Tera Contributor

Hey. Could you please help me with the script if you still remember? 

 

Thanks