InventAgingQueryBuilder.addTrackingDimensionGroupProduct Method [AX 2012]
Adds the EcoResTrackingDimensionGroupItem table to the query.
Syntax
private QueryBuildDataSource addTrackingDimensionGroupProduct(QueryBuildDataSource _qbdsParent, QueryBuildDataSource _qbdsInventTable)
Run On
Called
Parameters
- _qbdsParent
Type: QueryBuildDataSource Class
The QueryBuildDataSource object with the parent data source.
- _qbdsInventTable
Type: QueryBuildDataSource Class
The QueryBuildDataSource object with the data source for InventTable table.
Return Value
Type: QueryBuildDataSource Class
The QueryBuildDataSource object with the data source for the added table.