Parameterized Data page in landing portal - Pega Constellation

Hello,

I need to pass custom param and get data from dpage sourced to the grid in my landing page.

I’ve a Data Page (Work-Casetype) > Sourced RD, getting case data for users with a dropdown property as filter parameter. Value can be changed dynamically in run time, so the data. Dropdown property is also created and sourced with Dpage. Reload once per interaction is also enabled.

But I can’t implement it in my portal (Pega Constellation). I’ve created view and referred it in my landing page. But how and where to keep the dropdown property which will pass the param to Dpage.

How can I achieve this?

Note: Same approach working well inside the case, As I can place the dropdown property (param) there. But I need this in Portal landing page.

Thank you.

@Raghavan2199

If the Datapage is configured with Parameters, you can find the option “Override parameters” in the table view just under DataPage reference. PFA

@Kishore Kumar Madduri

Hi Kishore,

I’ve already referred my property for parameter with this option, but I couldn’t refer the dropdown property (passed as param) for user inputs. Is there a way to refer that dropdown property in the view of the landing page?

I’ve attached the snapshot of my view. Here I need to refer the Line Number property above the grid to get the input and show the results as per.

Thanks in advance.

@Raghavan2199

try using promoted actions, refer line number property in the promoted actions, so user will be promoted to select line number (if it’s a picklist shows as a dropdown), on select it will show filtered list

@Kishore Kumar Madduri

Tried that too Kishore. But promoted filters are too similar to grid column filtering. They filtering with the current available data. But my scenario is to fetch the data on every parameter change from that dropdown property.

Thank you.

@Raghavan2199

For your use case, we need to add “Line Number” property above the grid and then filter based on that.Also, unlike the case view , we don’t have any context of the dropdown property in the landing page.

Since there is no such option available in the landing pages , promoted filters is the only solution.