Phone Number Validation missing needed configurationIssue Users are unable to enter valid phone numbers for their country, particularly in the EMEA region(as example), as the system is not accepting them as valid numbers. This issue is happening for many countries, for example, Gabon, Kuwait, and Uzbekistan. The phone number field is mandatory in many places, hence users are not able to proceed forward and perform the operations.ReleaseAllCauseSome numbers might fail the format check. There are varieties of valid phone number formats across the world. ServiceNow seeds many of them, but not all. ResolutionYou need to add records or update the patterns in the Phone formats(sys_phone_format) and Phone Validation (sys_phone_validate) tables to support phone number formats that are not included out of the box.