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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
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".