Share via


WHSWarehouseRelease::isOrderOnLoadAndNotOnShipment Method [AX 2012]

Determines if the order is on a load but not on a shipment.

Syntax

client server public static boolean isOrderOnLoadAndNotOnShipment(WHSOrderNum _orderNum, InventTransType _inventTransType)

Run On

Called

Parameters

Return Value

Type: boolean
true if the order is on a load but not on a shipment; Otherwise, false.

Remarks

The check can not be performed for transport requests.

The check is needed to prevent flows from being mixed.

See Also

Reference

WHSWarehouseRelease Class