Configure Task Tracker Creator Display Name

Configure Task Tracker Creator Display Name

This feature allows admin configuration to display creator names in the Task Tracker module, applying to the pages listed as follows:
Requires PTT Pro 3.3.10310 or later.
An administrator can use the
task_tracker_creator_display_type
 parameter to set the creator display name for the following screens:
  • Task Card
  • Task Details screen
  • Task Notification
task_tracker_creator_display_type Parameters
Parameter
Description
Type
Default Value
Configurable Values
task_tracker_creator_display_type
This parameter determines how to display the creator name inside the Task Tracker module.
Integer
0
  • 0
    username
  • 1
    FirstName LastName
  • 2
    LastName, FirstName
  • 3
    FirstName
  • 4
    LastName
  • Any value not mentioned above does not affect and is reset to the
    default value
    of 0.
  • This new configuration is primarily intended for the associate role and may not affect users logged in as supervisors.

From PTTPro JSON File

The
task_tracker_creator_display_type
configuration can be enabled using the
WFCPTTProDefault.json
file. It is configured in the same way as the existing PTT Pro Client settings.
WFCPTTProDefault.json
{ "task_tracker_creator_display_type":0 }
The ADB command to apply the configuration on Android 10 and lower versions:
adb push WFCPTTProDefault.json /sdcard/ adb shell am broadcast -a com.symbol.wfc.pttpro.ACTION_DEFAULT_CONFIG --es "configpath" "/sdcard/WFCPTTProDefault.json"
The ADB command to apply the configuration on Android 11 and higher versions:
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"