Video: Fax Number and Phone Template — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Video: Fax Number and Phone Template

edited May 23, 2025 6:16PM in Sales

Video: Fax Number and Phone Template:

Using a virtual field in visual builder to combine the various parts of a fax number (country code, area code, number) and using this virtual field with the phone template to get the same experience that you have with work and mobile number.

Sample JSON

“Fax”: {
“type”: “object”,
“properties”: {
“countryField”: {
“attribute”: “FaxCountryCode”,
“value”: “{{ $fields.FaxCountryCode.value }}“,
“metadata”: “[[ $fields.FaxCountryCode.metadata ]]”
},
“extensionField”: {
“attribute”: “FaxExtension”,
“value”: “{{ $fields.FaxExtension.value }}“,
“metadata”: “[[ $fields.FaxExtension.metadata ]]”
},
“numberField”: {
“attribute”: “RawFaxNumber”,
“value”: “{{ $fields.RawFaxNumber.value }}“,
“metadata”: “[[ $fields.RawFaxNumber.metadata ]]”
},
“verificationDateField”: {
“attribute”: “FaxVerificationDate”,
“value”: “{{ $fields.FaxVerificationDate.value }}“,
“metadata”: “[[ $fields.FaxVerificationDate.metadata ]]”
},
“verificationStatusField”: {

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!