InventUpdate.updateTransDimIssue Method [AX 2012]
Synchronizes the reservation transaction with new inventory dimensions.
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 updateTransDimIssue(
InventTrans _inventTrans,
InventDim _fromInventDim,
InventDim _toInventDim,
InventQty _changeQty,
[boolean _forceUpdate,
PdsCWInventQty _cwQty])
Microsoft Dynamics AX 2012 R2 (SYS)
public container updateTransDimIssue(
InventTrans _inventTrans,
InventDim _fromInventDim,
InventDim _toInventDim,
InventQty _changeQty,
[boolean _forceUpdate,
PdsCWInventQty _cwQty])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public container updateTransDimIssue(
InventTrans _inventTrans,
InventDim _fromInventDim,
InventDim _toInventDim,
InventQty _changeQty,
[boolean _forceUpdate,
PdsCWInventQty _cwQty])
Microsoft Dynamics AX 2012 (FPK)
public InventQty updateTransDimIssue(
InventTrans _inventTrans,
InventDim _fromInventDim,
InventDim _toInventDim,
InventQty _changeQty,
[boolean _forceUpdate])
Microsoft Dynamics AX 2012 (SYS)
public InventQty updateTransDimIssue(
InventTrans _inventTrans,
InventDim _fromInventDim,
InventDim _toInventDim,
InventQty _changeQty,
[boolean _forceUpdate])
Run On
Server
Parameters
- _inventTrans
Type: InventTrans Table
The inventTrans records.
- _fromInventDim
Type: InventDim Table
The original InventDim record.
- _toInventDim
Type: InventDim Table
The new InventDim record to which the transaction is synchronized.
- _changeQty
Type: InventQty Extended Data Type
The specified quantity to synchronize.
- _forceUpdate
Type: boolean
A Boolean value that indicates whether to update the InventTrans record.
- _cwQty
Type: PdsCWInventQty Extended Data Type
The specified catch weight quantity which has to be synchronized.
A Boolean value that indicates a requirement to update the InventTrans record.
Return Value
Type: container
true if the quantity which was successfully synchronized to the specified new dimensions; otherwise, false.
Remarks
The records must exist in the database.