Is there a way to do this? Or is it just automatically generated if we click the check box?
18 risposte
Hi Jillian, you're getting warmer (and I'm getting thirsty!)
try something like this:AND(ISCHANGED(OwnerId),
OR(
OwnerId <> "00G50000001UArZ",
OwnerId <> "00G50000005UArS"))
I'm kinda iffy with my AND, OR so try using tooAND(ISCHANGED(OwnerId),
OwnerId <> "00G50000001UArZ",
OwnerId <> "00G50000005UArS")