Copied to clipboard

Flag this post as spam?

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


  • Dipa 88 posts 370 karma points
    Jun 28, 2016 @ 09:02
    Dipa
    0

    List according to DocType

    Hello, I have one parent DocType called 'Article', and as child DocType multiple Type called 'Knowledge Base', 'Best Practice', etc... In content node, I have made the all pages for it. Its structure is like

    Articles <-- DocType : 'Article'
        Knowledge Base1 <-- DocType : 'Knowledge Base'
        Best Practice1 <-- DocType : 'Best Practice'
        Best Practice2 <-- DocType : 'Best Practice'
        Best Practice3 <-- DocType : 'Best Practice'
        Knowledge Base2 <-- DocType : 'Knowledge Base'
        Knowledge Base3 <-- DocType : 'Knowledge Base'
    

    Above is my page structure. Now my question is like below : In admin section(Umbraco back office), I want to display separate list for all different DocType. Means in one list view I want of DocType : 'Best Practice' pages, in another list view all pages of DocType : 'Knowledge Base'.

    How that can be possible? For this any type config I can set or any other way? Please guide me for it, I got stuck in this. Feel free to ask query.

    Thanks, Dipa

  • Jinesh Kaneriya 22 posts 155 karma points
    Jun 28, 2016 @ 13:10
    Jinesh Kaneriya
    0

    Hi Dipa,

    Create new document type and add multi node tree picker datatype's property.

    Now create content of this new doc type and you can select multiple tree node from any content node available in umbraco.

  • Dipa 88 posts 370 karma points
    Jun 28, 2016 @ 13:24
    Dipa
    0

    Hi Jinesh, Got your point. But I want to display different list of based on that field. How can I set that?

  • David Peck 687 posts 1863 karma points c-trib
    Jun 28, 2016 @ 14:20
    David Peck
    0

    I think you'll need to create a custom property editor for that. I'm pretty sure nothing like that exists in the core or nuPickers.

Please Sign in or register to post replies

Write your reply to:

Draft