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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
trouble saving advanced pdf template
I'm working with the advanced pdf templates for an invoice and running into an annoying issue when I try to save.
My goal is to conditionally display a block of text dependent on the billing country and the amount remaining on the invoice.
Currently I have the line
<#if record.billcountry=="US" && record.amountremaining!=0>followed by the code for the required text for that scenario. If I have only this condition in the code then the file will save fine and prints properly on a test invoice.
I run into the problem when I attempt to write the condition for the alternative text. I am trying to use the line
0