Okay smart folks... I'm horrible with freemarker stuff. I am trying to CC a sales rep on an email I'm generating in a workflow. {transaction.salesRep.email} returns an error. {salesRep.email} doesn't error out, but there is no data. I've sourced it into a custom field and {custbody_kurz_auto_quote_email} doesn't populate with any value... If I add a $ it fails as a invalid email address...
t
Tristan Day
07/13/2022, 2:46 PM
try ${transaction.custbody_curz_auto_quote_email}
k
Kristy Kapsner
07/13/2022, 3:08 PM
The $ gives me an invalid email error.
Kristy Kapsner
07/13/2022, 3:11 PM
Oh wait. Does the CC field not work in sandbox?
t
Tristan Day
07/13/2022, 4:10 PM
Wouldn't surprise me if that field didn't work for merging tbh
Tristan Day
07/13/2022, 4:10 PM
and would only work for hardcoded emails
k
Kristy Kapsner
07/13/2022, 4:51 PM
{salesrep.email} works in production... UGH the sandbox rules you don't know! Thanks