\${Request.number.URI} not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2015 06:38 AM
Hi,
Could someone please help with email notifications.
I need a link to the Request Number using sc_req_item table or sys_approval table.
${request.number.URI} is not working,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2015 06:47 AM
Which URL you want to provide?
Request number or Requested Item?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2015 06:54 AM
try this: ${request.URI_REF}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2015 06:55 AM
For URI on request number and notification of sc_req_item table,
kindly add following HTML tag in your notification. It will work
<a href="nav_to.do?uri=sc_request.do?sys_id=${request.sys_id}">${request.number}</a>
you can follow my response on below mail thread
URI_REF not working in few emails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2015 07:55 AM
THANK YOU Deepak, it worked.