Skip to main content
Hey Community,

 

As a beginner, need a small favor from your end.

 

Using a custom Validation Rule:

 

How to prevent special characters and spaces in a field and allow only alphanumeric characters such that it does not affect any old records.

 

Best Regards,

 

Swetha
3 respostas
  1. 20 de set. de 2018, 07:37
    Create a VR like this:

     

     

    NOT(REGEX( FIELD NAME,"^[a-zA-Z0-9]*$")))

     

     
0/9000