InventLedgerConflictController.buildQuery Method [AX 2012]
Builds a query to retrieve dimension values for a specific dimension attribute.
protected Query buildQuery(Query _contractQuery, DimensionAttribute _dimensionAttribute)
Run On
CalledParameters
- _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 ClassA query with data sources and ranges that corresponds the dimension attribute.
Community Additions
ADD
Show: