\${Request.number.URI} not working

JLeong
Mega Sage

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,

7 REPLIES 7

Deepak Ingale1
Mega Sage

Which URL you want to provide?


Request number or Requested Item?


justinjia
Tera Contributor

try this: ${request.URI_REF}


Deepak Ingale1
Mega Sage

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


THANK YOU Deepak, it worked.