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
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.
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?
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:
@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?
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.
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.