Discussion
Primary page reference has changed in HTML code
We have a RepeatGrid which is having Link for each row. From that link we are calling HTML code to call an activity.In HTML code we are using tools.getPrimaryPage().getReference() to get Primary page reference. Before upgrade (Pega 6.2) it used to take selected Pagelist (ex: UploadedFiles.pxResults(2)) as primary page but post upgrade (Pega 7.1.8) it is taking pyDisplayHarness as primary page.can someone pls tell me how to get reference of the selected pagelist.
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
The Parameter Page contains the selected row details of the pagelist. You can use that Parameter Page to get the respective information.