InventOnhandReserve.onhandReservedInvent Method [AX 2012]
Retrieves the inventory quantity that is reserved for a lot ID with the specified 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 InventQty onhandReservedInvent(
InventMovement _movement,
InventDim _inventDim,
InventDimParm _inventDimParm)
Microsoft Dynamics AX 2012 R2 (SYS)
public InventQty onhandReservedInvent(
InventMovement _movement,
InventDim _inventDim,
InventDimParm _inventDimParm)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public InventQty onhandReservedInvent(
InventMovement _movement,
InventDim _inventDim,
InventDimParm _inventDimParm)
Microsoft Dynamics AX 2012 (FPK)
private InventQty onhandReservedInvent(
InventMovement _movement,
InventDim _inventDim,
InventDimParm _inventDimParm)
Microsoft Dynamics AX 2012 (SYS)
private InventQty onhandReservedInvent(
InventMovement _movement,
InventDim _inventDim,
InventDimParm _inventDimParm)
Run On
Called
Parameters
- _movement
Type: InventMovement Class
An InventMovement that is used for the quantity calculations.
- _inventDim
Type: InventDim Table
The inventory dimensions for which the quantity calculations should be done.
- _inventDimParm
Type: InventDimParm Table
The dimension parameters that are used to control which inventory dimensions should be considered for the calculations.
Return Value
Type: InventQty Extended Data Type
The quantity that is reserved in the inventory unit of measure.