- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2016 07:46 AM
Hello Experts,
I have a notification which triggers on sc_task. in the notification, i have to include RITM reference url(End user don't have access to task and he has only RITM). when end user clicks on ${URL_Ref}, it should open RITM.
can anyone suggest please.
Thanks in advance.
Best Regards,
Prasad
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2016 07:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2016 07:59 AM
Hi All,
Thanks for the quick reply. it works for me. same way I want to include the requested for name in the notification.
any suggestion please.
Thanks,
Prasad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2016 08:16 AM
Hi,
Try this:
{$request_item.request}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2016 08:18 AM
Use the same dot-walking method. ${request_item.request.requested_for}