WHSLoadLine::existForOrderNum Method
Check to see if a WHSLoadLine exists for the specified WAXOrderNum.
Syntax
client server public static boolean existForOrderNum(WHSOrderNum _orderNum, InventTransType _inventTransType)
Run On
Called
Parameters
- _orderNum
Type: WHSOrderNum Extended Data Type
The Order Number.
- _inventTransType
Type: InventTransType Enumeration
The inventTransType for the order.
Return Value
Type: boolean
true if the load line exists; otherwise false.
Remarks
The method only searches for load lines that are not transport requests.