Is there any possible way to access data on the Ch...
# advancedpdf
r
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] });