Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Tarunjit 103 posts 146 karma points
    May 27, 2020 @ 13:17
    Tarunjit
    0

    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

  • Steve Morgan 1345 posts 4452 karma points c-trib
    May 28, 2020 @ 09:57
    Steve Morgan
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft