How to Configure the Phone number (E164) type field

Community Alums
Not applicable

Hi All,

I had a requirement to remove and add some choice for the field phone number E164 type field. I have configured this field I can see some location choice has been automatically available under this drop down. In that I need to remove North America and I need to add Canada and United states.

 

find_real_file.png

Can anyone please help were to configure this dropdown choice.

 

Thanks in advance

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi Sangeetha,

The phone number format for this data type is controlled by system property "glide.phone_number_e164.display_national".

This system property provides 3 values, alluser and false, to control the phone number format.

  • false: the system does not display phone numbers in local format (phone number will be displayed with a country code in the front)
  • all: the system always displays phone numbers in a local format no matter which country is selected
  • user: the system only displays phones number in a local format when the local settings of the currently logged-in user match the country that is selected in the country list of this "Phone Number (E164)" field.

Refer here for the configuration : E.164 phone number field configuration

Mark my answer correct & Helpful, if Applicable.

Thanks,

Sandeep

View solution in original post

2 REPLIES 2

Community Alums
Not applicable

Hi Sangeetha,

The phone number format for this data type is controlled by system property "glide.phone_number_e164.display_national".

This system property provides 3 values, alluser and false, to control the phone number format.

  • false: the system does not display phone numbers in local format (phone number will be displayed with a country code in the front)
  • all: the system always displays phone numbers in a local format no matter which country is selected
  • user: the system only displays phones number in a local format when the local settings of the currently logged-in user match the country that is selected in the country list of this "Phone Number (E164)" field.

Refer here for the configuration : E.164 phone number field configuration

Mark my answer correct & Helpful, if Applicable.

Thanks,

Sandeep

Hi Sandeep,

I have searched for this system property glide.phone_number_e164.display_national , but is not available .Could you please  help me on this. 

Thanks.