Skip to main content
7 个回答
  1. 2018年1月4日 10:26
    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) 

     

    ))
0/9000