I need to get a sitecore request such that when we select any content element that from the same template that contains the multi-leaf, should show its own child element.
it should show only those elements that are associated with the immediate parent in the doc tree, for example:
If we have a tree structure: Claims - Requirement Doc1 - Requirement Doc2 Clause 2 - Requirement Doc3 - Requirement Doc4
Then, when we open claim element 1, it should show claim Doc1, Claim Doc2, and not others, and similarly, if we open claim element 2, it should display the Doc3, Claim Doc4 claim in multi-sheets.
thank
source
share