I have a custom checkbox field called Communicate to client? When this field is set to Yes, I want two other fields to be required:
Is it possible to require two fields?
cfValues['Communicate to Client?']*.value.contains("Yes) || cfValues['Release Notes','Test Steps']
What would the notation be?
Looks like I need to add a validator entry for each field and correct my syntax to:
cfValues['Communicate to Client?']?.value == "Yes" || cfValues['Release Notes']
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.