Hello All,
I have a scenario where I need to check the below conditions:
1. Check if a field is numeric or alphanumeric ? -
If its alphanumeric then reject.
If its greater than 9 characters then reject.
If its numeric and contain 9 digits then proceed else reject
If the field is null then proceed.