Join Slack
Powered by
Is there any possible way to access data on the Ch...
# advancedpdf
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.
reptar
09/06/2018, 7:11 PM
solution: var mysearch = search.create({ type: search.Type.CHARGE, columns: ['id'], filters: ['invoice.internalid', 'anyof', invoiceID] });
3
Views
Open in Slack
Previous
Next