Creating Declare index for pageList
Could anybody help me on the below scenario:
We have one child casetype called "xyz" and parent case type is "abc", the clipboard strcture is as below:
pyWorkPage(A-B-Work-abc-xyz)
.ListProperty1 (PageList Property1)
.ListProperty2(PageList Property2)
I need to fetch all details present in .ListProperty2 using Report defination.
I have created my RD in work object class and I have created Index table for.ListProperty2 corresponding to their classes and I have joined the index table to my RD which is prsent in workobject class but still i am not able to use these properties its saying property cannot be used here.
And for testing purpose I used .ListProperty1(1).ListProperty2(1).othersingleproperty in my RD their I am able to get the results which are present in ListProperty2, but index table is not working.
Thanks in advance