- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2021 04:23 AM
I wish to receive an email when that particular date and time arrive in real-time.
So far I have created a Notification in System Notification>Email>Notifications with the following condition as shown in the below image.
Email sending is enabled in Email properties and the notification is working for record updation or insertion.
Can anyone please help me?
Thank you.
Solved! Go to Solution.
- Labels:
-
Automated Test Framework
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2021 09:01 PM
Hi,
you can add the link in the email body using this
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2021 04:57 AM
Hi
The images are not visible. Could you upload again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2021 05:07 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2021 05:26 AM
Hello Navaneeth,
Do it like this.
Create an after insert BR on your table and in the script, select advanced and do it like this.
var gdt = new GlideDateTime(current.email_me_by);
gs.eventQueueScheduled("your_event_name",current,"","",gdt);
Mark the comment as a correct answer and also helpful if this helps to solve the problem.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2021 05:26 AM
Also in your notification, remove that condition email_by_me.