I have List items of list X- A,B,C,D,E,F
List items of list Y- A1,A2, B1,D1 ,D2, E1 (Child list of list X)
here item C,F don't have any child .
I'm using List Y in a Test module
line item1 - displays all list item at child level (i.e list item of List Y )
line item 2- I want to display all list item from list X
issue-> i'm only able to fetch only those list item from list X which has child (tried using parent function)
how can I fetch all the list item from parent list in this module?