Skip to content

Commit facde85

Browse files
committed
{netlify-build]
1 parent 253dbe8 commit facde85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unified-profiles/create-sql-traits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ After running this query, you can use ‘phone’ for lookups in Unified Profile
9999
## Troubleshooting
100100
If these queries don't return phone numbers in E.164 format, examine your existing data and change the REGEX patterns as appropriate.
101101

102-
Because the format in which an international phone number is saved in Salesforce largely depends on how users input them into the system, Salesforce administrators can add form validation methods, like input field validation rules with REGEX functions, to guide users to input phone numbers in specific formats. These form validation methods may impact the format of the phone numbers in your database, and might require you to change the REGEX patterns in the provided queries.
102+
Because the format in which an international phone number is saved in Salesforce largely depends on how users input them into the system, Salesforce administrators can add form validation methods, like input field validation rules with REGEXP functions, to guide users to input phone numbers in specific formats. These form validation methods may impact the format of the phone numbers in your database, and might require you to change the REGEXP patterns in the provided queries.

0 commit comments

Comments
 (0)