Share via


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

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

See Also

Reference

InventMov_WMSPalletMovement Class