function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Arun_KadarlaArun_Kadarla 

Help in validation rule

Hi,,

Please help in completing validation rule

User-added image
Best Answer chosen by Arun_Kadarla
Amit Chaudhary 8Amit Chaudhary 8

Please try below code:-
AND( 
NOT(ISBLANK(AccountId)), 
MailingPostalCode != Account.ShippingPostalCode 
)
User-added image


Please mark this as solution if this will help you

Thanks,
Amit Chaudhary