Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
NetSuite Admin Tips | How to implement If Conditions in Advanced PDF/HTML Template
One of the advantages of using Advanced PDF/HTML Template compared to Basic PDF Layouts is that users can apply If Conditions in the printed template since it uses freemarker. The format of an If Condition in freemarker is:
<#if record.[field] == [value]>Display text<#else>Display other text</#if>
In the snippet above, [field] is replaced by the Field ID of a Standard or Custom Field that is being evaluated, and [value] is replaced by the value to be matched with the value of the specified [field]. In this condition, if the value of [field] matches the assigned value, it will print "Display text". Otherwise, it will print "Display other text".
@Kristoffer Viray-Oracle | Ask A Guru | Let us know what contents you like to see in the Community. You can vote here.