Client DDE API Developer's Help

Similar documents
Interaction Center Integration with Remedy

Symantec Endpoint Protection for Customer Interaction Center Servers and Subsystems

Interaction Tracker Filtered Directories

Symantec Endpoint Protection 14 for Customer Interaction Center Servers and Subsystems

Crystal Reports Import Utility

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

Symantec Endpoint Protection for Customer Interaction Center Servers and Subsystems

PureConnect Integration to Oracle Service Cloud Data Dictionary

Text To Speech Engines for IC

Interaction Fax Cover Page Editor

Interaction Designer REST API Tools

Customer Interaction Center Server

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

Factory Image Restoration Procedures

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

Interaction Recorder Extreme Query

IC Port Maps and Data Flow Diagrams

Exchange MAPI Support for CIC

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

Interaction Media Server Appliance

CIC Workstation Applications in Citrix and Remote Desktop Services Environments

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

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

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

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

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

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

IC Integration to Salesforce Desktop

Interaction SIP Bridge

Interaction Migrator

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

Interaction Media Streaming Server

PureConnect New Installation Checklists

CIC Managed IP Phones

Interaction Media Streaming Server

CIC Automated Switchover System

Interaction Web Portal and Interaction Marquee

Interaction Attributes

Interaction Mobilizer

IC Integration to Siebel

Configuration of CIC Phone Features for Polycom Phones

Interaction Media Server

Custom ODBC Contact Directories

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

Introduction to IceLib

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

Interaction SIP Bulk Caller

Group Policy Deployment for CIC Applications

Interaction Web Tools

Interaction Center Business Manager Supervisor Functions

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

PureConnect Quality of Service

Interaction Desktop Agent Overview

Interaction Web Tools

Interaction Desktop: User Guide

CA Auto Attendant Module. Operation Manual v1.3

Avaya Interaction Center Release 7.1 Avaya Agent User Guide

Application Notes for Configuring Telcomp Pickup and Avaya IP Office using DevLink - Issue 1.0

A Sample Configuration for Computer Instruments e-ivr Automated Attendant and Voic 3.0 with Avaya IP Office System Issue 1.

Interaction Web Tools

Five9 Adapter for Oracle

KEPServerEX Client Connectivity Guide

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

Using Avaya one-x Agent

Tzunami Deployer Confluence Exporter Guide

KEPServerEx Client Connectivity Guide

Interaction Feedback

R227. Terms Code Discount per Sales Code Qty Ordered AR-1227

Application Notes for Zeacom Communications Center 6.1 with Avaya IP Office 8.0 Issue 1.0

Application Notes for BBX Technologies Vuesion Multimedia Contact Center Additional Client Features with Avaya IP Office 8.0 Issue 1.

Terms of Use. Changes. General Use.

Application Notes for Presence OpenGate with Avaya IP Office 9.0 Issue 1.0

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

Oracle Utilities Smart Grid Gateway Adapter Development Kit

CISCO UNIFIED COMMUNICATIONS MANAGER SIP INTEGRATION

Five9 Adapter for Oracle

Intel Unite Solution Intel Unite Plugin for WebEx*

Application Notes for Zeacom Communications Center with Avaya IP Office 9.0 Issue 1.0

Tzunami Deployer Confluence Exporter Guide

Application Notes for BBX Technologies Vuesion Multimedia Contact Center Networking Module with Avaya IP Office 8.0 Issue 1.0

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

IC Business Manager. Super visor Overview

Barge-Monitor-Whisper

Five9 Virtual Contact Center

Microsoft Outlook Interaction Desktop Add-In

Five9 Adapter for Velocify

Installing Watson Content Analytics 3.5 Fix Pack 1 on WebSphere Application Server Network Deployment 8.5.5

KEPServerEX Client Connectivity Guide

RealPresence Media Manager

Bell Aliant Total Office Quick Reference Guide.

SD APmax. Service Description Automated Call Distribution. Issue 01 March 2013 Proprietary

Avaya CT for Siebel 7 Release 4.0 User Guide

SOFTWARE LICENSE LIMITED WARRANTY

KepserverEx Client Connectivity Guide

Harvard Phone. Introduction to Contact Center CONTACT CENTER CLIENT QUICK REFERENCE QUIDE

