My hierarchy of List
(Schema) is as follows:
List -> Items -> (attachments, comments, labels)
I want to create another duplicate list (collection) of the existing list. This means, all hierarchical referenced elements should be created (copied). Here (attachments, comments, labels)
are referenced by Item
and Item
is referenced by List
. How can I do that?