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

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Employee Service Management

ft:clusterId :

    - emplsm

bundleId :

    - emplsm

workflow :

    - Employee


---

# Daily health verification notification requirements

# Daily health verification notification requirements {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 min. de leitura

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;

    {#daily-health-verification-notif-rqts__codeblock_bqf_nfg_h1c}

    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.
    {#daily-health-verification-notif-rqts__p_cqf_nfg_h1c}
  {#daily-health-verification-notif-rqts__ul_p5q_xsp_qmb}
* 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.
{#daily-health-verification-notif-rqts__ul_nhr_5nn_dmb}

