- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2015 06:45 AM
Hi,
I have a custom table which is in relationship with the pm_project table.
It populates the alert (a kind of critical issue) for the project. The alerts have also two fields: start date & end date.
How to create a notification rule (email type) to let the specific user that the end day is approaching?
I read this similar thread (Knowledge Base Article Expiration Notification), but I wanted to ask if there was any way without event scripting...
Thanks,
Skender
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2015 06:23 AM
Form the query on the table and filter and get the sample results.. Once done, copy the query and make use of it in a encoded query.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2015 07:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2015 07:43 AM
Thank you Kalaiarasan,
But, the problem is that I cannot add any more custom fields on the table form (client specific business request in order to keep the form clear).
Otherwise, which is a script-oriented alternative?
Skender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2015 07:53 AM
What if I put the (Email Notification) condition 'When to send':
end_date between Today and the next week (in case I wanted to send emails for alerts expiring in the next 7 days)?
I am not sure if 'Today' is a dynamic criteria, I mean not a fixed date (the date when the notification is set)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2015 02:17 AM
One question: The reminder field should have a manual value?
I worked on the Email notifications and the scheduled reports,
but the problem is to send the email only to the owner of the alert (which reference field exist in the alert form) and not to 'fixed' users.
It is needed a job to schedule the email notification (and not send it only when an alert is inserted or updated)
Any other help?
Skender