ProdRecBasketHandler.delMultiSelectionFromCache Method [AX 2012]
Removes the selected records of the datasource from the basket.
public void delMultiSelectionFromCache(
FormDataSource _dataSource,
MultiSelectionContext _multiSelectionContext,
[Common _argRecord])
Run On
CalledParameters
- _dataSource
- Type: FormDataSource Class
The datasource triggering the add event.
- _multiSelectionContext
- Type: MultiSelectionContext Class
The selection context.
- _argRecord
- Type: Common Table
The selected if only one is provided.
Community Additions
ADD
Show: