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.
Counts the amount of loads an order is associated with.
Syntax
client server public static NumberOfRecords numberOfLoadsForOrderNum(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: NumberOfRecords Extended Data Type
A count representing the amount of loads the order is associated with.
Remarks
The method only searches through load lines that are not transport requests.