Revision as of 18:25, March 10, 2020 by Mwest (talk | contribs)
Jump to: navigation, search

agent-status.enabled-actions-by-channel

Section: interaction-workspace
Default Value: Ready,NotReady,NotReadyReason,AfterCallWork,AfterCallWorkReason,LogOff
Valid Values: Comma-separated list of action names from the following list: Ready, NotReady, NotReadyReason, AfterCallWork, AfterCallWorkReason, Dnd, LogOff.
Changes Take Effect: After the next platform configuration refresh interval.
Introduced: 9.0.000.31
Modified: 9.0.000.68

Specifies the available agent state actions in the My Channels contextual menu. The actions are displayed in the order in which they appear in the list.

agent-status.enabled-actions-global

Section: interaction-workspace
Default Value: Ready,NotReady,NotReadyReason,AfterCallWork,AfterCallWorkReason,LogOff
Valid Values: Comma-separated list of action names from the following list: Ready, NotReady, Dnd, NotReadyReason, AfterCallWork, AfterCallWorkReason, LogOff.
Changes Take Effect: After the next platform configuration refresh interval.
Introduced: 9.0.000.31
Modified: 9.0.000.68,9.0.000.61

Specifies the available agent states in the global Status menu. The agent state commands are displayed in the order in which they appear in the list.

privilege.workbins.can-use

Section: interaction-workspace
Default Value: false
Valid Values: true, false.
Changes Take Effect: After the next platform configuration refresh interval.
Introduced: 9.0.000.31

Enables agents to access My Team Workbins.

privilege.email.can-use

Section: interaction-workspace
Default Value: false
Valid Values: true, false.
Changes Take Effect: After the next platform configuration refresh interval.
Introduced: 9.0.000.31

Enables the agent is use the Email channel.

privilege.chat.can-use

Section: interaction-workspace
Default Value: false
Valid Values: true, false.
Changes Take Effect: After the next platform configuration refresh interval.
Introduced: 9.0.000.31

Enables the agent to use the Chat channel.

privilege.SRL.can-use

Section: interaction-workspace
Default Value: false
Valid Values: true, false.
Changes Take Effect: After the next platform configuration refresh interval.
Introduced: 9.0.000.31

Enables access to the Standard Response Library functions.

privilege.contact.can-delete-contact

Section: interaction-workspace
Default Value: false
Valid Values: true, false.
Changes Take Effect: After the next platform configuration refresh interval.
Introduced: 9.0.000.31

Enables agents to delete contacts from the contact database.

privilege.contact.can-use

Section: interaction-workspace
Default Value: false
Valid Values: true, false.
Changes Take Effect: After the next platform configuration refresh interval.
Introduced: 9.0.000.31

Enables access to the Contact features.

privilege.monitor-dashboard.can-use

Section: interaction-workspace
Default Value: true
Valid Values: true, false.
Changes Take Effect: After the next platform configuration refresh interval.
Introduced: 9.0.000.31
Modified: 9.0.000.68

Enables the Contact Center Statistics dashboard tab.

privilege.performance-tracker.can-use

Section: interaction-workspace
Default Value: false
Valid Values: true, false.
Changes Take Effect: After the next platform configuration refresh interval.
Introduced: 9.0.000.31

Enables access to the Performance Tracker.

expression.validate.phone-number

