This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Product Description on Pending Approvals email

I am trying to add the product description of the requested item to the email template that is sent to user's manager/item approver. Does anyone have any ideas on how to do this? Currently the mail template is associated to the PWOHelperPWO table and calls the script VI_ITShopOrderDetail.

Parents
  • Hi,

    to add the the product description to the mail template you have to add the following text where you want the description to appear in the mail:

    $FK(UID_PersonWantsOrg).FK(UID_Org).FK(UID_AccProduct).Description$

    You have to copy the original mail template "IT Shop request - approval required" if you havent done that already.

Reply
  • Hi,

    to add the the product description to the mail template you have to add the following text where you want the description to appear in the mail:

    $FK(UID_PersonWantsOrg).FK(UID_Org).FK(UID_AccProduct).Description$

    You have to copy the original mail template "IT Shop request - approval required" if you havent done that already.

Children
No Data