notifications before 3 days to due date
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2022 09:33 AM
- Labels:
-
HR Service Delivery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2022 10:02 AM
Hey Siva,
If the due date is not part of a workflow/flow, I would create an event based notification, event, and scheduled job to handle this request. The scheduled job will run daily to check if the due date is 3 days away and if it is, generate an event for the notification. See this post for more details -> https://community.servicenow.com/community?id=community_question&sys_id=01f17314dbd7a7802e8c2183ca96...
If the record in question with a due date can have a flow, I would create a new or modify an existing flow to include a wait until condition to check when due date is 3 days away and then either generate the same event or use a flow notification activity.
Hope this helps,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2022 12:53 PM
This post - How to send notification when due date reached has the solution you want.
Please let me know if you have any additional questions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2022 10:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2022 10:17 PM
Hi,
you can use flow designer for this
1) flow runs daily and checks if due date is exact 3 days from now
use this condition in flow to apply filter condition
due_dateRELATIVEGT@dayofweek@ahead@3^due_dateRELATIVELT@dayofweek@ahead@4
check this link for solution
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader