You need to sign in to do that
Don't have an account?
Carolyn Carolyn
In process builder how to create a new criteria that checks if the Case owner has changed and also that the owner is not a Queue
Ok, so in a process builder i have to create a new criteria that checks if the Case owner has changed (which i have this part) but also that the owner is not a Queue that part i'm stuck on
can anyone help?
can anyone help?
Please use the criteria mentioned below for your requirement in the process builder.
AND(ISCHANGED([Case].OwnerId) ,NOT(BEGINS([Case].OwnerId, "00G")))
All Answers
Please use the criteria mentioned below for your requirement in the process builder.
AND(ISCHANGED([Case].OwnerId) ,NOT(BEGINS([Case].OwnerId, "00G")))