- 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-26-2016 07:55 AM
This field contains a subtracted time..I did it separately and after adding 5th parameter it is working fine..
Thanks for help..