Section: interaction-workspace
Default Value: ^[\(\)\-\.\+\d\s\*#]*[\d]+[\(\)\-\.\+\d\s\*#/]*$
Valid Values: A valid regular expression.
Changes Take Effect: After the next platform configuration refresh interval.
Introduced: 9.0.000.31

Specifies the regular expression used to validate a phone number. It is used to recognize the phone number of a target entered in the Team Communicator when performing a call, a transfer, or a conference. If the number entered by the agent in the Team Communicator edit box matches this expression, the 'Call', 'Start Voice Consultation', 'Instant Transfer', or 'Instant Conference' action is enabled for this number. When the agent executes the action, the entered phone number is modified by the logic specified by the expression.phone-number.supported-characters option before the telephony operation is executed. This expression is also used to display a warning message if the phone number on the Contact Profile is incorrect.

expression.team-communicator-phone-number

Section: interaction-workspace
Default Value: ^[\(\)\-\.\+\d\s\*#]*[\d]+[\(\)\-\.\+\d\s\*#/]*$
Valid Values: A valid regular expression.
Changes Take Effect: When the session is started or restarted.
Related Options: expression.phone-number.supported-characters

Specifies the regular expression used to recognize a phone number of a target entered in the Team Communicator when it is used to start a call, a transfer, or a conference. If the number entered by the agent in the Team Communicator edit box matches this expression, the 'Call' or 'Start Voice Consultation' or 'Instant Transfer' or 'Instant Conference' action is enabled for this number. When the agent executes the action, the entered phone number is modified by the logic specified by the expression.phone-number.supported-characters option before the telephony operation is executed.

expression.validate.email-address

Section: interaction-workspace
Default Value: ^([A-Za-z0-9._-]+)@([A-Za-z0-9.-]+)\.([A-Za-z]{2,6})$
Valid Values: A valid regular expression.
Changes Take Effect: After the next platform configuration refresh interval.
Introduced: 9.0.000.31

Specifies the regular expression used to validate an email address. It is used to recognize an email address of a target entered in the Team Communicator, and also to display warning message if the email address on the Contact Profile is incorrect.

expression.team-communicator-email-address

Section: interaction-workspace
Default Value: A valid regular expression.
Valid Values: ^([A-Za-z0-9._-]+)@([A-Za-z0-9.-]+)\.([A-Za-z]{2,6})$
Changes Take Effect: When the session is started or restarted.
Introduced: 8.5.201.97

Specifies the regular expression used to recognize an email address of a target entered in the Team Communicator.

expression.identify.phone-number

Section: interaction-workspace
Default Value: (?:(?:[\+]?([\d]{1,3}(?:[]*|[\-.])))?[(]?([\d]{1,3})[\-\/)]?(?:[]+|[\-.])?)?([\d]{3,})
Valid Values: A regular expression.
Changes Take Effect: After the next platform configuration refresh interval.
Introduced: 9.0.000.49

Specifies the regular expression that identifies a phone number in the chat or email transcript. This option can be overridden by a routing strategy as described in the Configuration Guide.

expression.phone-number

Section: interaction-workspace
Default Value: ^[\(\)\-\.\+\d\s\*#][0-9]+()-\.+\d\s*#/$
Valid Values: A regular expression.
Changes Take Effect: When the session is started or restarted.


Specifies the regular expression that identifies a phone number in the chat or SMS transcript. This option can be overridden by a routing strategy as described in this Deployment Guide

expression.identify.email-address

Section: interaction-workspace
Default Value: (\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*)
Valid Values: A regular expression.
Changes Take Effect: After the next platform configuration refresh interval.
Introduced: 9.0.000.49

Specifies the regular expression that identifies an email address in a chat.

expression.email-address

Section: interaction-workspace
Default Value: (\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*)
Valid Values: A regular expression.
Changes Take Effect: When the session is started or restarted.


Specifies the regular expression that identifies a email address in the chat.

Migrating from Workspace 8.5.2 to 9.0

If you are a user of Workspace Web Edition 8.5.2 who is migrating to Workspace Web Edition 9.0, there are many changes and differences between 8.5.2 and 9.0 that you should note. For configuration options, some have been renamed, some removed, and many new ones added, and some existing options have been updated. The Agent UI is also significantly upgraded; refer to this article for more information. Statistics are handled very differently in Workspace 9.

The following agent specific information is not carried over during the migrating process:

  • Personal favorites (these must be added manually through Team Communicator)
  • Missed calls

Renamed options

The following options have been renamed in Workspace 9.0 while their functionality remains the same as in Workspace 8.5.2:

8.5.2 option name 9.0 option name
expression.email-address expression.identify.email-address
expression.phone-number expression.identify.phone-number
expression.team-communicator-email-address expression.validate.email-address
expression.team-communicator-phone-number expression.validate.phone-number

Removed options

Workspace 9.0 no longer uses the Dashboard feature. The privilege.dashboard.can-use has been removed from the Workspace application template.

New options

Workspace 9 introduces many new interface elements to enhance the agent experience.

The Workspace 8.5.2 My Statistics tab has been replaced with the Performance tracker and Contact Center Statistics views. Use the following privileges to enable these views:

Updated options

The default value of some options have been updated.

Statistics Definitions

The definitions of statistics used in the Performance Tracker, Contact Center Statistics, and Team Communicator have been updated. In Workspace 8.5, the Server-side Statistics configuration was handled in the statistics.yaml configuration file from Genesys Web Services. In Workspace 9.0, Server-side Statistics configuration is found in the CloudCluster application in Genesys Administrator Extension; they are defined by the statistics.definitions.XXX sections.

GAPI 900 AverageWaitingTime Statistic.png

To get details on how to configure statistics.definitions.XXX sections from what was available in statistics.yaml: http://internalwiki.us.int.genesyslab.com/dev_teams/index.php/Statistics_service#Statistic_definition_configuration

Comments or questions about this documentation? Contact us for support!