• Tonya Elvecrog-Baker
  • NEWBIE
  • 0 Points
  • Member since 2017
  • Admin
  • Medica

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
I have a validation rule set up that allows the administrator to edit the page after stage and status is changed by a team and the page is locked. I would like to allow another profile to be able to edit the page after the stage and status are changed. 
CURRENT formula: 

AND(

NOT(AND($User.ProfileId = "00e30000000dT2u, 00e40000000rTwW",OR(ISCHANGED(Installation_Stage__c),ISCHANGED(Installation_Status__c)))),

OR(
ISPICKVAL(PRIORVALUE(Installation_Stage__c), "Complete"),
ISPICKVAL(PRIORVALUE(Installation_Status__c), "Sent to GHU")
)

)

Need to add profile "00e40000000rTwW" but syntax error keeps saying I am missing a ).