You need to sign in to do that
Don't have an account?
sandeep reddy 37
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
function readOnly(count){ }
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)