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.
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
- _dlvModeId
Type: DlvModeId Extended Data Type
The DlvModeId value that specifies the delivery mode record.
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.