Five9 Agent Desktop Toolkit

Application Notes for Nuance OpenSpeech Attendant with Avaya Voice Portal Issue 1.0

QUICK START GUIDE. SMS 2500iX Appliance.

Eclipse Messaging. Release 9.0.3

Application Notes for Teledex iphone SIP ND2000 Series and SIP NDC2000 Series IP Telephones with Avaya IP Office Issue 1.0

Transcription:

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 Interaction Desktop DDE API Developer's Guide... 3 Define an Action... 3 Register an Action... 4 Copyright and Trademark Information... 6 Revisons... 7 CIC 2015 R1... 7 C 4.0 Service Updates 1-4... 7 Interaction Center 4.0 GA... 7

Interaction Desktop DDE API Developer's Guide Define an Action Use this procedure to define a DDE action in Interaction Administrator that specifies which application to pop. The action also specifies commands and data to send to the application. For tutorial purposes, we will define an action that opens a Microsoft Word document when a call alerts on a user's queue. 1. Start Interaction Administrator and login. 2. Click the Actions container. This container is a child of the System Configuration node. 3. Press Insert to define a new action. The Entry Name dialog appears, prompting to name the action. This name can be anything you like. For this example, type Example Screen Pop action in the text field. 4. Select DDE from the Type drop list. Click OK. The Action Configuration dialog appears. 5. Type the full path to the application in the Executable box. For example, the full path to Microsoft Word 2010 is C:\Program Files (x86)\microsoft Office\Office14\Winword.exe. 6. The Application box specifies the name of the application that the DDE conversation should be initialized with. This is usually (but not always) the name of the executable file (without the.exe extension). Refer to the application's documentation for details. For this example, type WINWORD in this box. 7. The Topic box prompts for the topic name of the DDE conversation. The text you enter in this box is based on names of DDE server topics supported by the executable. For specific information about topics supported by your application, refer to its documentation. For this example, type system in the Topic box, since that is a valid topic name that Microsoft Word recognizes.

8. Click Add. You are prompted to specify a command string that the DDE Server should execute. Since command strings are unique to each DDE application, you'll need to consult the application's documentation for details. For this example, enter the following text as shown below. [FILEOPEN ("e:\my Notes.doc")] This command string tells Microsoft word to the existing document at the path specified. Feel free to adapt this string to open a different document that already exists on agent PCs. If you specify a document that does not exist on an agent's PC, Microsoft Word will display an error message when the action executes, noting that the file is not found. It does not create a new document if the file specified does not exist. 9. Click OK. The text entered will appear in the Command List. 10. Click Apply to save changes. 11. Click OK to dismiss the Action Configuration dialog. At this point you have defined a new action, but it is not associated it with a queue. The next step is to register the action with a queue, so that CIC knows when to execute it. Register an Action Registering an action associates it with a specific queue. The action will be triggered automatically when an interaction alerts on the queue, or optionally when an interaction is disconnected. To register an action: 1. Define an action, if you have not done so already. The steps you take in Interaction Administrator to register an action vary depending upon whether the action should be registered with a workgroup queue or a user queue. 2. In Interaction Administrator, click on the Workgroups or Users node below the People container. Then double-click a workgroup or user to open its configuration details. 3. For a Workgroup configuration, select the ACD tab. Click Actions, and then select an action from the Alerting Action drop list. Click Apply.

For User configurations, select the Options tab. Then select an action from the Alerting drop list. Then click Apply. 4. Click OK to dismiss the configuration. The action is now registered with a queue. At this point, you have successfully created an action and have associated it with a workgroup or user queue. Now, when a call alerts on the specified queue, a word document will pop on the screen. To prevent Interaction Desktop from popping with the application, select Configuration from its Options menu. Then, under options for the Alerting node, uncheck Pop Client. Click OK.

