Configure How Contacts Display

Configure How Contacts Display

This parameter controls how
PTT Pro for Android
displays contact names. This affects the Contacts screen and any screen where the contact name is displayed. By default, the
Workcloud Communication PTT Pro Management Portal
, determines how contacts are displayed in the Client Settings for each user. This parameter provides additional options that enable you to display contact names with the initial letter of the first name, last name, or both. One exception is when a user initiates a PTT call using a voice command, the client displays the full name.
Requires PTT Pro 3.3.10293 or later.
showOnlyInitials parameter
Parameter
Description
Type
Default Value
Configurable Values
showOnlyInitials
Configures the client to display the initials of contacts instead of the names of contacts.
Integer
0
  • 0 - use the Portal setting
  • 1 - initial for the first name
  • 2 - initial for the last name
  • 3 - initials for first name and last name
This configuration is applied to the PTT Pro Client using the
WFCPTTProDefault.json
file or through the Provisioning Manager environment.
Example
WFCPTTProDefault.json
configuration:
{ "showOnlyInitials ":0 }
Applying the configuration to Android 10 and below:
adb push WFCPTTProDefault.json /sdcard/ adb shell am broadcast -a com.symbol.wfc.pttpro.ACTION_DEFAULT_CONFIG --es "configpath" "/sdcard/WFCPTTProDefault.json"
Applying the configuration to Android 11 and above:
adb push WFCPTTProDefault.json /enterprise/device/settings/pttpro/ adb shell am broadcast -a com.symbol.wfc.pttpro.ACTION_DEFAULT_CONFIG --es "configpath" "/enterprise/device/settings/pttpro/WFCPTTProDefault.json"
ADB command to apply the configuration:
adb shell am start -a android.intent.action.VIEW -d "wfctp-uat://XYZ_TOKEN" com.symbol.wfc.pttpro" adb shell am broadcast -a com.symbol.wfc.pttpro.ACTION_DEFAULT_CONFIG --es "profile_json" ' {"showOnlyInitials " : 0}'