InventMov_WMSPalletMovement.checkDimFieldsValid Method [AX 2012]
Validates that the specified inventory dimensions are valid.
Syntax
public boolean checkDimFieldsValid(
InventDim _inventDim,
InventDim _inventDim_orig,
[boolean _skipProductDimensions])
Run On
Called
Parameters
- _inventDim
Type: InventDim Table
Inventory dimensions to validate.
- _inventDim_orig
Type: InventDim Table
Original values of the dimensions.
- _skipProductDimensions
Type: boolean
Controls whether product dimensions were already validated and can be skipped.
Return Value
Type: boolean
Always returns true for the InventMov_WMSPalletMovement class.