invoices.getSelectedInvoiceIds
Description
Gets the selected Invoice ids.

Parameters
none

Return value
invoiceIds table

Example
local selectedInvoiceIds = invoices.getSelectedInvoiceIds()

Comments

See also

Back