Best way to remind users of RITM pickups every 14 days
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2024 01:33 AM
Hello, we notice our users often forget to pickup what they ordered with a RITM. So i want the users to get a email reminder every 14 days when the RITM still has the status "pickup". Im not sure if the best way is to edit the flow, or set up an email notification.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2024 04:14 AM
Hi @asd22 ,
In the scheduled job, please include the gs.eventQueue() method. Below is the syntax for your reference:
gs.eventQueue('event.name', GlideRecord, parm1, parm2)
Additionally, in your notification titled "14d_reminder," please ensure that in the "When to Send" section, you select "Send when" as "Event is fired" and specify your event name.
"If you found my answer helpful, please like and mark this response correct by clicking on "Accept as Solution". It helps others find the solution more easily and supports the community!"
Thanks,
Prudvi