function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
TJ ScheidTJ Scheid 

Adding javascript button to process multiple selections in enhanced list view

Hello,

Can I add a javascript button to an enhanced list view to process multiple selections? Ideally, I'd like for those selections to transferred to another object. 

I tried creating a wrapper class, but I am not experieced enough. 

Many thanks. 
ShashankShashank (Salesforce Developers) 
You should be able to create a custom button of List Button type and Select behavior as "Execute Javascript".

You can also try something like this: http://salesforce.stackexchange.com/questions/4102/creating-a-custom-list-view-button-that-handles-multi-record-selection