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
Custom Element in PDF layout - is it possible to use If/Case in Element Text?
We have a custom field that shows the sum of applied credit memos for that invoice. Now, to show this custom field on the printed invoices, we created a custom element in the PDF layout. When we put the element text {custbody5} the amount shows fine. When we enable Show Label it does show it. The issue is we don't even want to mention this if there is no credit memo applied for that invoice. So instead of checking Show Label box, I want to add something like:
{If custbody5 > 0 then} Applied Credit Memo Total: {custbody5} {end}
Can we not put statements like this in Element Text?
0