Copied to clipboard

Flag this post as spam?

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


  • j0w 31 posts 202 karma points
    Feb 14, 2019 @ 15:04
    j0w
    0

    xpath query in umbraco extranet

    Hello there !

    I'm struggling with xpath query for pointing on specific nodes.

    I currently have this scheme :

    -> Home
    ---> Solutions
    ------> Financial solutions (listAlternate document type)
    ----------> Solution 1 (solution document type)
    ----------> Solution 1
    ----------> ...
    ------> Projects (listAlternate document type)
    ----------> project 1 (projectdocument type)
    ----------> project 2 
    ----------> ...
    

    I need another document type to have 2 different multinode treepicker. the first one has to point on Solutions, and the second one on Projects. But if I do like this :

    $site/conteneurSolutions/pageListeAlternate with Allow Type Item : project

    then : $site/conteneurSolutions/pageListeAlternate with Allow Type Item : solution

    well I can only point to the projects on both treepicker...

    How can i bypass that? :D

    Tanks !

    Jonathan

Please Sign in or register to post replies

Write your reply to:

Draft