I want to copy custom records, which have some child records, which themselves also have children. I build my TCA-Structure with IRRE in TYPO3.
How is it possible to copy the parent-record and all the children. With copying I mean create also new child-records and set them as child from the parent.
For now the references to the original records are set during copying a record, but this is not the behavior I want!