WHSLoadTable::validateInventTransTypeMatches Method
Validates that lines being added to the load are not of a different order type then lines currently on the load.
Syntax
client server public static boolean validateInventTransTypeMatches(WHSLoadId _loadId, InventTransType _inventTransType)
Run On
Called
Parameters
- _loadId
Type: WHSLoadId Extended Data Type
The existing load that is being evaluated.
- _inventTransType
Type: InventTransType Enumeration
The inventTransType of the lines that are being added to the load.
Return Value
Type: boolean
true if the inventTransType matches that of the load lines currently on the load; otherwise, false.