Skip to main content
Swetha S が「#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 件の回答
  1. 2018年9月20日 7:37
    Create a VR like this:

     

     

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

     

     
0/9000