Share via


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.

Return Value

Type: Query Class
A query with data sources and ranges that corresponds the dimension attribute.

See Also

Reference

InventLedgerConflictController Class