WHSLoadTable::hasLoadInvalidLines Method
Determines if a given load has one or more invalid lines.
Syntax
client server public static boolean hasLoadInvalidLines(WHSLoadId _loadId, [RefRecId _excludeWHSLoadLineRecId])
Run On
Called
Parameters
- _loadId
Type: WHSLoadId Extended Data Type
The load ID to check.
- _excludeWHSLoadLineRecId
Type: RefRecId Extended Data Type
A record ID of a load line to exclude from the check; optional.
Return Value
Type: boolean
true if the load is invalid; otherwise, false.