Hi Everyone,
I am using the example shown here here to try and achieve form validation, but only after a certain value is not selected in a drop down. In essence I have been asked to not enforce required fields until the user is ready to submit the form for approval, which would allow them to revisit the item over time to complete it, before signifying that they are ready to submit the item for approval, and hence get validation on any missing values.
On one of the fields which requires this logic, I have placed the following formula in the Validation Rule:
isNullOrEmpty({Self}) && {ProcessStateSelector}!="Draft"
The problem is that the rule is being ignored, and even when a value other that Draft is selected in the ProcessStateSelector dropdown, the form is submitted without the validaiton alert.
What have I done wrong?
Thanks.
