Link to related records

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • A notification can link to a related record by specifying a reference field in front of the ${URI} or ${URI_REF} parameters.

    Format the related record link as follows:
    • ${<reference field that contains the related record you want to display>.URI}
    • ${<reference field that contains the related record you want to display>.URI_REF}

    For example:

    표 1. Related records
    Related record to provide link to Notification record table Reference field Samples
    Related task record to be approved from an approval notification Approval [sysapproval_approver] Approval for [sysapproval]
    • ${sysapproval.URI}
    • ${sysapproval.URI_REF}
    Related problem record in an incident notification Incident Problem [problem_id]
    • ${problem_id.URI}
    • ${problem_id.URI_REF}

    For example, the following notification template produces the email links in the picture below:

    Click here to view Incident: ${URI_REF}
    Click here to view Related Problem: ${problem_id.URI_REF}
    그림 1. Related record link
    Related record link.