---
sourceDocument: Australia Employee Service Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/employee-service-management

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Employee Service Management

ft:clusterId :

    - emplsm

bundleId :

    - emplsm

workflow :

    - Employee


---

# Emergency Outreach notification requirements

# Emergency Outreach notification requirements {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

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.
Abbildung : 1. Emergency Outreach base system notification  
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.

    {#emer-outreach-notification-rqts__ul_oqk_34n_dmb}

    Example advanced condition script:  

        var employeeCheckInAcmeSysId = '<replace with this notification sys_id';
        answer = current.employee_check_in.notification == employeeCheckInAcmeSysId

  {#emer-outreach-notification-rqts__ul_xhd_b4n_dmb}
* 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.
{#emer-outreach-notification-rqts__ul_nhr_5nn_dmb}

