I have a plugin that allows me to test the values of a number or string in a Condition in a Workflow. I would like to use the plugin to test whether or not certain boxes are checked in a mult checkbox. My question is, if I have five values in my muliti check box list, can I use the plugin to check if a certain checkbox is selected? For example, zero would indicate nothing is checked, 1 would indicate the first box is checked. 2 or greater would indicate the second box is selected, 4 or greater would indicate the 3rd box is checked. Of course, all assuming the internal values of the checkbox are store as a boolean string.
It is the optionIds (numeric id) that are stored in the database. When you access using Java API, you will get an Option object for each value saved.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.