Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _inventTrans
Type: InventTrans Table
- _fromInventDim
Type: InventDim Table
- _toInventDim
Type: InventDim Table
- _changeQty
Type: InventQty Extended Data Type
- _forceUpdate
Type: boolean
- _physicalUpdate
Type: boolean
- _cwQty
Type: PdsCWInventQty Extended Data Type