Share via


InventValueReportPopulateItem.joinInventDim Method [AX 2012]

Join the InventItemGroupItem to the query.

Syntax

protected QueryBuildDataSource joinInventDim(QueryBuildDataSource _qbdsParent, InventDimParm _inventDimParm)

Run On

Server

Parameters

  • _inventDimParm
    Type: InventDimParm Table
    A InventDimParm record with defining which fields to group by.

Return Value

Type: QueryBuildDataSource Class
A QueryBuildDataSource object with the data source for the joined table.

See Also

Reference

InventValueReportPopulateItem Class