How to make continuation of a case dependant on whether at least one of 6 checkboxes in a section is checked?
I have a section. In it I have 6 checkboxes. The user story I'm working on requires at least one of the checkboxes to be checked before the case is allowed to proceed. Multiple selection is possible. What's the best way to implement this? One colleague suggested a post activity. Another suggested a VALIDATE rule in the flow action. Seems there are many options here (as is so often the case :)) so I thought I'd ask the community for opinions on the best way to handle this.
Thanks!