• Silly Champ
  • NEWBIE
  • 0 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
I seem to be the only one having difficulty with this portion of the Challenge 2.  In the video it asks that in the Account Object, if Type "Customer-Direct", or  "Customer-Channel", are selected that the "Account Name" can NOT be changed.  Below is the error message I received and the formula I used to try and complete the task.  I thought this was pretty straightforward, but I'm obviously missing something.  Any help is greatly appreciated!

Error Message:
Challenge Not yet complete... here's what's wrong:
A validation rule did not prevent an Account's name from being changed when Type is 'Customer - Direct'.

Validation Rule Detail
Rule Name Block_Account_Name_ChangeActive
Error Condition Formula
AND(
ISCHANGED( Name ) ,

OR(
ISPICKVAL( Type , "Customer-Direct"),
ISPICKVAL( Type , "Customer-Channel")))
Error MessageYou may not change the Account Name.Error LocationTop of Page