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
BJMBJM 

Mass Edit Records From Standard Contacts List View

Hi, all

I have created visual force page for selected records from stanards contacts list view,
i created one custom button called MassEdit and add the button to Standard Contacts list view ,
and assign the page which created for selected records to edit,
but here the page is redirecting when i click the MassEdit button from standard Contact List view
but iam getting blank white page.

here i need when i select multiple records from standard list view and click on MassEdit button it will redirect to page and selected records are in the editable mode, 

help me
Swati GSwati G
Hi, 
You can use standardsetcontroller on page for this and use getSelected method to get selected records.

This can help you. http://andyinthecloud.com/2013/07/16/how-to-call-apex-code-from-a-custom-button/ 
Search "List View Custom Button Template" in above link.
Inna PoddubnayaInna Poddubnaya
You may also check Rocket Editor (https://appexchange.salesforce.com/listingDetail?listingId=a0N3000000B4zrmEAB). This free app lets mass edit, create and delete Salesforce data and supports Standard and Custom objects.
BJMBJM
Swathi G & Poddubnaya 
     
     Thank you very much for your fast reply....