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
Rana RoyRana Roy 

Help on Visualforce Page to Create Multiple Records

There are two Custom Objects: Seminar and Attendee.
There is also a Junction Object SeminarAttendee between these two to relate Seminars & Attendees.

In a Seminar record, I want to add multiple Attendees on SeminarAttendee Object to avoid selecting every record one by one from the Look Up.
How to do this?

Experts please help
Rahul KumarRahul Kumar (Salesforce Developers) 
Hi Rana,

To select more than one record from Lookup List.Please check the below link from success community.
I hope it will be helpful.

BestRegards
RahulKumar

 
Rana RoyRana Roy
Hi Rahul,

Thanks for your response.
As suggested in the link, I have already created a Junction Object SeminarAttendee.
But the challenge is to add multiple child records from look up which might be done through a Visualforce Page.
Please guide me on this.