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
Robin BarnwellRobin Barnwell 

Populating a many to many junction relationship

We have contacts with fields holding their skils.  We have volunteering work which requires a specfic set of skills.  Multiple contacts with a full or partial set of the required volunteering work skills might be assgined to the job.  From a data modelling point of view this is straight forward.

The question I have is regarding the user interface.  Once the volunteering work is set-up the user will wish to search the contacts for people who fuly or partially match the required skill set.  They would then select the specific contacts to insert into the many to many relationship.  How would I got about getting this search -view-insert working please.