Trying to use the Copy Master-Detail function, but only to copy detail records and not the parent record.
The app I'm working with has a top-level table for customers. Below that is a table for projects, with multiple levels below that. I need to be able to either use the Copy Master-Detail or write a new formula so that I can have the button at the customer level, but not have it create a master record.
For instance, I have Customer A. He has 2 projects (child records). I want to be able to create a quick project using the most recent project record and all of its child records, but from the Customer level.
Using the CopyMasterDetail function means the create button either lives on the Project table; or if I put it at the customer level, it creates a new customer. What do I have to alter in the function to have it look at a specific record ID on the projects table and then have it copy that project record and all of its child records?