I’m generating an email through a workflow, and I ...
# suiteflow
j
I’m generating an email through a workflow, and I want to put some information in the body of the email based on a sales rep’s info on the transaction. The sales rep is stored in
custbody_inside_sales
but I can’t seem to access anything from that field or that field directly on the workflow. I tried using
${transaction.custbody_inside_sales}
but it ends up blank. Any suggestions?