how to add hyperlink to change number
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2024 05:25 AM
How can we add hyperlink to change number. So that after clicking on the change number user should get redirected to change request.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2024 05:31 AM - edited ‎02-15-2024 05:32 AM
@divyal09 If you are trying it in notification use ${URI_REF} in the notification body.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2024 05:32 AM
Hi,
Where do you want to show this Change Number as a hyperlink?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2024 05:42 AM
In the mail it should show as hyperlink
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2024 05:38 AM
Assuming you need it for notification:you can use
Click here to view change: ${URI_REF}
Kindly mark helpful/accepted if it helps you.
Thanks