Share via


ACOCapacityCalculator_BR.getQuery Method [AX 2012]

Retrieves the query that returns the route transactions that are generated in a period.

Syntax

protected Query getQuery([boolean _onlyStdCost])

Run On

Called

Parameters

  • _onlyStdCost
    Type: boolean
    true if only route transactions that are related to a production of an item that has standard costs are desired; otherwise, false.

Return Value

Type: Query Class
The query.

See Also

Reference

ACOCapacityCalculator_BR Class