Is there a constraint on how often a subdocuemtn can be included within a main document?
While working with the document view of RV&S (13.1-CPS 2) our users noticed an undocumented limitation.
It s possible to have one (sub)document inserted several times within one main document.
Something like this.
main doc
- Heading1
- inserted Doc A
- Heading2
- interted Doc B
- Heading3
- inserted Doc A
Apart from the discussion whether this makes sense, it is possible as long as the subdocuments are INSERTED.
If you select all subdocument node and toogleInsertInclude, you would expect something like this
main doc
- Heading1
- included Doc A
- Heading2
- included Doc B
- Heading3
- included Doc A
BUT, what you will get is
main doc
- Heading1
- included Doc A
- Heading2
- included Doc B
- Heading3
- inserted Doc A
- inserted Doc A
It is not possible to change the section 3.1. to include mode.
- no error message
- no warning
the Action is simply ignored.
I understand the problem for the GUI, as it would lead to identical item IDs shown several times in the same view and potentially causing race conditions.
But this limitation seems nowhere documented.
So is it a BUG or a feature ?

