Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and 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.
1
