- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2016 12:39 PM
I need to set up an notification that sends to the users manager wants the user completes a survey. How can I accomplish this ask.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2016 05:50 PM
Navigate to "System Notification " -> Notification
from there create new notification . Choose the table "asmt_assessment_instance" . Choose condition "updated " and add condition "state" is "Complete" . Whenever a record updated with state "Complete" it will send an email .
You can further add details of the survey to the "Message HTML" from "select variable"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2016 12:51 PM
Hi Edwin Fuller
Go to system notification => notification and Create a notification for Survey_master table and check if it work!
thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2016 05:50 PM
Navigate to "System Notification " -> Notification
from there create new notification . Choose the table "asmt_assessment_instance" . Choose condition "updated " and add condition "state" is "Complete" . Whenever a record updated with state "Complete" it will send an email .
You can further add details of the survey to the "Message HTML" from "select variable"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2016 10:38 AM
Hi Edwin,
You need to create a email notification with following data:
Name: Email to Manager
Table: task_survey
When to send: Check "updated" and condition "state" is "Completed"
Who will receive: Under User/Group in fields select "Sent to->Manager"
What it will contain: Your email content
This will trigger email to the user's manager after user completes survey.
