Hi Team,
We are working on Pega Constellation 25.1.3 and have a requirement to display a parent-child hierarchy using data stored in a single Data Object/Data Table.
The table contains both parent and child records, with a Parent ID column used to establish the relationship between them.
Our goal is to display this hierarchy on a Landing Page (Dashboard under UI page class) in a way that allows users to easily understand the parent-child relationships.
Challenges Encountered
-
Since the source is a Data Object and the UI is a Landing Page, we cannot leverage Embedded Data views/components as we would in a case context.
-
The Landing Page only provides the option to configure a List View table.
-
We explored using the Pega-provided custom DX Nested Expandable Table component to render the parent-child hierarchy. However, it appears that custom DX components are either not supported or cannot be configured as expected within Landing Pages for UI pages class , preventing us from leveraging this approach.
-
As a result, we have not found a native way to present expandable parent-child data similar to a tree grid.
Question
What is the recommended or best-practice approach in Constellation 25.1.3 for displaying hierarchical parent-child data from a Data Object on a Landing Page? We are facing issues mainly due to restrictions of UI-page class .