Hi,
I have a requirement, system should perform the following validations for Customer ID.
should be numeric, the user should not be able to enter text, should be 9 digits and should follow the following format: three digits, dash, six digits (xxx-xxxxxx). The dash should be automatically written by the system. User shall not be able to type any special characters. So, please suggest any solution to achieve this scenario.
Thanks.