Question
Evonsys pvt Ltd
Evonsys pvt Ltd
IN
Evonsys pvt Ltd
Posted: Jul 7, 2022
Last activity: Jul 7, 2022
Last activity: 7 Jul 2022 9:43 EDT
Closed
CheckBox restriction
I have requirement where electing board member to select only 3 members out of 100 members, how can restrict 3 checkbox, if 3 checkbox selected automatically remaining checkboxes should be disable
***Edited by Moderator Marissa to change type from Pega Academy to Product, added Capability tags***
To see attachments, please log in.
@SrikanthGoud in the check box on change event & Refresh this section as action
Assuming pySelected is the associated property for the check box,
In the section, for check box column field you can add disable when condition like .pySelected != true && Count of page list (used as your table source) entries with pySelected as "true" >=3
countInPageList function can be used to check number of occurrences of selected as true in the page list