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

Called

Parameters

_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.

ExceptionCondition
Error

An exception is thrown if the datasource specified is null.

Community Additions

ADD
Show: