Daily health verification notification requirements
Add a daily health verification notification to request user's health status verification for a day. The user can tap a response option in the notification to send the outreach acknowledgment with their health status. Include these settings and scripts to ensure that the notification is correct.
Complete the remaining settings.
- Table field: Select Health Verification Acknowledgements [sn_imt_checkin_health_verification_acknowledgement]
- When to send tab:
- In the Send when field, select Record inserted or updated from the drop-down list.
- Set the Conditions criteria to [User.Active][is][true] and [Acknowledgment Status][is not][Acknowledged]..
- In the Advanced condition script, enter the following code:
var employeeDailyHealthVerificationSysId = <your-sys_id> answer = current.employee_check_in.notification = employeeDailyHealthVerificationSysId;Replace the <your-sys_id> variable with the sys_id notification that you're adding by opening the additional actions menu, selecting Copy sys_id, and pasting the sys_id into the code line.
- 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.