Checkbox Set Selector - Select All

3
Hi, I'm new to all this and we have a form with a series of Checkbox Set Selectors. Is it possible to add a button to make all of the checkboxes 'selected'. Preferably without changing the underlying referenced data. Is this possible. Thanks in advance
asked
3 answers
3

Make sure that the form that opens up the Check Box Selector is triggered by a microflow. Within that microflow create the associations on the referenced data WITHOUT committing into the database, this way the selections will show up populated. If the user selects the save button then the list would be committed, otherwise the a close/cancel button would disregard the associations (if the associations get committed for any reason) you can also add a rollback activity to the close/cancel buttons.

answered
2

You could add microflow buttons on your form that perform the operations add/remove all. But It would be even better if the creator of the widget would add an optional row and column that if marked marks the whole row or whole column.

answered
0

Cheers guys. :)

answered