---
sourceDocument: Xanadu ServiceNow AI Platform Administration
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/platform-administration

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# Link to related records

# Link to related records {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

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}`
{#c_LinkToRelatedRecords__ul_eb1_lxp_rq}

For example:  
{#c_LinkToRelatedRecords__table_z4t_qxp_rq__entry__4}

| 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} {#c_LinkToRelatedRecords__ul_d34_5xp_rq} |
| Related problem record in an incident notification | Incident | Problem \[problem_id\] | * ${problem_id.URI} * ${problem_id.URI_REF} {#c_LinkToRelatedRecords__ul_jxb_xxp_rq} |
[Table 1. Related records]

{#c_LinkToRelatedRecords__table_z4t_qxp_rq}

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}

Figure 1. Related record link

