Bulk create child records from selection list
- 7 months ago
Just to close this loop. I did go with the copy master and detail option. For this instance I modified it so that just the child records would be created as opposed to both the parent and child records. This setup should meet our needs as the need for the 30+ child records isn't a given when a new parent record is created. This keeps my app free of extraneous records that may never get populated. The user will be able to select child records that aren't applicable but still allow for additional ones as needed.
As a bonus, I configured the parent record to hide the "copy child records" button if any child records are already created. But, if for whatever reason, they delete all the child records, they will see the button again to re-add.
Happy with the solution.