I have a check box field with multiple values. I want one of the values to be "All". If "All" is checked I want all the other checkbox fields to be checked.
How can this be done?
If it can't be done with one field, I could potentially create an additional field and if that field is populated then I need all the checkbox values selected.
I have not worked with creating scripts yet.