Share via


InventUpdate.updateTransDimReceipt 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
          public container updateTransDimReceipt(
            InventTrans _inventTrans, 
            InventDim _fromInventDim, 
            InventDim _toInventDim, 
            InventQty _changeQty, 
           [boolean _forceUpdate, 
            boolean _physicalUpdate, 
            PdsCWInventQty _cwQty])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public container updateTransDimReceipt(
            InventTrans _inventTrans, 
            InventDim _fromInventDim, 
            InventDim _toInventDim, 
            InventQty _changeQty, 
           [boolean _forceUpdate, 
            boolean _physicalUpdate, 
            PdsCWInventQty _cwQty])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public container updateTransDimReceipt(
            InventTrans _inventTrans, 
            InventDim _fromInventDim, 
            InventDim _toInventDim, 
            InventQty _changeQty, 
           [boolean _forceUpdate, 
            boolean _physicalUpdate, 
            PdsCWInventQty _cwQty])

  Microsoft Dynamics AX 2012 (FPK)
          public InventQty updateTransDimReceipt(
            InventTrans _inventTrans, 
            InventDim _fromInventDim, 
            InventDim _toInventDim, 
            InventQty _changeQty, 
           [boolean _forceUpdate, 
            boolean _physicalUpdate])

  Microsoft Dynamics AX 2012 (SYS)
          public InventQty updateTransDimReceipt(
            InventTrans _inventTrans, 
            InventDim _fromInventDim, 
            InventDim _toInventDim, 
            InventQty _changeQty, 
           [boolean _forceUpdate, 
            boolean _physicalUpdate])

Run On

Server

Parameters

See Also

Reference

InventUpdate Class