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.
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