I have a validator set on some workflow transitions which checks that field X is not empty. However, field X has several cascading options...so it looks like this:
X
- 1
- a
- b
- 2
- a
- b
For reporting purposes, it's important to ensure that our agents also choose the deeper levels, like 1b for example. I have my doubts that I can further check for this, since even if they only choose 1...that satisfies the validator. Have any of you ever been able to validate down to the lower levels?
I realize that not every issue will need to be classified to that level, but it is a curious exercise to check into the possibility of doing this.
You can use the Check a request's field rule to check if the deeper levels have been selected. In the For this field dropdown, select your field X, and in the Check if it dropdown, select the equals operator. Then, in the This value field, select the deeper level you want to check for (e.g. 1b).
Hi Riley - I've been looking into your suggestion but it's not clear what you are referring to. Do you mean the "Regular Expression Check"?
Can you share a screenshot to help illustrate?
Thanks!
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.