What is the best way to go about duplicating multiple related records at once?
So for example if I had an invoice (invoice database) and in the invoice there were multiple product line items (line item database). What is the best way to duplicate the invoice and related line items at once?