Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
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".