InventCostHelp.initQueryRunTrans Method [AX 2012]
Initializes the query that determines which financial dimensions have to be processed for the specified item.
Syntax
public QueryRun initQueryRunTrans(InventTable _inventTable, InventModelGroup _inventModelGroup)
Run On
Called
Parameters
- _inventTable
Type: InventTable Table
The InventTable record for the item.
- _inventModelGroup
Type: InventModelGroup Table
An InventModelGroup record that is related to the item.
Return Value
Type: QueryRun Class
A QueryRun object.