Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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?