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
cjpradcjprad 

Button on list view to process multiple Contacts

Hi All, I want to create a custom button on Contact List View that will enable me to link multiple contacts to a custom object. The page following the button should have two fields from the custom object, one lookup and one picklist. I am reading that it is possible through Wrapper Class, but I am new to Salesforce Development. Most of the online resources it seems are for creating a separate page, but I want to use custom button on a list view. Any suggestions on how I can start will be really appreciated.

I eventually want to move these codes to production. Will there be any issues and what concerns I need to consider regarding test class and code coverage.

Thanks, Chetan