Emergency Outreach notification requirements
Add an Emergency Outreach notification to request a health status. The employee can tap a response option in the notification to send the outreach acknowledgment with their status. Include these settings and scripts to ensure that the notification is correct.
Complete the remaining settings.
- Table field: Select Outreach Acknowledgments [sn_imt_checkin_check_in_acknowledgement]
- When to send tab
- Set the Conditions as shown in the image.
- Enter the Advanced condition script as shown with these
modifications:
- Give the variable a different name, for example, employeeCheckInAcmeSysId.
- Enter the new notification sys_id as the value.
- Enter the variable name that you declared at the end of the second line.
Example advanced condition script:
var employeeCheckInAcmeSysId = '<replace with this notification sys_id'; answer = current.employee_check_in.notification == employeeCheckInAcmeSysId
- Who will receive tab: Select Assigned to in Users/Groups in fields.
- What it will contain tab: Enter the subject and text of the email message.