Share via


InventMov_Vir_Transfer.checkDimPhysical Method [AX 2012]

Validates the physical dimensions of a given InventDim table buffer for the current movement.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public boolean checkDimPhysical(
            InventQty _qty, 
            InventDim _inventDim, 
            boolean _finalCheck, 
           [boolean _showError, 
            boolean _checkPalletLocation, 
            Set _specificDimensionsToCheck])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public boolean checkDimPhysical(
            InventQty _qty, 
            InventDim _inventDim, 
            boolean _finalCheck, 
           [boolean _showError, 
            boolean _checkPalletLocation, 
            Set _specificDimensionsToCheck])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public boolean checkDimPhysical(
            InventQty _qty, 
            InventDim _inventDim, 
            boolean _finalCheck, 
           [boolean _showError, 
            boolean _checkPalletLocation])

  Microsoft Dynamics AX 2012 (FPK)
          public boolean checkDimPhysical(
            InventQty _qty, 
            InventDim _inventDim, 
            boolean _finalCheck, 
           [boolean _showError, 
            boolean _checkPalletLocation])

  Microsoft Dynamics AX 2012 (SYS)
          public boolean checkDimPhysical(
            InventQty _qty, 
            InventDim _inventDim, 
            boolean _finalCheck, 
           [boolean _showError, 
            boolean _checkPalletLocation])

Run On

Called

Parameters

  • _finalCheck
    Type: boolean
    A Boolean value that specifies whether all inventory dimension must have been assigned; optional.
  • _showError
    Type: boolean
    A Boolean value that specifies whether to show errors in the Infolog; optional.
  • _checkPalletLocation
    Type: boolean

Return Value

Type: boolean
true if the validation is successful; otherwise, false.

Remarks

If the _finalCheck parameter is set to true, it is expected that all dimensions are assigned to the inventory transaction as they should be before posting.

Please be aware of usage of the InventUpd.writeInventTransAutoDim method after call of this method with the finalCheck parameter set to true.

See Also

Reference

InventMov_Vir_Transfer Class