InventModelType_MovingAverage.inventSumOpenTransact Method [AX 2012]
Creates a new instance of a subclass of the InventSumOpenTransact class.
Syntax
public InventSumOpenTransact inventSumOpenTransact(
TransDate _perDate,
ItemId _itemId,
InventDim _inventDimCriteria,
InventDimParm _inventDimParm)
Run On
Called
Parameters
- _perDate
Type: TransDate Extended Data Type
The date to calculate the open transactions.
- _itemId
Type: ItemId Extended Data Type
The ID of the item.
- _inventDimCriteria
Type: InventDim Table
An InventDim record with the criteria.
- _inventDimParm
Type: InventDimParm Table
An InventDimParm record with the parameters.
Return Value
Type: InventSumOpenTransact Class
An instance of the InventSumOpenTransact class.