I have to get such sitecore query by which when we select any content item which are from same template which contains multilist should show their own child.
it sshould show only those items which are related to immediate parent in doc tree for example :
If we have below tree structure : Claim 1 - Claim Doc1 - Claim Doc2 Claim 2 - Claim Doc3 - Claim Doc4
Then when we open Claim 1 item, it should show Claim Doc1, Claim Doc2 not the others and similarly in if we open Claim 2 item, it should show Claim Doc3, Claim Doc4 in multilist.
Thanks