Hold Notifications

2074
1
12-23-2013 09:10 AM
ThomasFurcron
Occasional Contributor
I have set up a in workflow manager version 10.1, to get hold notifications each time a job is put on hold. But I am struggling to figure out how to include the comments of that hold with the notification email.

Has anyone else done something similar? I have seen threads about not being able to do this with related table which the jtx_Job_holds table I assume is, but it is able to pull the hold number.

any help is greatly appreciated!!  


Below is what I have so far.

<html>
  <head> 
    <title>Hold [HOLD]</title>
  </head>
  <body>
    <p>Hold [HOLD]</p>
    <p>added by [SYS:CUR_LOGIN] to Job [JOB:ID] </p>
    <p>Work Order # [JOB: DESCRIPTION]</p>                     
    <p>[JOB:NOTES]</p>
    <p>[HOLD_COMMENTS]</P>  (this is where I would like to have the comments from the holds table)
  </body>
</html>
0 Kudos
1 Reply
TopeBello
Occasional Contributor III
Hi,

Unfortunately, taking a hold comment and using it in an email as a token is not supported in Workflow Manager.

Thanks
Tope
0 Kudos