You need to sign in to do that
Don't have an account?

how can create zip code validation rule
i have a pincode field write only on number limit six only how it is posible between 500000 to 900000
You need to sign in to do that
Don't have an account?
Check this code in the Validation rule:
Regards,
Deepthi
All Answers
Check this code in the Validation rule:
Regards,
Deepthi
Hi Sandeep,
Try this--
thanks
Rupal
mirketa pvt.ltd
IF( AND(PinCode__c >=500000,PinCode__c <=900000),false,true)