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