How to render a landing page on a PAGE TYPE PARAMETERIZED DATAPAGE in pega 25.1

As we have seen in case of landing page , we only have option to add a table structure view, that renders on List type data page. We have some requirements , that needs landing pages that renders on PAGE TYPE PARAMETERIZED DATAPAGE. is there any pega provided way to achieve it ?

Hi @GOURABKETAN

Few questions from my end,

  1. What does you parameterized data page return ? A page with scalar fields or a list of entries embedded?
  2. Are you expecting to display a view in a column layout or a table on click of the landing page link in the center panel?

To my best knowledge, as of today landing pages only support List type of views for display. The same goes with Insights as well.

Let us know your requirement a bit more in detail so that we can provide our suggestions and alternatives

Regards

JC

Can you please check if you can leverage Promoted Filters on the Landing Page to filter down the list?

Currently, Pega Constellation landing pages only support list‑type data pages for table views. There is no out‑of‑the‑box way to directly render a landing page on a page‑type parameterized data page. The recommended approach is to wrap the parameterized data page in a view or widget and then expose it through the landing page, but this requires customization.