Conversation
Evonsys
US
Last activity: 20 Nov 2025 2:32 EST
How to preselect a row in a single-select table sourced from a data page in Pega Infinity '24.2.3?
I have a requirement in Pega Infinity '24.2.3 where the UI consists of two steps:
-
An advanced search screen that allows the user to search for a customer.
-
A second screen that displays a list of related records (for example, accounts or services). This list is shown using a single-select table layout, and the results are sourced from a data page that calls an external REST API.
My requirement is:
If the value used during the search (for example, an identifier entered in step 1) exists within the results returned in step 2, that row in the table should automatically be preselected.
I tried setting a page property before rendering the table, but the row still does not show as selected. The UI always loads with no row selected.
Is there a recommended approach in Pega Infinity '24.2.3 to programmatically set the selected row of a single-select table that is sourced from a data page?