Triggering an email Notification when a record is 'inserted' into a Database View

Wayne Richmond
Tera Guru

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:

find_real_file.png

When I navigate to the task_survey_detail_list table and run that condition I get results:

find_real_file.png

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.

6 REPLIES 6

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.


Please have a look into this thread as well. This is relevant with your requirements.



Send a Notification from a Database View



Regards


param