InventLedgerConflictController.buildQuery Method [AX 2012]
Builds a query to retrieve dimension values for a specific dimension attribute.
Syntax
protected Query buildQuery(Query _contractQuery, DimensionAttribute _dimensionAttribute)
Run On
Called
Parameters
- _contractQuery
Type: Query Class
The query that contains a potential dimension value range.
- _dimensionAttribute
Type: DimensionAttribute Table
The dimension attribute record.
Return Value
Type: Query Class
A query with data sources and ranges that corresponds the dimension attribute.