HarrisonSmith
14 days agoQrew Trainee
Add Existing Child Records from New Parent Record
I have an app where people can have many related child documents.
Now, the app requirements have expanded, so that documents can belong to many people. I want users to be able to select multiple existing people records when they create a new document record and uploading the file attachment, basically like a multi-select text field but for existing soon-to-be child records. I'd prefer to avoid creating a many:many assignments table for the sake of simplicity but if I have to then I have to. Any ideas?