PureConnect Integration to Oracle Service Cloud Data Dictionary

Size: px
Start display at page:

Download "PureConnect Integration to Oracle Service Cloud Data Dictionary"

Transcription

1 PureConnect Integration to Oracle Service Cloud Data Dictionary Technical Reference 2018 R1 Last updated August 7, 2017 (See Change Log for summary of changes.) Abstract The PureConnect Oracle Service Cloud Integration writes historical data to custom tables in the Oracle Service Cloud database. This technical reference describes that historical data. Genesys 7601 Interactive Way Indianapolis, IN Telephone/Fax (317)

2 Copyright and Trademark Information Interactive Intelligence, Interactive Intelligence Customer Interaction Center, Interaction Administrator, Interaction Attendant, Interaction Client, Interaction Designer, Interaction Tracker, Interaction Recorder, Interaction Mobile Office, Interaction Center Platform, Interaction Monitor, Interaction Optimizer, and the Spirograph logo design are registered trademarks of Genesys Telecommunications Laboratories, Inc. Customer Interaction Center, EIC, Interaction Fax Viewer, Interaction Server, ION, Interaction Voic Player, Interactive Update, Interaction Supervisor, Interaction Migrator, and Interaction Screen Recorder are trademarks of Genesys Telecommunications Laboratories, Inc. The foregoing products are Genesys Telecommunications Laboratories, Inc. All rights reserved. Interaction Dialer and Interaction Scripter are registered trademarks of Genesys Telecommunications Laboratories, Inc. The foregoing products are Genesys Telecommunications Laboratories, Inc. All rights reserved. Messaging Interaction Center and MIC are trademarks of Genesys Telecommunications Laboratories, Inc. The foregoing products are Genesys Telecommunications Laboratories, Inc. All rights reserved. Interaction Director is a registered trademark of Genesys Telecommunications Laboratories, Inc. e-faq Knowledge Manager and Interaction Marquee are trademarks of Genesys Telecommunications Laboratories, Inc. The foregoing products are Genesys Telecommunications Laboratories, Inc. All rights reserved. Interaction Conference is a trademark of Genesys Telecommunications Laboratories, Inc. The foregoing products are Genesys Telecommunications Laboratories, Inc. All rights reserved. Interaction SIP Proxy and Interaction EasyScripter are trademarks of Genesys Telecommunications Laboratories, Inc. The foregoing products are Genesys Telecommunications Laboratories, Inc. All rights reserved. Interaction Gateway is a registered trademark of Genesys Telecommunications Laboratories, Inc. Interaction Media Server is a trademark of Genesys Telecommunications Laboratories, Inc. The foregoing products are Genesys Telecommunications Laboratories, Inc. All rights reserved. Interaction Desktop is a trademark of Genesys Telecommunications Laboratories, Inc. The foregoing products are Genesys Telecommunications Laboratories, Inc. All rights reserved. Interaction Process Automation, Deliberately Innovative, Interaction Feedback, and Interaction SIP Station are registered trademarks of Genesys Telecommunications Laboratories, Inc. The foregoing products are Genesys Telecommunications Laboratories, Inc. All rights reserved. Interaction Analyzer is a registered trademark of Genesys Telecommunications Laboratories, Inc. Interaction Web Portal and IPA are trademarks of Genesys Telecommunications Laboratories, Inc. The foregoing products are Genesys Telecommunications Laboratories, Inc. All rights reserved. Spotability is a trademark of Genesys Telecommunications Laboratories, Inc All rights reserved. Interaction Edge, CaaS Quick Spin, Interactive Intelligence Marketplace, Interaction SIP Bridge, and Interaction Mobilizer are registered trademarks of Genesys Telecommunications Laboratories, Inc. Interactive Intelligence Communications as a Service and Interactive Intelligence CaaS are trademarks or service marks of Genesys Telecommunications Laboratories, Inc. The foregoing products are Genesys Telecommunications Laboratories, Inc. All rights reserved. Interaction Speech Recognition and Interaction Quality Manager are registered trademarks of Genesys Telecommunications Laboratories, Inc. Bay Bridge Decisions and Interaction Script Builder are trademarks of Genesys Telecommunications Laboratories, Inc. The foregoing products are Genesys Telecommunications Laboratories, Inc. All rights reserved. Interaction Collector is a registered trademark of Genesys Telecommunications Laboratories, Inc. Interaction Decisions is a trademark of Genesys Telecommunications Laboratories, Inc. The foregoing products are Genesys Telecommunications Laboratories, Inc. All rights reserved. Interactive Intelligence Bridge Server and Interaction Connect are trademarks of Genesys Telecommunications Laboratories, Inc. The foregoing products are Genesys Telecommunications Laboratories, Inc. All rights reserved. The verypdf product is verypdf, Inc. All rights reserved. This product includes software licensed under the Common Development and Distribution License (6/24/2009). We hereby agree to indemnify the Initial Developer and every Contributor of the software licensed under the Common Development and Distribution License (6/24/2009) for any liability incurred by the Initial Developer or such Contributor as a result of any such terms we offer. The source code for the included software may be found at A database is incorporated in this software which is derived from a database licensed from Hexasoft Development Sdn. Bhd. ("HDSB"). All software and technologies used by HDSB are the properties of HDSB or its software suppliers and are protected by Malaysian and international copyright laws. No warranty is provided that the Databases are free of defects, or fit for a particular purpose. HDSB shall not be liable for any damages suffered by the Licensee or any third party resulting from use of the Databases. Other brand and/or product names referenced in this document are the trademarks or registered trademarks of their respective companies. DISCLAIMER GENESYS TELECOMMUNICATIONS LABORATORIES (GENESYS) HAS NO RESPONSIBILITY UNDER WARRANTY, INDEMNIFICATION OR OTHERWISE, FOR MODIFICATION OR CUSTOMIZATION OF ANY GENESYS SOFTWARE BY GENESYS, CUSTOMER OR ANY THIRD PARTY EVEN IF SUCH CUSTOMIZATION AND/OR MODIFICATION IS DONE USING GENESYS TOOLS, TRAINING OR METHODS DOCUMENTED BY GENESYS. Genesys Telecommunications Laboratories, Inc Junipero Serra Boulevard Daly City, CA Telephone/Fax (844) PureConnect Integration to Oracle Service Cloud Data Dictionary ii

