Scripted Validator Multi-select field 1 option requires additional field

Jenifer Kuntz October 18, 2016

I have a multi select field (it is a required field) and if they choose the option 'Other' they need to fill out 2 other fields (I am thinking I need 1 validator for each field).

 

from the examples I need this 

cfValues['Demo']?.value != 'No' || cfValues['Reason for No Demo']

but for a multi select field

I am assuming I need to replace the first part with 

cfValues['My Multi Select']*.value.contains("Some value")

but how do I make that does not contain?

 

Thank you!

2 answers

0 votes
Jenifer Kuntz October 18, 2016

So sorry Jamie!  I didn't connect them in my head.

Yes, it is the exact same thing!  

Thank you!

0 votes
JamieA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 18, 2016

Isn't this the exact same question as https://answers.atlassian.com/questions/43113440 

Suggest an answer

Log in or Sign up to answer