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
Sunil_SFSunil_SF 

Display a pop up (VF page) to create child records

Hi There !

I have a requirement where i need to display a pop up (Vf page) on clicking a command link where i need to select records(from custom object) where i can select multiple records (records with checkbox to select) . when a user selects records from the pop up and click add, all the seleced records should be shown in the master(base) page and on saving the selected records should be associated with the master record.

kindly assist me in implementing this

Thanks in advance
SonamSonam (Salesforce Developers) 
Reading your requirements this seems to be possible using wrapper class:https://developer.salesforce.com/page/Wrapper_Class

Pls read through the sample code provided on the link for better understading of how this can fit in your requirement.