Skip to main content
Swetha S ha preguntado en #Data Management
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 respuestas
  1. 20 sept 2018, 7:37
    Create a VR like this:

     

     

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

     

     
0/9000