You need to sign in to do that
Don't have an account?

Workflow still get triggered on ownerId that is not included
I created work flows with Formulas and validation . however it still gets triggered even tho I am saying those ownerId shouldnt be part of it
OR (
Owner.Id <> "00516000006OnYB" ,
Owner.Id <> "005G0000002YHAe" ,
Owner.Id <> "005G0000005Foy2" ,
Owner.Id <> "00516000006Tdoh" ,
Owner.Id <> "005G0000004qehs" ) &&
Order_Paperwork_Complete__c = TRUE
so even tho it shouldnt be != and not get trigged but any of those guys submit and it will get triggered still
OR (
Owner.Id <> "00516000006OnYB" ,
Owner.Id <> "005G0000002YHAe" ,
Owner.Id <> "005G0000005Foy2" ,
Owner.Id <> "00516000006Tdoh" ,
Owner.Id <> "005G0000004qehs" ) &&
Order_Paperwork_Complete__c = TRUE
so even tho it shouldnt be != and not get trigged but any of those guys submit and it will get triggered still
Thanks,
Parker