Add radio buttons to page list to make entries selectable

Hi all! Hope s.o. can help me with this in Constellation:

We have the following reqirement. A pagelist holds several entries and we want user give possibility to chose one of them. So we want to add radiobuttons to the list view like in the picture below


Can s.o. please give me ideas how to cheive this?

Thank you in advance, Daniel!

@DanielS16824626

What is the source of the data for your requirement? Is this data embedded on the case, or some other reference data? It sounds like you need to configure a reference field.

See the Configuring a single-record reference field section of the following documentation.

Configuring fields associated with Case and data objects (pega.com)

@Marc Alderman

Thank you very much for your reply. Its reference data and I followed the instructions on the link and came further. In the case designer I can now choose for “Display as” between Dropdown, Autocomplete and Table. All is working, but only if I select Table, the view does not show anything. Any idea why?

As dropdown:

As table:

Cheers, Daniel

Hi @DanielS16824626, you could define a boolean property in the list and use it in the above table to select the desired row. Here’s an example how you can achieve this:

and set a disability condition over the same property as shown below

use checkbox and while configuring the control in the presentation tab select editable option.

Hope this would solve your problem.

@Ali Ahmed I believe we need to flag your reply as perhaps not being relevant to the original poster as your solution is assuming the user is on the traditional section / harness UI where there are controls - this is not relevant to constellation.

@Marc Alderman could you provide an update on @Daniel Stopka 's follow-up question?

@Daniel Stopka

It’s hard to say without reviewing the configuration in more detail. Which platform version are you using here (8.8 or Infinity 23?). Have you configured the table view with some of the columns from the data object? If you are just referencing Primary fields could you delete and try adding them individually?

@Marc Alderman
Thank you very much for sharing this instruction. The reason why the table was not shown in our application was we did not put it on a assignment/ collect information step. This is mandatory. Other views could be read only and will not show the table.

@Daniel Stopka

Great! Glad to hear it’s working. Thanks for following up.

That’s an important point. Only Form views are used for editable content. Partial views (as they are called from Infinity 23) will be read only. I’ll add a link to the relevant docs below for future reference.

Working with Views (pega.com)