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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Please note that on Saturday, April 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
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
