In NetSuite, is there any way to sort the line items on an invoice that is about to be initialized from a sales order?
I was trying to do this via web services, but it seems I am stuck to the order that they were in on the sales order.
I tried setting the "itemList.item[x].line" property for each line item and I have tried sorting the "itemList.item" array, but nothing changes.
I understand I can't do this on an existing invoice, but I'm surprised I can't do it on a brand new invoice.