Hi,
How can I embed pagelist B inside pagelist A?
Currently I have created them as separate pagelists in pyWorkPage.
The requirement: For each page in pagelist A, there are multiple results from Pagelist B.
TIA
Hi,
How can I embed pagelist B inside pagelist A?
Currently I have created them as separate pagelists in pyWorkPage.
The requirement: For each page in pagelist A, there are multiple results from Pagelist B.
TIA
Your PageList B should be define on PageList A class then. If they are both currently under pyWorkPage, I don’t think PageList B has been setup under the right class.
@MarcLasserre_GCS yes that was the issue. I was able to achieve the outcome by defining the page lists correctly.
Thanks