InventModelType.inventSumOpenTransact Method [AX 2012]

Creates a new instance of the InventSumOpenTransact class.

Syntax

public InventSumOpenTransact inventSumOpenTransact(
    TransDate _perDate, 
    ItemId _itemId, 
    InventDim _inventDimCriteria, 
    InventDimParm _inventDimParm)

Run On

Called

Parameters

  • _inventDimCriteria
    Type: InventDim Table
    An InventDim record with the criteria.

Return Value

Type: InventSumOpenTransact Class
An instance of the InventSumOpenTransact class.

See Also

Reference

InventModelType Class