InventReceiptForTestRegistrator.parmInventTestUpdatedQuantityTmp Method [AX 2012]
This is an obsolete method.
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 InventTestUpdatedQuantityTmp parmInventTestUpdatedQuantityTmp(InventTestUpdatedQuantityTmp _inventTestUpdatedQuantityTmp)
Microsoft Dynamics AX 2012 R2 (SYS)
public InventTestUpdatedQuantityTmp parmInventTestUpdatedQuantityTmp([InventTestUpdatedQuantityTmp _inventTestUpdatedQuantityTmp])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public InventTestUpdatedQuantityTmp parmInventTestUpdatedQuantityTmp([InventTestUpdatedQuantityTmp _inventTestUpdatedQuantityTmp])
Microsoft Dynamics AX 2012 (FPK)
public InventTestUpdatedQuantityTmp parmInventTestUpdatedQuantityTmp([InventTestUpdatedQuantityTmp _inventTestUpdatedQuantityTmp])
Microsoft Dynamics AX 2012 (SYS)
public InventTestUpdatedQuantityTmp parmInventTestUpdatedQuantityTmp([InventTestUpdatedQuantityTmp _inventTestUpdatedQuantityTmp])
Run On
Called
Parameters
- _inventTestUpdatedQuantityTmp
Type: InventTestUpdatedQuantityTmp Table
Remarks
The InventTestReceiptRegistrator class now uses a map to track updated quantities. Call register to register updated quantities from an InventTrans, as before, and call parmUpdatedQuantitiesPerDimMap to retrieve the map.