Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns true if multiple sales orders are being invoiced.
Syntax
client server public static boolean mcrIsMultipleOrdersInvoice(SalesId _salesId, InvoiceId _invoiceId)
Run On
Called
Parameters
- _salesId
Type: SalesId Extended Data Type
The Sales ID to be checked against the invoice.
- _invoiceId
Type: InvoiceId Extended Data Type
The Invoice ID that is to be checked for the existence of the Sales ID.
Return Value
Type: boolean
true if multiple orders are being invoiced; otherwise, false.