
ISCHANGED(OwnerId),
NOT(OR(
PRIORVALUE(OwnerId) = $User.Id,
$Profile.Name = "System Administrator"
)))
7 个回答

yes with custom permissions.
no worries i have worked out this is the correct code:
AND(
ISCHANGED(OwnerId),
NOT(OR(
PRIORVALUE(OwnerId) = $User.Id,
$Permission.Bypass_Validation_Rules)
))