I configured a validation (Simple scripted validator) as cfValues['ENM_ReqAppReqDate'] || cfValues['ENM_ReqApprove']?.value == 'Yes'. ENM_ReqAppReqDate is automatically updated when user requests approval for the request content. If user doesn't request, workflow can be processed without ENM_ReqApprove. This validation is work correctly.
I configured a validation (Simple scripted validator) also as cfValues['ENM_DeployReqDate'] || cfValues['ENM_DeployApprove']?.value == 'Yes'. ENM_DeployAppReqDate is automatically updated when user requests approval for deploy. If user doesn't request, workflow can be processed without ENM_DeployApprove. This validation is work correctly.
Two validations work correctley when the validations are individually tested. However when I configured two validations to the same transition, workflow check two validation everytime. ENM_ReqApprove is checked even though there is no ENM_ReqAppReqDate. And ENM_DeployApprove is checked even though there is no ENM_DeployReqDate.
How can I do?
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.