Question
Bluerose Technologies
Bluerose Technologies
AU
Bluerose Technologies
Posted: Oct 30, 2025
Last activity: Oct 31, 2025
Last activity: 31 Oct 2025 7:34 EDT
[Constellation] Processing rows based on selection in a table.
Hi,
we are displaying a table using a data page in the View in constellation Pega 24.1.3.
whenever any rows are selected in this table, and submitted, in case of Traditional UI we had pySelected property to differentiate between selected and unselected row.
But in Constellation I do not see pySelected, if i have to update a column in the table based on the selection, how do I do it?
Hello @AkshathaG0891,
pySelectedproperty is not used in Pega Constellation tables for managing row selection.Constellation follows a modern, stateless, and client-centric design pattern. It moves away from using a dedicated, server-side property like
pySelectedon the data page list to track UI state.As far as I know, from your multi selection data page / table, a key of the record selected should be stored on the case. Then you need to use a lookup / single page DP with that key to get the data.
I am not sure about that but It is also possible that if you create the data reference property. Choose type single. For the same data source as your multi selection, after submit (with a single or mutiple data reference property) the lookup single data page will be fired automatically.