3 Table of contents Introduction... 4 Tables used by the integration... 4 Schema of tables used by the integration... 5 Custom data elements written to the ININ$Interaction table... 6 Custom data elements written to the ININ$InteractionDirection table... 7 Custom data elements written to the ININ$InteractionType table... 8 Custom data elements written to the ININ$Interaction2Incident table... 8 Custom data elements written to the ININ$Interaction2Chat table... 9 Change log PureConnect Integration to Oracle Service Cloud Data Dictionary iii

4 Introduction The PureConnect Oracle Service Cloud Integration writes historical data to custom tables in the Oracle Service Cloud database. This document describes that historical data. Tables used by the integration The integration writes data to the Oracle Service Cloud database. It writes the call attributes when the interaction is removed from the My Interactions queue. The integration sends the Oracle Service Cloud data to the Oracle Service Cloud server when the interaction is deallocated. The integration uses five custom tables in the Oracle Service Cloud database. PureConnect Integration to Oracle Service Cloud Data Dictionary 4

5 Schema of tables used by the integration PureConnect Integration to Oracle Service Cloud Data Dictionary 5

6 Custom data elements written to the ININ$Interaction table Custom data elements written to the Oracle Service Cloud ININ$Interaction table ID ID Integer A sequentially assigned number. AgentHandleTime agent_handle_ti me Integer The amount of time in seconds that the agent was handling the interaction. This duration is from the instant the interaction is connected until the instant the interaction is disconnected. If the interaction is transferred out of the agent's queue, then that instant is used as the end time in the calculation. CallHoldTime CallHoldTime Integer CallId CallId String Direction Direction Menu The amount of time in seconds that the interaction was in a held state while connected to the agent. The CallID assigned to the interaction. See the CIC Reporting Data Dictionary for more information on CallIDKey. The direction of the interaction: Possible values are: 1 Inbound 2 - Outbound EntranceUTC int_entrance_u TC DateTime The UTC timestamp for when the interaction entered the agent's My Interactions queue. InteractionID inc_id Integer RecordedByIR RecordedByIR Boolean Specifies the record ID for the incident. This field is only used for workspace records of the Incident type. If the incident was not associated to an interaction, then the InteractionID will be set to zero. Indicates if this interaction was recorded by the Interaction Recorder. (Yes or No) PureConnect Integration to Oracle Service Cloud Data Dictionary 6

7 Custom data elements written to the Oracle Service Cloud ININ$Interaction table SpeedToAnswer speed_to_ans Integer Type int_type String WorkTime inc_work_time Integer The amount of time in seconds that the agent took to answer the interaction. This duration is from the instant the interaction enters the agent's My Interaction queue until the interaction goes into a connected state. The type of interaction. Possible values are: 1 Call 2 3 RNT_Web_Chat 4 I3_Web_Chat 5 I3_ 6 Generic_Object 7 - Callback Specifies the amount of time in seconds that this specific incident was focused while associated to the interaction. The focused time is not incremented if the workspace was focused but not associated to an interaction. Custom data elements written to the ININ$InteractionDirection table Custom data elements written to the Oracle Service Cloud ININ$InteractionDirection table ID ID Integer A sequentially assigned number. Class_id Class_id Integer A sequentially assigned number. Name Name String DisplayOrder DisplayOrder Integer The text of the menu items. Currently: Inbound or Outbound A number assigned to determine the order of the menu items (Name). PureConnect Integration to Oracle Service Cloud Data Dictionary 7

8 Custom data elements written to the ININ$InteractionType table Custom data elements written to the Oracle Service Cloud ININ$InteractionType table ID ID Integer A sequentially assigned number. Class_id Class_id Integer A sequentially assigned number. Name Name String DisplayOrder DisplayOrder Integer The text of the menu items. Currently: Call, , RNT_Web_Chat, I3_Web_Chat, I3_ , Generic_Object, Callback A number assigned to determine the order of the menu items (Name). Custom data elements written to the ININ$Interaction2Incident table Custom data elements written to the Oracle Service Cloud ININ$Interaction2Incident table ID ID Integer A sequentially assigned number. IncidentID IncidentID Integer InteractionID InteractionID Integer WorkTime int_work_time Integer Used to join back to the Incidents table. Used to join back to the ININ$Interaction table. The amount of time in seconds that the associated workspace had focus. PureConnect Integration to Oracle Service Cloud Data Dictionary 8

9 Custom data elements written to the ININ$Interaction2Chat table Custom data elements written to the Oracle Service Cloud ININ$Interaction2Chat table ID ID Integer A sequentially assigned number. ChatID ChatID Integer InteractionID InteractionID Integer WorkTime int_work_time Integer Used to join to the Oracle Service Cloud ChatID. Used to join back to the ININ$Interaction table. The amount of time in seconds that the associated workspace had focus. PureConnect Integration to Oracle Service Cloud Data Dictionary 9

