What is Multi-select list control in Pega?
Multi-Select list control is added to user form so the users can select multiple values from the drop-down. These lists save time and ensure accuracy by supplying a list of valid values for an input field.
Sources for a Multi-Select list control:
- Data page.
- Clipboard page.
- Report definition.
How to configure multi-select in Pega?
Pega has provided OOTB control to configure the Multi-select list for a dropdown. pxMultiSelect is the OOTB control.
We need to have a PageList or Page group property to have the values selected from the drop-down.
We need to provide the source to the Multi-select list control so that control will display the results in a drop-down where users can select one after another.