As per requirement we need to have a hierarchical document type structure in such way that any of the document type could refer to any document type.
Here are some examples mentioned below of three document types (DocType1, DocTyp2 and DocType3)
• Hierarchical Document type structure for document type “DocType1”
I think what you're asking is can I just make DocType1 - 3 be allowed underneath each other so you can just create content nodes of either 1 - 3 at any level.
If that's the question then I can't see an issue in doing this. You won't be able to restrict the user to sticking to your three scenarios though - they will be able to create any permutation of these. If you wanted this madness you could always create a on publish event to check these rules though.
Hierarchical Document Type Complexity
Hi All,
As per requirement we need to have a hierarchical document type structure in such way that any of the document type could refer to any document type. Here are some examples mentioned below of three document types (DocType1, DocTyp2 and DocType3)
• Hierarchical Document type structure for document type “DocType1”
DocType1> DocType1 > DocType2 > DocType3 > DocType1
• Hierarchical Document type structure for document type “DocType2”
DocType2> DocType1 > DocType3 > DocType2 > DocType3 > DocType1
• Hierarchical Document type structure for document type “DocType3”
DocType3> DocType2 > DocType3 > DocType2 > DocType1 > DocType3
Can any one please let me know if there could be any issue in Umbraco for maintaining content pages based such a complex document type structure?
Regards
Tarunjit Singh
Hi,
I think what you're asking is can I just make DocType1 - 3 be allowed underneath each other so you can just create content nodes of either 1 - 3 at any level.
If that's the question then I can't see an issue in doing this. You won't be able to restrict the user to sticking to your three scenarios though - they will be able to create any permutation of these. If you wanted this madness you could always create a on publish event to check these rules though.
Steve
is working on a reply...