Share via


InventCountStatisticsDP.makeQueryRun Method [AX 2012]

Creates a query with the TmpInventCountStatistics temporary table and the InventDim table.

Syntax

private QueryRun makeQueryRun(InventDimParm _inventDimParm)

Run On

Server

Parameters

Return Value

Type: QueryRun Class
The query run object that is created by joining the TmpInventCountStatistics table and the InventDim table.

See Also

Reference

InventCountStatisticsDP Class