How to trigger a notification once every 3 months?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2022 01:43 AM
Hi,
I have a requirement to sent notification once every 3 months.
Below is the table.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2022 02:09 AM
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.