- 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
08-12-2022 05:50 AM
You can create a custom action in the flow designer, add a custom script to the custom action to get the current due date, perform JavaScript date manipulation operations on the script to add the 20 business days, and then provide the output of the script to an "Update Record" action in the flow designer.