<!here> I have a custom record for recording custo...
# suitescript
p
<!here> I have a custom record for recording customer contracts and I want to use freemarker to display the custom renewal date field for on transaction emails.
${transaction.duedate?string.long}
kind of accomplishes what I want, but I want to renewal date, not the due date. I'm not sure how to reference the custom field here.
${record.customrecord_contracts.custrecord_cm_renewal}
doesn't work. I'm at a loss, can anyone help?