-1

I am trying to create a invoice against multiple sales orders along with GL impact. When I using below api that time multiple invoices are creating but i want only single invoice and with GL/accounting impact- var invoiceRecord = record.transform({fromType: record.Type.SALES_ORDER,fromId: salesOrderId,toType: record.Type.INVOICE, isDynamic: true });

How would I do that? Any help/suggestions would be highly appriciated.

Thanks.

Mr. Kamran
  • 13
  • 1
  • 8

1 Answers1

1

This is not possible with standard functionality.

Netsuite have a SuiteSolution for Consolidated Invoicing.. You should speak with your NetSuite/Partner Account Manager

Steve Reeder
  • 980
  • 16
  • 42