InventTransSum.originOrdered Method [AX 2012]
Returns the ordered quantity for the specified set of parameters.
Syntax
public InventQtyOrdered originOrdered(
InventTransOriginId _transOriginId,
[InventTransChildType _childType,
InventTransChildRefId _childRefId,
InventDim _inventDimCriteria,
InventDimParm _inventDimParm])
Run On
Called
Parameters
- _transOriginId
Type: InventTransOriginId Extended Data Type
The ID of the inventory transaction origin.
- _childType
Type: InventTransChildType Enumeration
The required child type on the inventory transactions.
- _childRefId
Type: InventTransChildRefId Extended Data Type
The required child reference ID on the inventory transactions.
- _inventDimCriteria
Type: InventDim Table
The specification of the inventory dimensions to include in the search.
- _inventDimParm
Type: InventDimParm Table
The specification of which inventory dimensions to include in the search.
Return Value
Type: InventQtyOrdered Extended Data Type
An inventory quantity.