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!
How to Print Additional Fields in Invoice Groups
I have customized an Advanced PDF/HTML Template for Grouped Invoices and I am able to display all the items under each invoice in the PDF but I want to display the Project name of each invoice instead.
I used "${invoice_details.item}" to display items in each invoice but when I tried using "${invoice_details.job}" to pull Project, I'm getting error while saving this PDF template. I also tried using "${invoice_details.job.jobname}" & "${invoice_details.job.altname}" but no luck.
The Error Message I am getting is, "Exception during template merging.com.netledger.templates.TemplateServiceException: Exception during template merging.java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 9".