• Craig Hansen
  • NEWBIE
  • 10 Points
  • Member since 2016
  • Compensation Analyst
  • Angie's list


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Trying to build a validation rule so sales rep cannot mark the Closed Date on Opp in the past.  Must be today or future

My error Condition formula 
AND (CloseDate < TODAY (), ISPICKVAL(StageName, "Closed Won), $User.ProfileId = "00ei0000001FT2k")

I check syntex and receive Error: Syntax error. Missing ')'    What am I overlooking?
Trying to build a validation rule so sales rep cannot mark the Closed Date on Opp in the past.  Must be today or future

My error Condition formula 
AND (CloseDate < TODAY (), ISPICKVAL(StageName, "Closed Won), $User.ProfileId = "00ei0000001FT2k")

I check syntex and receive Error: Syntax error. Missing ')'    What am I overlooking?