PBAExecute::createVarInstanceQuery Method [AX 2012]
Creates a QueryRun object that stores the query to retrieve the instance values of the variables for a specific product model and a specific transaction.
server public static QueryRun createVarInstanceQuery(PBAId _pbaId, InventTransId _inventTransId)
Run On
ServerParameters
- _pbaId
- Type: PBAId Extended Data Type
The identifier of the product model.
- _inventTransId
- Type: InventTransId Extended Data Type
The transaction that is associated with the variable instances to seek.
Show: