Share via


InventValueReportPopulateLedger.buildDimensionAttributeQuery Method [AX 2012]

Builds a query to retrieve dimension values for a specific dimension attribute.

Syntax

protected Query buildDimensionAttributeQuery(QueryBuildRange _dimensionAttributeRange, DimensionAttribute _dimensionAttribute)

Run On

Server

Parameters

  • _dimensionAttributeRange
    Type: QueryBuildRange Class
    The range that is entered in the dialog for the dimension value.

Return Value

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

See Also

Reference

InventValueReportPopulateLedger Class