I have a custom Event Registration table that links Contacts with (custom) Events. Each row in the Event Registration table has two links, one leading to Contacts and one leading to Events: Contacts ↔︎ Event Registrations ↔︎ Events.
Now I would like to select any number of Contacts based on various filters and create event registrations for all of those contacts. Kind of like mass update, but creating new records. So if I select contacts A, B, C and <do something I don’t know how>, I would get three new event registrations for contacts A, B and C and a given event. Is that possible? If not, how would you approach it if you want to create lots of new records based on a possibly large selection of contacts?
Now I would like to select any number of Contacts based on various filters and create event registrations for all of those contacts. Kind of like mass update, but creating new records. So if I select contacts A, B, C and <do something I don’t know how>, I would get three new event registrations for contacts A, B and C and a given event. Is that possible? If not, how would you approach it if you want to create lots of new records based on a possibly large selection of contacts?

Comment