How to trigger a notification once every 3 months?

Hari1
Mega Sage

Hi,

I have a requirement to sent notification once every 3 months.

Below is the table.

find_real_file.png

I need to automatically trigger notification every 3 months once - 3 days before the 22.2.3 of the From Date [i.e 3 days before every iteration once 22.2.3 is completed it has to wait for the next trigger that is 3 days before 22.2.4 and so on]

Can this be achieved?

Thanks.

1 REPLY 1

Snehangshu Sark
Mega Guru

Hi Hari,

 

Create a scheduled job and set it to run periodically once in three months and then write your script inside i. Use gs.eventQueue('<event_name>',gr,param1,param2) to send notification.

 

Refer:

https://docs.servicenow.com/bundle/quebec-platform-administration/page/administer/time/task/t_CreateAScheduledJob.html

 

Regards,

Snehangshu Sarkar

Please mark my answer as correct if it resolves your query.