Copyright and Trademark Information Interactive Intelligence, Interactive Intelligence Customer Interaction Center, Interaction Administrator, Interaction Attendant, Interaction Client, Interaction Designer, Interaction Tracker, Interaction Recorder, ION, icnotify, Interaction Mobile Office, Interaction Optimizer, and the Spirograph logo design are registered trademarks of Interactive Intelligence, Inc. Interactive Intelligence Group, Inc., Interaction Center Platform, Interaction Monitor, Customer Interaction Center, EIC, Interaction Fax Viewer, Interaction Server, Interaction Voicemail Player, Interactive Update, Interaction Supervisor, Interaction Migrator, and Interaction Screen Recorder are trademarks of Interactive Intelligence, Inc. The foregoing products are 1997-2014 Interactive Interaction Dialer and Interaction Scripter are registered trademarks of Interactive Intelligence, Inc. The foregoing products are 2000-2014 Interactive Messaging Interaction Center and MIC are trademarks of Interactive Intelligence, Inc. The foregoing products are 2001-2014 Interactive Intelligence, Inc. All rights reserved. e-faq and Interaction Director are registered trademarks of Interactive Intelligence, Inc. e-faq Knowledge Manager, Interaction FAQ, and Interaction Marquee are trademarks of Interactive Intelligence, Inc. The foregoing products are 2002-2014 Interactive Interaction Conference is a trademark of Interactive Intelligence, Inc. The foregoing products are 2004-2014 Interactive Intelligence, Inc. All rights reserved. Interaction SIP Proxy and Interaction EasyScripter are trademarks of Interactive Intelligence, Inc. The foregoing products are 2005-2014 Interactive Interaction Gateway is a registered trademark of Interactive Intelligence, Inc. Interaction Media Server is a trademark of Interactive Intelligence, Inc. The foregoing products are 2006-2014 Interactive Interaction Desktop is a trademark of Interactive Intelligence, Inc. The foregoing products are 2007-2014 Interactive Intelligence, Inc. All rights reserved. Interaction Process Automation is a trademark of Interactive Intelligence, Inc. Deliberately Innovative, Interaction Feedback, and Interaction SIP Station are registered trademarks of Interactive Intelligence, Inc. The foregoing products are 2009-2014 Interactive Interaction Web Portal, Interaction Analyzer, and IPA are trademarks of Interactive Intelligence, Inc. The foregoing products are 2010-2014 Interactive Spotability is a trademark of Interactive Intelligence, Inc. 2011-2014. All rights reserved. Interaction Edgeand Interaction Mobilizer are registered trademarks of Interactive Intelligence, Inc. Interaction SIP Bridge, Interactive Intelligence Marketplace, Interactive Intelligence Communications as a Service, CaaS Quick Spin, and Interactive Intelligence CaaS are trademarks of Interactive Intelligence, Inc. The foregoing products are 2012-2014 Interactive Bay Bridge Decisions, Interaction Script Builder, and Interaction Speech Recognition are trademarks of Interactive Intelligence, Inc. The foregoing products are 2013-2014 Interactive Interaction Collector, Interaction Decisions, Interactive Intelligence PureMatch, and Interactive Intelligence PureCloud are trademarks of Interactive Intelligence, Inc. PureCloud is a service mark of Interactive Intelligence, Inc. The foregoing products are 2013-2014 Interactive Intelligence, Inc. 2014. All rights reserved. The verypdf product is 2000-2014 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 http://wpflocalization.codeplex.com. 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 INTERACTIVE INTELLIGENCE (INTERACTIVE) HAS NO RESPONSIBILITY UNDER WARRANTY, INDEMNIFICATION OR OTHERWISE, FOR MODIFICATION OR CUSTOMIZATION OF ANY INTERACTIVE SOFTWARE BY INTERACTIVE, CUSTOMER OR ANY THIRD PARTY EVEN IF SUCH CUSTOMIZATION AND/OR MODIFICATION IS DONE USING INTERACTIVE TOOLS, TRAINING OR METHODS DOCUMENTED BY INTERACTIVE. Interactive Intelligence, Inc. 7601 Interactive Way Indianapolis, Indiana 46278 Telephone/Fax (317) 872-3000 www.inin.com

Revisons CIC 2015 R1 Updated documentation to reflect changes required in the transition from version 4.0 SU# 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. C 4.0 Service Updates 1-4 No changes except for formatting, copyrights, and trademarks. Interaction Center 4.0 GA 1. Updated copyright and trademarks in this document. 2. Since URL screen pops are configured differently from DDE screen pops in the Actions container, the DDE example in this document was rewritten to explain how to pop a word document when a call alerts on a queue. The previous example used DDE to invoke a page in Internet Explorer.