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.
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.