Triggering an email Notification when a record is 'inserted' into a Database View
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2017 12:13 AM
I've tried to create an email Notification that triggers when a record is inserted into a Database View, however, it doesn't seem to work. I'm wondering if this is because it's a Database View or whether I'm doing something wrong.
The Database View I'm using is the out of the box 'task_survey_detail'. The condition for my Notification is as follows:
When I navigate to the task_survey_detail_list table and run that condition I get results:
Does anyone have any ideas?
The requirement for me to do this is that Team Leads what to receive an email when a low score is given on our customer satisfaction survey. If there's an alternative way to achieve this I'd be interested to hear it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2017 01:10 AM
You can use mail scripts in the notification to glide record required information(which in your case is the link to the ticket) from the database view.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2017 02:42 AM
Please have a look into this thread as well. This is relevant with your requirements.
Send a Notification from a Database View
Regards
param