I have a dropdown field with 4 options. When the forth option (ID=4) is chosen, I want a validation rule set up to check for null fields (roughly 10 fields, text, dropdown, radio button, etc.)
Essentially I want a message to pop up stating that "All fields must be filled before setting to that particular value in the dropdown. I can't set the fields as required as they will be filled over a period of time.
This is what I've tried:
Field name (or regular expression) - Left Blank
Condition - status:4 AND compresl:[empty] OR status:4 AND clkacf2id:[empty] OR status:4 AND type:[empty] OR status:4 AND assigned:[empty] OR status:4 AND root:[empty] OR status:4 AND partner:[empty] OR status:4 AND decision:[empty] OR status:4 AND decisioncomment:[empty] OR status:4 AND sla:[empty] OR status:4 AND appealed:[empty] OR status:4 AND overturned:[empty]
Action to execute - Set to to Validation rule Message to show when validation rule matches - "Fields are mandatory"
Validation rule - Leave blank.
I feel like there should be a simple solution for this but it's handcuffing me at the moment
(status:4) AND (compresl:[empty] OR clkacf2id:[empty] OR type:[empty] OR assigned:[empty] OR root:[empty] OR partner:[empty] OR decision:[empty] OR decisioncomment:[empty] OR sla:[empty] OR appealed:[empty] OR overturned:[empty])
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.