InventTransIdSumSingleStatus::qtyReservPhysicalDimensionChildType Method [AX 2012]
Calculates the quantity that has been reserved for a given inventory movement and where the reservation is related to given inventory dimensions and references.
Syntax
server public static InventQty qtyReservPhysicalDimensionChildType(
InventTransOriginId _transOriginId,
InventDim _inventDim,
InventDimParm _inventDimParm,
InventTransChildType _childType,
InventTransChildRefId _childRefId)
Run On
Server
Parameters
- _transOriginId
Type: InventTransOriginId Extended Data Type
- _inventDim
Type: InventDim Table
An InventDim buffer that contains the inventory dimension values to use as ranges.
- _inventDimParm
Type: InventDimParm Table
An InventDimParm buffer that contains which inventory dimensions to use as ranges.
- _childType
Type: InventTransChildType Enumeration
The type of the inventory reference.
- _childRefId
Type: InventTransChildRefId Extended Data Type
The ID of the inventory reference.
Return Value
Type: InventQty Extended Data Type
The reserved quantity.