PdsBatchSearch.addQbdsInventDim Method [AX 2012]
Adds an InventDim data source to the specified QueryBuildDataSource object.
protected void addQbdsInventDim(
QueryBuildDataSource _qbdsInventSumOrDelta,
QueryBuildDataSource _qbdsInventBatch,
InventDim _inventDimCriteria,
InventDimParm _inventDimParmCriteria)
Run On
ServerParameters
- _qbdsInventSumOrDelta
- Type: QueryBuildDataSource Class
An InventSum or InventSumDelta record.
- _qbdsInventBatch
- Type: QueryBuildDataSource Class
An InventBatch record.
- _inventDimCriteria
- Type: InventDim Table
An InventDim record that represents the inventory dimensions that applies.
- _inventDimParmCriteria
- Type: InventDimParm Table
An InventDimParm record that represents the inventory dimensions that must be filtered.
Community Additions
ADD
Show: