Difference between revisions of "PEC-AS/Current/ManageCC/Service Client options"
From Genesys Documentation
(Published) |
m (Text replacement - "Agent Desktop" to "Agent Workspace") |
||
Line 8: | Line 8: | ||
|ComingSoon=No | |ComingSoon=No | ||
}} | }} | ||
− | Before using the {{Link-AnywhereElse|product=PEC-Developer|version=Current|manual=SCAPI}} to customize how your web application or website integrates with Agent | + | Before using the {{Link-AnywhereElse|product=PEC-Developer|version=Current|manual=SCAPI}} to customize how your web application or website integrates with Agent Workspace, first set the Service Client options in Agent Setup. |
In the '''Service Client''' section of the '''Contact Center Settings''' page, configure the following options: | In the '''Service Client''' section of the '''Contact Center Settings''' page, configure the following options: | ||
Line 20: | Line 20: | ||
* '''List of User Data Read Allowed''' specifies the list of keys that can be read in the user data. This applies to the UserData property of the interaction object returned by a function or an event. | * '''List of User Data Read Allowed''' specifies the list of keys that can be read in the user data. This applies to the UserData property of the interaction object returned by a function or an event. | ||
* '''List of User Data Write Allowed''' specifies the list of keys that can be written to when using functions <tt>interaction.setUserData()</tt> and <tt>interaction.deleteUserData()</tt>. | * '''List of User Data Write Allowed''' specifies the list of keys that can be written to when using functions <tt>interaction.setUserData()</tt> and <tt>interaction.deleteUserData()</tt>. | ||
− | * '''Auto Login''' returns an agent to their previous state if they are unexpectedly logged out of Agent | + | * '''Auto Login''' returns an agent to their previous state if they are unexpectedly logged out of Agent Workspace. |
}} | }} |
Latest revision as of 13:55, August 16, 2022
This topic is part of the manual Manage your Contact Center in Agent Setup for version Current of Agent Setup.
Learn about the Service Client options available in Agent Setup.
Related documentation:
Before using the Service Client API Reference to customize how your web application or website integrates with Agent Workspace, first set the Service Client options in Agent Setup.
In the Service Client section of the Contact Center Settings page, configure the following options:
- Block Mark Done Timeout specifies the duration of timeout in milliseconds. This timeout duration is started by the function interaction.blockMarkdone().
- List of User Data Read Allowed specifies the list of keys that can be read in the user data. This applies to the UserData property of the interaction object returned by a function or an event.
- List of User Data Write Allowed specifies the list of keys that can be written to when using functions interaction.setUserData() and interaction.deleteUserData().
- Auto Login returns an agent to their previous state if they are unexpectedly logged out of Agent Workspace.
Comments or questions about this documentation? Contact us for support!