• Admin Administrator
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies
I'm trying to create a validation rule for our phone numbers. Every number has 3 parts:

Country Code (numerical, 2 digit starts with '+') --> +49
Area Code (numerical, min. 2 digit, max 5 digits, cannot start with 0) --> 42; 421; 4218; 42189
Number (numerical, no digit limit, cannot start with 0)

Examples:

+49 123 1234567

Thanks for help.
I'm trying to create a validation rule for our phone numbers. Every number has 3 parts:

Country Code (numerical, 2 digit starts with '+') --> +49
Area Code (numerical, min. 2 digit, max 5 digits, cannot start with 0) --> 42; 421; 4218; 42189
Number (numerical, no digit limit, cannot start with 0)

Examples:

+49 123 1234567

Thanks for help.