Skip to main content
Hi, 

 

I need help with a validation rule on a text field - 11 characters - A letter followed by 10 numbers?

 

e.g. A0990006227

 

Thank you!

 

 
6 Antworten
  1. 18. Juni 2018, 09:38
    Hi Flavia,

     

    Copy and paste this:

     

    NOT REGEX(WJU_Student_ID__c, "[A-Za-z][0-9]{10}")

     

    I think your quotes are not the right type.
0/9000