Morning, question around email templates, i want t...
# general
m
Morning, question around email templates, i want to make an if statement based on if the check box is ticked. It's not erroring, but it doesn't seem to acknowledge the condition.
<if transaction.custbody_gs1_tnc_update?string("true", "false") == "true">
can you see why it's not noticing my criteria and let's it through despite the checkbox is unchecked?
c
Typically, if's need to be opened with a # <#if transaction.entity.overdueBalance != 0> then closed with a </#if>