Hi, we implemented a copy Document/CDD feature for the overview engine.
Features:
In an Overview for a CMD a copy will create a copy of the CDM root document and copy of all links.
So if the graph before looks like this: A/1 → B/1,A/1 → B/2, A/1 → C/1 all links are added to the copy of A1: A/NEW → B/1,A/NEW → B/2, A/NEW → C/1 this happens on the client so the document and links are created on saving.
We reset some fields at copy time: e.g. the status field is set to new
We now have new requirements to not copy all links but having a configuration which links to copy.
Question: Is there a copy feature in A12 or is this intended to be build project specific?