10 Change log Change log date June 9, 2010 July 12, 2012 Changes made Initial document created. Updated copyright information. January 22, 2013 Updated for 4.0 SU 3. August 29, 2014 September 29, 2014 February 3, 2015 Updated documentation to reflect changes required in the transition to CIC 2015 R1, such as updates to product version numbers, system requirements, installation procedures, references to Interactive Intelligence Product Information site URLs, and copyright and trademark information. Updated the data fields in this documentation. The application has been rewritten and the field names are now matching the current version of the software. Added Support of the Oracle Service Cloud UI section. April 10, 2015 Updated for 2015 R3. April 30, 2015 Removed section Support of the Oracle Service Cloud UI. August 4, 2015 Updated for 2015 R4. October 9, 2015 Updated for 2016 R1. December 21, 2015 Updated for 2016 R2. July 19, 2017 Rebranded this document to apply Genesys terminology. Retitled Page: 10 it from"ic Integration to Oracle Service Cloud" to "PureConnect Integration to Oracle Service Cloud". August 7, 2017 Updated cover, copyright and trademark pages. PureConnect Integration to Oracle Service Cloud Data Dictionary 10

Crystal Reports Import Utility

Crystal Reports Import Utility Crystal Reports Import Utility Technical Reference 2018 R1 Last updated September 13, 2017 (See Change Log for summary of changes.) Abstract This document describes how to import a Crystal Report Template

More information

Interaction Center Integration with Remedy

