Using ${URI_REF} For a Parent Record

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2020 10:53 AM
I'm creating a notification on the sn_customerservice_task table that triggers when a task on a case is assigned to a particular set of individuals.
In the notification, I want a clickable reference to the task number, but also a clickable link to the original case number.
I am able to use ${URI_REF} and the task number is correctly linked.
However, when I try to use URI_REF for the parent case number, the link is not available and shows blank in the notification preview.
This is what I'm attempting:
Original Case Number: ${parent.number.URI_REF}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2020 11:04 AM
you will use to use email script to print parent reference and then use email script in your email notification.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2020 11:30 AM
Try this:
${parent.URI_REF}
Please mark my response as correct and helpful if it helped solved your question.
-Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2020 11:33 AM
Thanks! The link works and takes me to the original case, but instead of the case number, the link says "Not Yet Requested".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2020 11:52 AM
This could be because of the display field configured on parent table.
Navigate to parent table and see the dictionary fields on the parent table. Set your table display value as Number
Please mark my response as correct answer and helpful if it helped solved your question.
-Best Regards
Prateek kumar
Please mark my response as correct and helpful if it helped solved your question.
-Thanks