Skip to main content

AND( 

    NOT(ISBLANK(AccountId)), 

    MailingPostalCode <> Account.ShippingPostalCode 

 

Why am I getting error for the below mentioned validation rule ?

 

  

 

#Trailhead Challenges

6 answers
  1. Divya Chauhan (Kcloud Technologies) Forum Ambassador
    May 22, 8:25 AM

    Hello @Asha Parwani

     

    try this formula--> 

    AND( 

        NOT(ISBLANK(AccountId)), 

        MailingPostalCode <> Account.ShippingPostalCode 

    )

0/9000