Question

How to provide Delete all options and Select all options on detail

Hi Team,

 

How to provide the Delete all and Select options in detail menu.

 

Can any one help with this?

 

 

 

Like 0

Like

1 comments

Hello Akshit,

To select all records in a detail, you just need to call this:

this.setSelectAllMode();

This will select all records in the detail. Once all records are selected, you should just be able to use the Delete menu option to delete all selected records.

Ryan

Show all comments