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

Regarding validation rule for testing numeric value for field
Hi everybody,
I am having field called Employee name in which I need to have only alphabets.
john23 is through throw an validation error. ISNUMERIC function is working for only if enter 123 in that field.is there anything I could add to" ISNUMBER( employee_name__c )" formula so that I can achieve my requirement.is there any other way to fulfill this requirement
Try regex instead.
Something like
All Answers
Try regex instead.
Something like
Thank You Adidev
It is showing error for text like 'John' input,can u tell solution for that