Share via


InventUpdate.allowChangeDim Method [AX 2012]

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
          protected boolean allowChangeDim(
            InventOnHandQty _inventOnHandQty, 
            InventTrans _inventTrans, 
            InventDim _inventDim, 
           [boolean _physicalUpdate, 
            boolean _transactionDeleted])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected boolean allowChangeDim(
            InventOnHandQty _inventOnHandQty, 
            InventTrans _inventTrans, 
            InventDim _inventDim, 
           [boolean _physicalUpdate])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected boolean allowChangeDim(
            InventOnhand _inventOnhand, 
            InventTrans _inventTrans, 
            InventDim _inventDim)

  Microsoft Dynamics AX 2012 (FPK)
          protected boolean allowChangeDim(
            InventOnhand _inventOnhand, 
            InventTrans _inventTrans, 
            InventDim _inventDim)

  Microsoft Dynamics AX 2012 (SYS)
          protected boolean allowChangeDim(
            InventOnhand _inventOnhand, 
            InventTrans _inventTrans, 
            InventDim _inventDim)

Run On

Server

Parameters

  • _transactionDeleted
    Type: boolean

See Also

Reference

InventUpdate Class