Hi I have the following problem,
I want to add a script in workflow validation that does the following:
if a select list has any value that starts with "yes" another custom field is required (must not be empty)
How can I accomplish that?
many thanks
With a simple scripted validator:
(! cfValues["Select List"].value?.startsWith("Yes")) || cfValues["Other Field"]
(untested - if it doesn't work break it down and do it piece by piece in the condition tester).
Can also be done with a behaviour which will show the user that the field is required before they click submit, but more complex
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.