• RAFAEL SANCHEZ 15
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hi guys! I am working on an internal project and I find myself with 7 different record types. I have created around 25 validation rules that I want them to apply to all record types except one. 

I have tried something like this: 
AND( ABI_SFA_Record_Type_Name__c  <> 'ABI_SFA_Template', ISPICKVAL(ABI_SFA_Country__c ,'GB'), LEN( ABI_SFA_ZIP_Postal_Code__c ) > 9)

Unfortuntely, it is not properly working. 

Any hints?

Thank you!!