I have an entity called Check List and another one called Check List Items. Each check list item is a record for a question and its respective answer.
I have found a way to clone the parent record and the relationship, but when I clone the record, I see the same check list items related to the cloned record as opposed to have the check list items also cloned and related to the new record that has been created when I cloned the parent. The actual scenario wouldn't work for me cause each check list will have different answers.
Is there anything that would help me clone the parent record, clone the child records and relate them to the new parent record?
*This post is locked for comments