
Hello,
how to write a custom validation rule such that it prevents special character and spaces, it should allow only alphanumeric characters. But it should not affect any old records until unless user edits that field.Example:Not be allowed.1.Student*&&^2.Stud ent Allowed:1. Student565410 Antworten
Hi Swetha,I trust you are doing very well.Please use below syntax:
Here, Name is a text field. You can replace it with actual field.I hope it helps you.Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in future.NOT(REGEX( Name , "^[a-zA-Z0-9_]*$"))
Thanks and Regards,
Khan Anas