I would like to know, is how I can transition if the ARB field is assigned a value "yes" and if it is assigned a value "no", do not let me transition
Hello @Alan Rodrigo
It appears you have the fields in a screen associated with the Transition, and you allow them to be set to None prior to this transition. Does that mean you want to allow them to be set during the transition?
If so, you would need to use a Validator in the transition to check the field value when the user clicks the Pre-Production button.
Unfortunately there is not a native Validator function to check the value of a field.
You will need a third party app that extends workflow capabilities to support that use case.
Hi @Trudy Claspill Just checking in because I probably have less experience than you with cloud, but wouldn't a validator using "Regular expression check" work in this situation? I didn't realize he was looking for a solution during a transition. Also, isn't this feature available out-of-the-box? Cheers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Alan Rodrigo,
You can either use a condition or a validator. You can find more about it here:
I hope that helps.
Cheers,
Melo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.