Cache error while changing scope of Data Page List
Hi,
Please note the behaviour of Pega when changing the Data Page Scope through a scenario.
Scenario:
1. D_PageList: Source=Report Definition(ABC)
2. When Report Definition ABC is run , 5 rows get populated
3. When Scope of D_PageList is Thread/Requestor: we get pxResults(1).....pxResults(5) on clipboard
4. But when scope of D_PageList is Node: we get only pxResults(1) with number of rows stored in pxResults(1).pySummaryCount
This happens if the Report Definition is not checked in after the changes have been made. Especially if a count function is applied over a property initially and has been removed later on.
Resolution:
Check-in the Report Definition
Thanks!