InventTestUpdatedQuantityTmp::registerUpdatedQuantity Method
Registers the stored updated quantity per inventory dimension.
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
client server public static void registerUpdatedQuantity(
InventTestUpdatedQuantityTmp _inventTestUpdatedQuantityTmp,
InventDimId _inventDimId,
InventQty _updatedQuantity,
[PdsCWInventQty _cwUpdatedQuantity])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static void registerUpdatedQuantity(
InventTestUpdatedQuantityTmp _inventTestUpdatedQuantityTmp,
InventDimId _inventDimId,
InventQty _updatedQuantity,
[PdsCWInventQty _cwUpdatedQuantity])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static void registerUpdatedQuantity(
InventTestUpdatedQuantityTmp _inventTestUpdatedQuantityTmp,
InventDimId _inventDimId,
InventQty _updatedQuantity,
[PdsCWInventQty _cwUpdatedQuantity])
Microsoft Dynamics AX 2012 (FPK)
client server public static void registerUpdatedQuantity(
InventTestUpdatedQuantityTmp _inventTestUpdatedQuantityTmp,
InventDimId _inventDimId,
InventQty _updatedQuantity)
Microsoft Dynamics AX 2012 (SYS)
client server public static void registerUpdatedQuantity(
InventTestUpdatedQuantityTmp _inventTestUpdatedQuantityTmp,
InventDimId _inventDimId,
InventQty _updatedQuantity)
Run On
Called
Parameters
- _inventTestUpdatedQuantityTmp
Type: InventTestUpdatedQuantityTmp Table
A InventTestUpdatedQuantityTmp temporary table buffer.
- _inventDimId
Type: InventDimId Extended Data Type
An inventory dimension ID.
- _updatedQuantity
Type: InventQty Extended Data Type
An inventory quantity.
- _cwUpdatedQuantity
Type: PdsCWInventQty Extended Data Type
A catch weight quantity.