Hello. I'm trying to combine the Terms field value...
# general
c
Hello. I'm trying to combine the Terms field value and the string " Days" on the Advanced PDF for our Quotes. So if the Terms are Net 30, the Quote would say "Net 30 Days". How would I set up the HTML for that in the Advanced PDF/HTML Template? I've gotten to this point:
<#if record.terms?contains("NET")> ${record.terms} <#else> ${record.terms} </#if>