I have a supervisor rule that is intended to trigger on 3 conditions
1) The ticket has a status of "Test Status"
2) It is >1 hour since the agent responded
3) The "follow up email" field does not have a value of "Yes"
The "follow up field" is a Yes/No dropdown, and defaults with neither value selected
I have tested the rule, incrementally adding the 3 conditions, and the rule fires fine until I add in the third rule.
Does the supervisor rule not handle null or indeterminate values in fields?
I am unable to set a default valueof "No" on this field, so have set up another rule with the aim of setting the field to "No" where it has a value of "None", hoping that by explicitly defining a "None" value that it will handle it ok.
Would this be better achieved with a tickbox, and does a tickbox default to a value of unchecked/selected?