Share via


InventCostReport_CostBase::buildQuery Method [AX 2012]

Builds a generic query with data sources for the InventTable and InventCostTransView tables.

Syntax

client server protected static Query buildQuery(FromDate _fromDate, ToDate _toDate)

Run On

Called

Parameters

Return Value

Type: Query Class
A new query that has data sources for the InventTable and InventCostTransView tables.

Remarks

The query is pre-built with a range of from and todate dates.

See Also

Reference

InventCostReport_CostBase Class