function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
GauriiGaurii 

Can any one suggest how can we have validation rules on phone number formats for different countries across Europe ?or any other way ?

Ashish_SFDCAshish_SFDC
Hi , 


Yoou have to run this on the country field - If country = XXX then check if format is = XXXXXXXXX etc. 

See the link below for RegEx code, 

https://success.salesforce.com/answers?id=90630000000gqNkAAI


Regards,
Ashish