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 the physical dimensions of a given InventDim table buffer for the current movement.
Syntax
public boolean checkDimPhysical(
InventQty _qty,
InventDim _inventDim,
boolean finalCheck,
[boolean _showError,
boolean _checkPalletLocation,
Set _specificDimensionsToCheck])
Run On
Called
Parameters
- _qty
Type: InventQty Extended Data Type
The quantity used to validate the physical dimensions.
- _inventDim
Type: InventDim Table
The InventDim table buffer to validate.
- finalCheck
Type: boolean
- _showError
Type: boolean
A Boolean value that indicates whether errors must be shown in the infolog; optional.
- _checkPalletLocation
Type: boolean
A Boolean value that indicates whether current location of the pallet used must be validated; optional.
- _specificDimensionsToCheck
Type: Set Class
Return Value
Type: boolean
true if the validation passes; otherwise, false.