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
chandu kumarchandu kumar 

Display and Select multiple Related records and send selected records through Email to a contact

I have Account object and custom object System__c I want a custom button on account and when i click on it,pop up will come and it should display all active systems with select checkbox. once i select multiple records, i should able to send the records to select contact. Please help on this. I think it could be achieved by wrapper class.