You need to sign in to do that
Don't have an account?

Getting list of selected entries from enhancedList?
I need to allow the user to perform an operation on any number of records of a specific object. Rather than building a whole custom list view VF page and controller, I though I'd see if I could leverage the enhacnedList VF element first.
I note that the enhancedList has checkboxes next to each entry, as well as a "select all" checkbox at the top. Is there any way to get the list of selected records back to the controller to be operated on? I can't see what other purpose the checkboxes might have, unless I'm missing something obvious.
Thanks for any input.