SalesTable::existDlvModeNotInvoiced Method

Determines whether the delivery mode is used on a non-invoiced sales order.

Syntax

server public static boolean existDlvModeNotInvoiced(DlvModeId _dlvModeId)

Run On

Server

Parameters

Return Value

Type: boolean
true if the deliver mode is used on a non-invoiced sales order; otherwise, false.

Remarks

The check is made against the sales order header and all of the non-invoiced lines.

See Also

Reference

SalesTable Table