
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2019 07:57 AM
I am working on a scheduled job which send notification based on a 'Planned Start Date' field and it sends out notification 3 days before the date mentioned in the field. I am doing the below filter to use it in the scheduled job as encoded query but filter is not giving me any records back even though there are records exist. am I missing anything or is there any other way to achieve this? Thanks!
Field:
Filter:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2019 08:47 AM
You can use 2 conditions for at or after 3 days from now and at or before 4 days from now. That should give you the desired result.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2019 11:48 AM
See if this thread helps.
https://community.servicenow.com/community?id=community_question&sys_id=ebf68a1cdbf5f388d82ffb2439961992
Vinod Kumar Kachineni
Community Rising Star 2022
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2019 08:47 AM
You can use 2 conditions for at or after 3 days from now and at or before 4 days from now. That should give you the desired result.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2019 10:24 AM
Thanks for the reply. I tried the above approach but it was giving me records with 3 days and so but I need exactly 3 days ones.