- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2016 09:34 AM
I need to send an email reminder 30 minutes before the selected date and time in a field called "Next action date and time" so that user can be reminded to work on a ticket.
I had created a notification with when to send being as shown below but it is not working please provide me a way to achieve this.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2016 10:05 AM
I prefer using gs.eventQueueScheduled to make this happen. Really simple to implement!
Creating a Simple Reminder Email - ServiceNow Wiki

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2016 09:37 AM
Hi Nikhil,
Please refer below thread for reference and adjust as per your req.
How to create a reminder notifications for pending request to be approved?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2016 10:05 AM
I prefer using gs.eventQueueScheduled to make this happen. Really simple to implement!
Creating a Simple Reminder Email - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2016 07:18 AM
Hi Tim,
I had created the event and notification but it's seems to have sending an email too early, please have a look and suggest me if anything is missed there:
Event Registration:
Business Rule:
Notification:
What is happening is it is triggering event and getting processed too early..
Please help me over this..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2016 07:32 AM
gs.eventQueueScheduled takes 5 parameters:
- event name
- current object
- parm1
- parm2
- date/time when the event should fire
It looks like you only have 4 parameters.
If you want it to send 30 minutes before the date/time identified in Next Action Date Time, you should also subtract 30 minutes from it. See this thread on how to do that: Add minutes to time field