- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2016 01:38 PM
Hi,
I want an email to be sent when a specific date field has reached 30 days before the actual date.
I have set this on the contracts table but is it not working, does anyone know a script I can use?
The field is a date field called u_review_date
When this is less than 30 days away and email notification should be triggered.
Any ideas?
Thanks
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2016 06:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-01-2017 12:23 PM
Sorry if I wasn't clear.. So say they are looking at a service request. They want to type a comment in Work Notes. They would like to have a 'when to send' date field next to the Work notes text box. So when they click Save, the email goes out on the date specified. Is there such a thing as a 'when to send' date field that I can add to the form? Thanks, Rita

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2017 06:21 AM
Thanks for the clarification Rita. There's no feature like that today, but it could be built pretty easily by adding a date/time field.
Take the current notification and check if the field is empty. If so, send now. If not, use a scheduled job to check for records with that date and trigger a custom event that sends the notification.
This may be helpful on the scheduled job part: Scriptless Scheduled Jobs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-01-2018 12:05 PM
Hi Chuck,
Similar case i have is like a date/time filed i have on INC form i.e next communication field . I need to trigger an email ON THE DATE AND TIME SELECTED BY THE USER. Let me know if this can be done and how>? im stuck up with this since long and unable to find a solution.
Regards,
Ren

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2018 05:06 AM
Same answer - timer activity on a workflow. If you want to have the system do something based on a date/time field on a form, then there's your easiest answer.