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
andy1234andy1234 

List buttons in Visual Force

Hello,

  I have a list button on a custom list view tab which invokes a VF page for mass edit. How can i get an handle on how many records the user has selected in the list view so i can use those records for mass edit in the VF page. I know it's possible to do that as related list button on the detail page.

 

Any help wud be appreciated.

 

 

Thanks,

Anand

mtbclimbermtbclimber

andy1234 wrote:

Hello,

  I have a list button on a custom list view tab


Is that a standard page or a Visualforce page?

andy1234andy1234
It's a Visual Force Page...
chrissy2007chrissy2007
Or, alternatively, try downloading this free pre-built app.  It enables you to add list buttons to all objects to mass edit and mass update each: http://sites.force.com/appexchange/apex/listingDetail?listingId=a0N300000018mbBEAQ
andy1234andy1234
Thanks! got it