Skip to main content
i am try to write a  validation rule but its does not work, i thing im writing a wrong validation rule so i get a help of youtube and write same validation rule but its still not working Create Validation RulesUser-added image
5 respuestas
  1. 18 abr 2021, 5:57
    Hi Vijay,

     

    I was able to pass this challenge with the following error condition formula:

     

     

    AND(

    NOT(ISBLANK(AccountId)),

    MailingPostalCode <> Account.ShippingPostalCode

    )

     

    Hi Vijay, I was able to pass this challenge with the following error condition formula: AND(NOT(ISBLANK(AccountId)),MailingPostalCode <> Account.
0/9000