Copy Document/CDD in an overview

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?

As far as I am aware of A12 does not provide such a feature yet. Also the documentation does not state something in this direction.

The only copy that is currently available is the COPY_DOCUMENT operation from Data Services, which will not copy any link but attachments. (source)

Please feel free to create A12 Requirement. :smiley: