Based on the official wiki page, a User Criteria record may contain a specific set of users, groups, roles, departments ....
My question is, do I have to do manual checking for the user against user criteria, something like:
- check if the user exists in user criteria users list
- then if the previous test failed, check if the user role exists in user criteria roles list
- then if the previous test failed, check for departments .... and so on
Or is there something out of the box in snow that carries out these checks for me? I guess there should be some way but I can't find any thing relevant in the official wiki or docs