j
Untitled
a
what is arrInvIDs? cos based on the name I'd guess it was an array of invoice ids
👍 1
both the documentation and your comment however, suggest that should actually be a comma separated string of ids
Copy code
var result = action.execute({
                id: 'groupinvoices',
                recordType: 'invoicegroup',
                params: {
                   recordId: invGrpID,
                   invoicelist: arrInvIDs.toString()
                }
👍 1
image.png