https://netsuiteprofessionals.com logo
Title
r

reptar

09/05/2018, 8:09 PM
Is there any possible way to access data on the Charge sublist of an invoice? I've got nothing. NS support was no help. Sublist doesn't exist in records browser->Invoice. No obvious invoice/invoice sublist ID that's also a charge record internal id.
solution: var mysearch = search.create({ type: search.Type.CHARGE, columns: ['id'], filters: ['invoice.internalid', 'anyof', invoiceID] });