You need to sign in to do that
Don't have an account?
Terry_0101
How to identify a Lead Owner?
How to fix this?
When lead owner is changed to this certain person, then do not fire the workflow.
AND(
LEFT(PRIORVALUE(OwnerId), 3) = '00G',
LEFT(OwnerId, 3) = '005',
NOT(
$User.Id = "00560000004Yjj5"
))
When lead owner is changed to this certain person, then do not fire the workflow.
AND(
LEFT(PRIORVALUE(OwnerId), 3) = '00G',
LEFT(OwnerId, 3) = '005',
NOT(
$User.Id = "00560000004Yjj5"
))
Hi Samantha,
Don't go for the formula. You can simply use below crietria to implement this:
And define your action what you want t do when owner is any other user. Please let me know in case of any issue.
Please mark the answer as best if it resolves your issue!!
BR,
Yogesh
I need to use the PRIORVALUE though. So the WF has to be formulas.