Interaction Center Integration with Remedy Interaction Center Integration with Remedy Installation and Configuration Guide Interactive Intelligence Customer Interaction Center (CIC) 2016 R1 Last updated October 6, 2015 (See Change log for summary

More information

Client DDE API Developer's Help

Client DDE API Developer's Help Client DDE API Developer's Help Printed Documentation PureConnect powered by Customer Interaction Center (CIC) 2017 R4 Last updated August 08,2017 (See Change Log for summary of changes.) Table of Contents

More information

Interaction Designer REST API Tools

Interaction Designer REST API Tools Interaction Designer REST API Tools Developer's Guide 2018 R1 Last updated August 8, 2017 (See Change Log for summary of changes.) Abstract This document gives examples of using CIC s REST Tools to build

More information

Interaction Tracker Filtered Directories

Interaction Tracker Filtered Directories Interaction Tracker Filtered Directories Technical Reference Interactive Intelligence Customer Interaction Center (CIC) 2016 R1 Last updated July 28, 2015 (See Change Log for summary of changes.) Abstract

More information

Symantec Endpoint Protection for Customer Interaction Center Servers and Subsystems

Symantec Endpoint Protection for Customer Interaction Center Servers and Subsystems Symantec Endpoint Protection 12.1.3 for Customer Interaction Center Servers and Subsystems Technical Reference Interactive Intelligence Customer Interaction Center (CIC) Version 2015 Last updated September

More information

Symantec Endpoint Protection 14 for Customer Interaction Center Servers and Subsystems

Symantec Endpoint Protection 14 for Customer Interaction Center Servers and Subsystems Symantec Endpoint Protection 14 for Customer Interaction Center Servers and Subsystems Technical Reference Interactive Intelligence Customer Interaction Center (CIC) Version 2017 Last updated March 3,

More information

Symantec Endpoint Protection for Customer Interaction Center Servers and Subsystems

Symantec Endpoint Protection for Customer Interaction Center Servers and Subsystems Symantec Endpoint Protection 12.1.3 for Customer Interaction Center Servers and Subsystems Technical Reference Version 4.0 Last Updated: December 9, 2013 Abstract This document provides the procedures

More information

Text To Speech Engines for IC

Text To Speech Engines for IC Text To Speech Engines for IC Technical Reference Interactive Intelligence Customer Interaction Center (CIC) Version 2016 R1 Last updated October 9, 2015 (See Change Log for summary of changes.) Abstract

More information

Interaction Recorder Extreme Query

Interaction Recorder Extreme Query Interaction Recorder Extreme Query Installation and Configuration Guide 2018 R1 Last updated September 12, 2017 (See Change Log for summary of changes.) Abstract This guide documents installing and configuring

More information

Symantec Endpoint Protection 12.1 RU1 for Customer Interaction Center Servers and Subsystems

Symantec Endpoint Protection 12.1 RU1 for Customer Interaction Center Servers and Subsystems Symantec Endpoint Protection 12.1 RU1 for Customer Interaction Center Servers and Subsystems Technical Reference Version 4.0 Abstract This document provides the procedures for installing and configuring

More information

Exchange MAPI Support for CIC

Exchange MAPI Support for CIC Exchange MAPI Support for CIC Technical Reference 2018 R1 Last updated August 7, 2017 (See Change Log for summary of changes.) Abstract This document provides procedures for configuring the Microsoft Exchange

More information

CIC ACD Processing. Technical Reference 2018 R1. Last updated August 31, 2017 (See Change Log for summary of changes.) Abstract

CIC ACD Processing. Technical Reference 2018 R1. Last updated August 31, 2017 (See Change Log for summary of changes.) Abstract CIC ACD Processing Technical Reference 2018 R1 Last updated August 31, 2017 (See Change Log for summary of changes.) Abstract Customer Interaction Center s ACD (Automatic Communication Distribution) system

More information

Interaction Fax Cover Page Editor

Interaction Fax Cover Page Editor Printable Help Interactive Intelligence Customer Interaction Center (CIC) 2017 R3 Last updated March 3, 2017 Abstract This document is the printable version of the Interaction Fax Cover Page Editor Help.

More information

Zendesk Screen Pop Connector. Printed Help. PureConnect powered by Customer Interaction Center (CIC) 2018 R1. Abstract

Zendesk Screen Pop Connector. Printed Help. PureConnect powered by Customer Interaction Center (CIC) 2018 R1. Abstract Zendesk Screen Pop Connector Printed Help PureConnect powered by Customer Interaction Center (CIC) 2018 R1 Last updated October 31, 2017 Abstract This document is a printable version of the Zendesk Screen

More information

CIC Workstation Applications in Citrix and Remote Desktop Services Environments

CIC Workstation Applications in Citrix and Remote Desktop Services Environments CIC Workstation Applications in Citrix and Remote Desktop Services Environments Technical Reference 2018 R1 Last updated September 20, 2017 (See Change Log for summary of changes.) Abstract This document

More information

Interaction Fax Printed help. PureConnect powered by Customer Interaction Center (CIC) 2018 R1. Abstract

Interaction Fax Printed help. PureConnect powered by Customer Interaction Center (CIC) 2018 R1. Abstract Interaction Fax Printed help PureConnect powered by Customer Interaction Center (CIC) 2018 R1 Last updated October 31, 2017 Abstract This document is a printable version of the Interaction Fax online Help.

More information

VoiceXML. Installation and Configuration Guide. Interactive Intelligence Customer Interaction Center (CIC) Version 2016 R4

VoiceXML. Installation and Configuration Guide. Interactive Intelligence Customer Interaction Center (CIC) Version 2016 R4 VoiceXML Installation and Configuration Guide Interactive Intelligence Customer Interaction Center (CIC) Version 2016 R4 Last updated June 17, 2016 (See Change Log for summary of changes.) Abstract This

More information

Interaction Feedback Help Printed help. PureConnect powered by Customer Interaction Center (CIC) 2018 R1. Abstract

Interaction Feedback Help Printed help. PureConnect powered by Customer Interaction Center (CIC) 2018 R1. Abstract Interaction Feedback Help Printed help PureConnect powered by Customer Interaction Center (CIC) 2018 R1 Last updated October 31, 2017 Abstract This document is a printable version of the Interaction Feedback

More information

IC Port Maps and Data Flow Diagrams

IC Port Maps and Data Flow Diagrams IC Port Maps and Data Flow Diagrams Technical Reference Interactive Intelligence Customer Center (CIC ) Version 4.0 Last updated April 2, 2014 Abstract The port map and data flow diagrams illustrate the

More information

Factory Image Restoration Procedures

Factory Image Restoration Procedures Factory Image Restoration Procedures Technical Reference Interaction Application Server Interactive Intelligence Customer Interaction Center (CIC ) Packaged Server Interaction Media Server Packaged Server

More information

Customer Interaction Center Server

Customer Interaction Center Server Customer Interaction Center Server Installation and Configuration Guide Interactive Intelligence Customer Interaction Center (CIC ) Version 4.0 Last updated November 17, 2011 (See Change Log for summary

More information

CIC Migration Guide. Installation and Configuration Guide. Customer Interaction Center (CIC) 2018 R1

CIC Migration Guide. Installation and Configuration Guide. Customer Interaction Center (CIC) 2018 R1 CIC Migration Guide Installation and Configuration Guide Customer Interaction Center (CIC) 2018 R1 Last updated January 10, 2018 (See Change Log for summary of changes.) Abstract This document provides

More information

Interaction Media Server Appliance

Interaction Media Server Appliance Interaction Media Server Appliance Installation and Configuration Guide HP ProLiant Gen9 Medium Interaction Media Server HP ProLiant Gen9 Large Interaction Media Server Interaction Media Server 2015 R4

More information

Interaction Migrator

Interaction Migrator Interaction Migrator Technical Reference Customer Interaction Center (CIC) Versions 2.4, 3.0, and 2017 R4 Last updated September 21, 2017 (See Change Log for summary of changes.) Abstract Interaction Migrator

More information

CSV List Import. Technical Reference. Interactive Intelligence Customer Interaction Center (CIC) 2016 R1. Abstract

CSV List Import. Technical Reference. Interactive Intelligence Customer Interaction Center (CIC) 2016 R1. Abstract CSV List Import Technical Reference Interactive Intelligence Customer Interaction Center (CIC) 2016 R1 Abstract This document how create multiple non-managed SIP stations, managed IP phones and associated

More information

CIC Multi-Site. Technical Reference. Customer Interaction Center (CIC) 2018 R1

CIC Multi-Site. Technical Reference. Customer Interaction Center (CIC) 2018 R1 CIC Multi-Site Technical Reference Customer Interaction Center (CIC) 2018 R1 Last updated September 21, 2017 (See Change Log for summary of changes.) Abstract This technical reference describes CIC Multi-Site,

More information

PureConnect New Installation Checklists

PureConnect New Installation Checklists PureConnect New Installation Checklists 2018 R1 Last updated September 26, 2017 (See Change Log for summary of changes.) Abstract Follow these checklists to perform a new CIC 2015 R1 or later installation.

More information

CIC Managed IP Phones

CIC Managed IP Phones CIC Managed IP Phones Administrator s Guide Customer Interaction Center (CIC) 2018 R1 Last updated September 20, 2017 (See Change Log for summary of changes made to this document since it was last published.)

More information

IC Licensing. Technical Reference. Interactive Intelligence Customer Interaction Center (CIC) 2017 R4

IC Licensing. Technical Reference. Interactive Intelligence Customer Interaction Center (CIC) 2017 R4 IC Licensing Technical Reference Interactive Intelligence Customer Interaction Center (CIC) 2017 R4 Last updated April 28, 2017 (See Change Log for summary of changes.) Abstract This document describes

More information

CIC Automated Switchover System

CIC Automated Switchover System CIC Automated Switchover System Technical Reference 2018 R1 Last updated September 6, 2017 (See Change Log for summary of changes.) Abstract This document describes the CIC Automated Switchover System

More information

Status Aggregator. Technical Reference. Interactive Intelligence Customer Interaction Center (CIC) 2016 R1

Status Aggregator. Technical Reference. Interactive Intelligence Customer Interaction Center (CIC) 2016 R1 Status Aggregator Technical Reference Interactive Intelligence Customer Interaction Center (CIC) 2016 R1 Last Updated September 18, 2015 (See Change Log for summary of changes.) Abstract This technical

More information

Interaction Attributes

Interaction Attributes Interaction Attributes Technical Reference 2018 R1 Last updated August 25, 2017 (See Change Log for summary of changes.) Abstract This document is for handler authors and programmers who need to understand

More information

IC Integration to Salesforce Desktop

IC Integration to Salesforce Desktop IC Integration to Salesforce Desktop Administrator s Guide Interactive Intelligence Customer Interaction Center (CIC) Interaction Dialer 2017 R4 Last updated April 25, 2017 (See Change log for summary

More information

Interaction Web Portal and Interaction Marquee

Interaction Web Portal and Interaction Marquee Interaction Web Portal and Interaction Marquee Installation and Configuration Guide 2018 R1 Last updated September 7, 2017 (See Change Log for summary of changes.) Abstract This guide provides a summary

More information

Interaction SIP Bridge

Interaction SIP Bridge Interaction SIP Bridge Installation and Configuration Guide Interactive Intelligence Customer Interaction Center (CIC) Version 2016 Last updated February 15, 2016 (See Change Log for summary of changes.)

More information

Interaction Media Streaming Server

Interaction Media Streaming Server Interaction Media Streaming Server Technical Reference Customer Interaction Center (CIC) 2018 R1 Last updated September 21, 2017 (See Change Log for summary of changes.) Abstract Interaction Media Streaming

More information

Interaction Media Streaming Server

Interaction Media Streaming Server Interaction Media Streaming Server Technical Reference Interactive Intelligence Customer Interaction Center (CIC) Version 2016 Last updated March 9, 2016 (See Change Log for summary of changes.) Abstract

More information

Configuration of CIC Phone Features for Polycom Phones

Configuration of CIC Phone Features for Polycom Phones Configuration of CIC Phone Features for Polycom Phones Technical Reference Customer Interaction Center (CIC) 2018 R1 Last updated September 21, 2017 (See Change Log for summary of changes.) Abstract This

More information

Interaction Media Server

Interaction Media Server Interaction Media Server Technical Reference Customer Interaction Center (CIC) 2018 R1 Last updated October 24, 2017 (See Change Log for summary of changes.) Abstract Interaction Media Server is a CIC

More information

Group Policy Deployment for CIC Applications

Group Policy Deployment for CIC Applications Group Policy Deployment for CIC Applications Technical Reference 2018 R1 Last updated September 27, 2017 (See Change Log for summary of changes.) Abstract Genesys recommends group policy deployment of

More information

PureConnect. Installation and Configuration Guide 2018 R1. Last updated September 26, 2017 (See Change Log for summary of changes.

PureConnect. Installation and Configuration Guide 2018 R1. Last updated September 26, 2017 (See Change Log for summary of changes. PureConnect Installation and Configuration Guide 2018 R1 Last updated September 26, 2017 (See Change Log for summary of changes.) Abstract This document describes how to install and configure a new CIC

More information

Introduction to IceLib

Introduction to IceLib Introduction to IceLib Technical Reference 2018 R1 Last updated September 7, 2017 (See Change Log for summary of changes.) Abstract This document introduces the Interaction Center Extension Library (IceLib)

More information

Interaction Mobilizer

Interaction Mobilizer Interaction Mobilizer Installation and Configuration Guide Interactive Intelligence Customer Interaction Center (CIC ) Version 4.0 Last updated October 16, 2013 Abstract Interaction Mobilizer enables connections

More information

Custom ODBC Contact Directories

Custom ODBC Contact Directories Custom ODBC Contact Directories Technical Reference Interactive Intelligence Customer Interaction Center (CIC) 2017 R4 Last updated April 27, 2017 (See Change Log for summary of changes.) Abstract This

More information

Interaction Web Tools

Interaction Web Tools Interaction Web Tools Technical Reference 2018 R1 Last updated September 7, 2017 (See Change Log for summary of changes.) Abstract This document contains information about Interaction Web Tools for Customer

More information

IC Integration to Siebel

IC Integration to Siebel IC Integration to Siebel Installation and Configuration Guide Interactive Intelligence Customer Interaction Center (CIC) 2018 R1 Last updated July 24, 2017 (See Change Log for summary of changes.) Abstract

More information

PureConnect Quality of Service

PureConnect Quality of Service PureConnect Quality of Service Technical Reference Customer Interaction Center (CIC) Version 2018 R1 Last updated September 21, 2017 (See Change Log for summary of changes.) Abstract This document presents

More information

Interaction Desktop Agent Overview

Interaction Desktop Agent Overview Interaction Desktop Agent Overview Overview Logging in Changing password Setting Status Receiving Calls Making Calls Directories Transferring Calls Wrap Up Codes Handling Queued Voicemails, Emails, and

More information

Interaction Supervisor Printed Help. PureConnect powered by Customer Interaction Center (CIC) 2018 R2. Abstract

Interaction Supervisor Printed Help. PureConnect powered by Customer Interaction Center (CIC) 2018 R2. Abstract Interaction Supervisor Printed Help PureConnect powered by Customer Interaction Center (CIC) 2018 R2 Last updated February 26, 2018 Abstract This document describes how to configure CIC's real-time performance

More information

Microsoft Outlook Interaction Desktop Add-In

Microsoft Outlook Interaction Desktop Add-In Microsoft Outlook Interaction Desktop Add-In Installation and Configuration Guide 2018 R2 Last updated 2018-02-02 (See Change Log for summary of changes.) Abstract This installation guide provides detailed

More information

Interaction SIP Bulk Caller

Interaction SIP Bulk Caller Interaction SIP Bulk Caller Technical Reference Interactive Intelligence Customer Interaction Center (CIC) 2016 R3 Last updated April 6, 2016 (See Change Log for summary of changes.) Abstract This document

More information

Interaction Web Tools

Interaction Web Tools Interaction Web Tools Developer's Guide 2018 R1 Last updated September 6, 2017 (See Change Log for summary of changes.) Abstract This document describes how to customize the Interaction Web Tools user

More information

CIC Text to Speech Engines

CIC Text to Speech Engines CIC Text to Speech Engines Technical Reference 2018 R1 Last updated October 24 1, 2017 (See Change Log for summary of changes.) Abstract This document describes the Text-to-Speech engines supported in

More information

Five9 Adapter for Oracle

Five9 Adapter for Oracle Cloud Contact Center Software Five9 Adapter for Oracle Administrator s Guide July 2017 This guide describes how to configure the integration between Five9 and the Oracle Service Cloud, previously know

More information

Intel Cache Acceleration Software for Windows* Workstation

Intel Cache Acceleration Software for Windows* Workstation Intel Cache Acceleration Software for Windows* Workstation Release 3.1 Release Notes July 8, 2016 Revision 1.3 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS

More information

Five9 Adapter for Oracle

Five9 Adapter for Oracle Cloud Contact Center Software Five9 Adapter for Oracle Agent s Guide November 2017 This guide describes how to use the integration between Five9 and the Oracle Service Cloud to process calls, voicemail,

More information

Polycom RealPresence Access Director System

Polycom RealPresence Access Director System RELEASE NOTES Version 4.0.1 August 2014 3725-78700-001D1 Polycom RealPresence Access Director System Polycom, Inc. 1 Document Title Version What s New in Release 4.0.1 The RealPresence Access Director

More information

Polycom Multipoint Layout Application (MLA) for Immersive Telepresence

Polycom Multipoint Layout Application (MLA) for Immersive Telepresence RELEASE NOTES 3.1.4 September 2014 3725-28452-013/A Polycom Multipoint Layout Application (MLA) for Immersive Telepresence Overview The Polycom Multipoint Layout Application (MLA) is a Windows application

More information

Virtual Communications Express Admin Guide: Getting Started Welcome to Verizon Virtual Communications Express!

Virtual Communications Express Admin Guide: Getting Started Welcome to Verizon Virtual Communications Express! Welcome to Verizon Virtual Communications Express! Virtual Communications Express is an easy-to-use service designed to enhance communications with your coworkers, customers, and suppliers. It can help

More information

Polycom Multipoint Layout Application (MLA) for Immersive Telepresence

Polycom Multipoint Layout Application (MLA) for Immersive Telepresence RELEASE NOTES 3.1.6.3 February 2017 3725-28452-018A Polycom Multipoint Layout Application (MLA) for Immersive Telepresence Overview The Polycom Multipoint Layout Application (MLA) is a Windows application

More information

RELEASE NOTES. 1.5 December F. Polycom RealAccess

RELEASE NOTES. 1.5 December F. Polycom RealAccess RELEASE NOTES 1.5 December 2015 3725-71943-002F Polycom RealAccess Contents What s New in Release 1.5... 3 Release History... 4 Service Requirements... 5 Platform Requirements... 5 Browser Requirements...

More information

Polycom Multipoint Layout Application (MLA) for Immersive Telepresence

Polycom Multipoint Layout Application (MLA) for Immersive Telepresence RELEASE NOTES 3.1.5 May 2015 3725-28452-015A Polycom Multipoint Layout Application (MLA) for Immersive Telepresence Overview The Polycom Multipoint Layout Application (MLA) is a Windows application that

More information

What s New for Oracle Cloud Stack Manager. Topics: July Oracle Cloud. What's New for Oracle Cloud Stack Release

What s New for Oracle Cloud Stack Manager. Topics: July Oracle Cloud. What's New for Oracle Cloud Stack Release Oracle Cloud What's New for Oracle Cloud Stack Release 18.3.2 E83240-17 July 2018 What s New for Oracle Cloud Stack Manager Oracle Cloud Stack Manager is upgraded in Oracle Cloud data centers as soon as

More information

October /RPP. Using. unications

October /RPP. Using. unications RELEASEE NOTES October 2013 3725-06648-003/RPP Using Polycom Unified Comm unications in Microsoft Environments 1 Release Notes Using Polycom Unified Communications in Microsoft Environments Copyright 2013,

More information

Interaction Web Tools

Interaction Web Tools Interaction Web Tools Developer's Guide Interactive Intelligence Customer Interaction Center (CIC) 2016 R2 Last updated January 7, 2016 (See Change Log for summary of changes.) Abstract This document describes

More information

Polycom RealPresence Media Editor

Polycom RealPresence Media Editor RELEASE NOTES Software 6.6 February 2014 3725-75200-001 Rev A Polycom RealPresence Media Editor About These Release Notes These release notes include new features and corrected issues in Polycom RealPresence

More information

Installation Guide. Informiam Proactive Business Management Informiam Cisco Adapter v

Installation Guide. Informiam Proactive Business Management Informiam Cisco Adapter v Installation Guide Informiam Proactive Business Management Informiam Cisco Adapter v3.3.000 Informiam Browser, Contact Center Advisor, Workforce Advisor, Frontline Advisor, Agent Advisor, and Informiam

More information

Five9 Application for Zendesk

Five9 Application for Zendesk Cloud Contact Center Software Five9 Application for Zendesk Agent s Guide November 2014 This guide describes how to use the integration between Five9 and the Zendesk desktop to process calls and voice

More information

Intel Desktop Board D945GCLF2

Intel Desktop Board D945GCLF2 Intel Desktop Board D945GCLF2 Specification Update July 2010 Order Number: E54886-006US The Intel Desktop Board D945GCLF2 may contain design defects or errors known as errata, which may cause the product

More information

DocAve Backup for Salesforce. Release Notes

DocAve Backup for Salesforce. Release Notes DocAve Backup for Salesforce Release Notes Table of Contents Table of Contents... 2 DocAve Backup for Salesforce 1.3.8... 4... 4 DocAve Backup for Salesforce 1.3.7... 5... 5 DocAve Backup for Salesforce

More information

the Microsoft.NET framework be installed on the desktop. It is no longer available, as of CIC 2016 R1.

the Microsoft.NET framework be installed on the desktop. It is no longer available, as of CIC 2016 R1. Customer Center (CIC) supports several interaction management client applications. This documentation uses the term "CIC client" to refer to these applications, which include,, Client, and Client. Starting

More information

Polycom RealPresence Access Director System

Polycom RealPresence Access Director System RELEASE NOTES Version 4.1 April 2015 3725-78700-001E1 Polycom RealPresence Access Director System Polycom, Inc. 1 Polycom RealPresence Access Director System Release Notes Version 4.1 Contents What s New

More information

Interaction Center Business Manager Supervisor Functions

Interaction Center Business Manager Supervisor Functions Interaction Center Business Manager Supervisor Functions CIC 2016 RX 1 Contents Interaction Supervisor... 10 Introduction... 10 Views... 10 Access to Views is controlled by License Assignment... 11 Alerts...

More information

Polycom RealConnect for Microsoft Teams

Polycom RealConnect for Microsoft Teams DEPLOYMENT GUIDE Polycom RealConnect for Microsoft Teams August 2018 3725-06679-001A Copyright 2018, Polycom, Inc. All rights reserved. No part of this document may be reproduced, translated into another

More information

Polycom RealPresence Platform Director

Polycom RealPresence Platform Director RELEASE NOTES 3.0.0 April 2016 3725-66007-002B Polycom RealPresence Platform Director Contents What s New in Release 3.0... 3 Polycom RealPresence Clariti Support... 3 Support for Appliance Edition...

More information

Polycom RealAccess. Cloud Edition. Contents. Software 2.4 January P1

Polycom RealAccess. Cloud Edition. Contents. Software 2.4 January P1 RELEASE NOTES Software 2.4 January 2018 3725-71943-002P1 Polycom RealAccess Cloud Edition Contents What s New in Release 2.4... 2 Release History... 2 Security Updates... 3 Platform Requirements... 3 Browser

More information

AvePoint Cloud Backup for Salesforce. Release Notes

AvePoint Cloud Backup for Salesforce. Release Notes AvePoint Cloud Backup for Salesforce Release Notes Table of Contents AvePoint Cloud Backup for Salesforce April 2018... 3... 3 Known Issues... 3 AvePoint Cloud Backup for Salesforce January 2018... 4...

More information

Using Polycom Unified Communications in Microsoft Environments

Using Polycom Unified Communications in Microsoft Environments RELEASE NOTES Version 4.1.1 July 2013 3725-06648-002 Rev A Using Polycom Unified Communications in Microsoft Environments 1 Release Notes Using Polycom Unified Communications in Microsoft Environments

More information

What s New for Oracle Java Cloud Service. On Oracle Cloud Infrastructure and Oracle Cloud Infrastructure Classic. Topics: Oracle Cloud

What s New for Oracle Java Cloud Service. On Oracle Cloud Infrastructure and Oracle Cloud Infrastructure Classic. Topics: Oracle Cloud Oracle Cloud What's New for Oracle Java Cloud Service Release 17.4 E64762-32 November 2017 What s New for Oracle Java Cloud Service This document describes what's new in Oracle Java Cloud Service on all

More information

AvePoint Cloud Backup. Release Notes

AvePoint Cloud Backup. Release Notes AvePoint Cloud Backup Release Notes Table of Contents New Features and Improvements... 2 AvePoint Cloud Backup for Office 365 July 2018... 2 AvePoint Cloud Backup for Office 365 June 2018... 2 AvePoint

More information

Cisco Unified Contact Center Express Release Notes 10.6(1)SU2

Cisco Unified Contact Center Express Release Notes 10.6(1)SU2 First Published: April 09, 2016 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883

More information

Polycom RealPresence Media Manager

Polycom RealPresence Media Manager RELEASE NOTES Software 6.0.5.6 June 2013 3725-75300-001 Rev D Polycom RealPresence Media Manager 6.0.5.6 RealPresence Media Manager 6.0.5.6 Release Notes About these Release Notes The newest release of

More information

BroadWorks Hosted Thin Call Center Agent/Supervisor

BroadWorks Hosted Thin Call Center Agent/Supervisor BroadWorks Hosted Thin Call Center Agent/Supervisor User Guide Release 20.0 Document Version 10 9737 Washingtonian Boulevard, Suite 350 Gaithersburg, MD 20878 Tel +1 301.977.9440 WWW.BROADSOFT.COM BroadWorks

More information

Five9 Plus Adapter for Salesforce Lightning Experience

Five9 Plus Adapter for Salesforce Lightning Experience Cloud Contact Center Software Five9 Plus Adapter for Salesforce Lightning Experience Agent s Guide June 2018 The Five9 Plus Adapter for Salesforce Lightning Experience integrates the Five9 Cloud Contact

More information

BroadWorks Hosted Thin Call Center Agent/Supervisor

BroadWorks Hosted Thin Call Center Agent/Supervisor BroadWorks Hosted Thin Call Center Agent/Supervisor User Guide Release 20.0 Document Version 7 9737 Washingtonian Boulevard, Suite 350 Gaithersburg, MD 20878 Tel +1 301.977.9440 WWW.BROADSOFT.COM BroadWorks

More information

WorkPlace Agent Service

WorkPlace Agent Service WorkPlace Agent Service Installation and User Guide WorkPlace 16.00.00.00 + Paramount Technologies Inc. 1374 East West Maple Road Walled Lake, MI 48390-3765 Phone 248.960.0909 Fax 248.960.1919 www.paramountworkplace.com

More information

Polycom RealPresence Media Manager

Polycom RealPresence Media Manager RELEASE NOTES Software 6.0.5.1 February 2013 3725-75300-001 Rev C1 Polycom RealPresence Media Manager 6.0.5.1 About these Release Notes The newest release of Polycom RealPresence Media Manager software,

More information

Terms of Use. Changes. General Use.

Terms of Use. Changes. General Use. Terms of Use THESE TERMS AND CONDITIONS (THE TERMS ) ARE A LEGAL CONTRACT BETWEEN YOU AND SPIN TRANSFER TECHNOLOGIES ( SPIN TRANSFER TECHNOLOGIES, STT, WE OR US ). THE TERMS EXPLAIN HOW YOU ARE PERMITTED

More information

Start your greeting once the Incoming Call window appears. Make sure you are in Ready state to receive incoming calls

Start your greeting once the Incoming Call window appears. Make sure you are in Ready state to receive incoming calls Agent Desktop Plus Working With Voice Calls Receiving & Initiating Calls Receiving an Outbound Campaign Call Make sure you are in Ready state to receive incoming calls Always enable Auto-Answer for Outbound

More information

Five9 Adapter for Velocify

Five9 Adapter for Velocify Cloud Contact Center Software Five9 Adapter for Velocify Agent s Guide November 2017 The Five9 Adapter for Velocify enables you to integrate the Five9 Cloud Contact Center with the Velocify desktop. This

More information

Genesys Care. My Support Information Guide for PureEngage Cloud. Updated February 2018

Genesys Care. My Support Information Guide for PureEngage Cloud. Updated February 2018 Genesys Care My Support Information Guide for PureEngage Cloud Updated February 2018 Table of Contents Page About the Information Guide 3 Quick Tips: What to do 4 My Support Login 5-6 Request a My Support

More information

Five9 Agent Desktop Toolkit

Five9 Agent Desktop Toolkit Cloud Contact Center Software Five9 Agent Desktop Toolkit User s Guide November 2017 The Agent Desktop Toolkit comprises the CTI Web Services and the Web toolbar, a softphone integrated in your browser.

More information

Training Types. ILC Instructor-led Classroom Based Courses ILV Instructor-led Virtual Based Courses WB Web-based (online self-paced) Courses

Training Types. ILC Instructor-led Classroom Based Courses ILV Instructor-led Virtual Based Courses WB Web-based (online self-paced) Courses Education Services Course Catalog Introduction Welcome to Genesys Education Services! We have an exciting array of courses to help you become experts using the Genesys products that will make your business

More information

Cisco Unified Contact Center Express Historical Reporting Guide, Release 10.6(1)

Cisco Unified Contact Center Express Historical Reporting Guide, Release 10.6(1) Cisco Unified Contact Center Express Historical Reporting Guide, Release 10.6(1) First Published: December 15, 2014 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706

More information

RELEASE NOTES. Phase 1 May A. Polycom Concierge

RELEASE NOTES. Phase 1 May A. Polycom Concierge RELEASE NOTES Phase 1 May 2016 3725-74606-000A Polycom Concierge Contents Introducing the Polycom Concierge Solution... 3 New Features... 3 Endpoint and Meeting Control... 3 Enhanced Participant List Control...

More information

hereby recognizes that Timotej Verbovsek has successfully completed the web course 3D Analysis of Surfaces and Features Using ArcGIS 10

hereby recognizes that Timotej Verbovsek has successfully completed the web course 3D Analysis of Surfaces and Features Using ArcGIS 10 3D Analysis of Surfaces and Features Using ArcGIS 10 Completed on September 5, 2012 3D Visualization Techniques Using ArcGIS 10 Completed on November 19, 2011 Basics of Map Projections (for ArcGIS 10)

More information

Oracle. Service Cloud Knowledge Advanced Implementation Guide

Oracle. Service Cloud Knowledge Advanced Implementation Guide Oracle Service Cloud Knowledge Advanced Implementation Guide Release November 2016 Oracle Service Cloud Part Number: E80590-02 Copyright 2015, 2016, Oracle and/or its affiliates. All rights reserved Authors:

More information

Intel Cache Acceleration Software - Workstation

Intel Cache Acceleration Software - Workstation Intel Cache Acceleration Software - Workstation Version 2.7.0 Order Number: x-009 Contents INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY

More information

AvePoint Citizen Services. Release Notes

AvePoint Citizen Services. Release Notes AvePoint Citizen Services Release Notes Table of Contents Table of Contents... 2 AvePoint Citizen Services 1.3.3... 3... 3 AvePoint Citizen Services 1.3.2... 3... 3 AvePoint Citizen Services 1.3.1... 5...

More information