• HowAboutThat
  • NEWBIE
  • 0 Points
  • Member since 2007

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
It's probably something stupid, simple validation rule that states only users with system admin profile can edit the field.  It doesn't work though and can't see what i'm doing wrong
 
Code:
AND(
   ISCHANGED( Basic_Price__c ),
      $Profile.Name <> "System Administrator"
)

 
Any suggestions would be greatly Appreciated
It's probably something stupid, simple validation rule that states only users with system admin profile can edit the field.  It doesn't work though and can't see what i'm doing wrong
 
Code:
AND(
   ISCHANGED( Basic_Price__c ),
      $Profile.Name <> "System Administrator"
)

 
Any suggestions would be greatly Appreciated