Skip to main content

 

I need some help to write some (user Validation) rules that will prevent users from editing some personal details like name, email, username, alias.  I've been told by Tier 1 support that a rule formula could be written, but its not clear to me how.  Any assistance would be much appreciated.
3 件の回答
  1. 2011年11月8日 19:14
    here you go

     

    AND(

     

    ISCHANGED(Email), $Profile.Name <> "System Administrator")  

     

    it's 2 for 1 Day on VR's (Merry Christmas!) 

     

    AND(ISCHANGED(Alias), $Profile.Name <> "Systems Administrator")
0/9000