PdsInventDimCtrlFormBestBefore.modifyQueryWithBatch Method [AX 2012]
Adds grouping and summing fields for the data sources specified.
public void modifyQueryWithBatch(
FormDataSource _inventSum_DS,
FormDataSource _inventDim_DS,
FormDataSource _inventBatch_DS)
Run On
ClientParameters
- _inventSum_DS
- Type: FormDataSource Class
The data source for the InventSum table.
- _inventDim_DS
- Type: FormDataSource Class
The data source for the InventDim table.
- _inventBatch_DS
- Type: FormDataSource Class
The data source for the InventBatch table.
Community Additions
ADD
Show: