Question
How to provide Delete all options and Select all options on detail
11:14 Mar 02, 2022
Hi Team,
How to provide the Delete all and Select options in detail menu.
Can any one help with this?
Like
1 comments
18:22 Mar 02, 2022
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