Feedback

  • Contents
 

Action Configuration

Use these procedures to define and register an action that opens a Microsoft Word document when a call alerts on a user queue. 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 define an Action:

  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 ("f:\WordDoc.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.

  11. Click OK.

    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.

To register an action:

  1. 1. After defining an action in Interaction Administrator, click on the Workgroups or Users sub-container under People. Then double-click a workgroup or user to open its configuration details.

    For a Workgroup configuration, select the ACD tab. Click Actions, and then select an action from the Alerting Action list. Click Apply.

    For User configurations, select the Options tab. Then select an action from the Alerting list. Then click Apply.
  2. Click OK. 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. 

Related Topics

DDE Action Configuration

Options

Actions