" /> WDE customization query - Genesys CTI User Forum

Author Topic: WDE customization query  (Read 1463 times)

Offline Heronumberone

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
WDE customization query
« on: December 03, 2020, 05:42:22 AM »
Advertisement
HI Team,

There is a requirement from client that when voice call is mark done from WDE there should be some reason codes for same like we have disposition code.  As per my understanding after event released in WDE we have option to MARK DONE the call. Now as the call doesnt exist how can I attach a reason code for Mark done to a call so that it goes into the ICON/Informart for reporting.

Any suggestions?

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: WDE customization query
« Reply #1 on: December 03, 2020, 09:26:04 AM »
You can use standard DispositionCode function which is available in WDE by default. On TLib level, the propagation of those KVP/userdata is done vie UserEvent which is not related to "live" interaction thus could be send after the call was released

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: WDE customization query
« Reply #2 on: December 03, 2020, 11:03:07 AM »
You can find more details in ICON documentation - see Post-Routing User Data Processing section in ICON User's Guide ([url=https://docs.genesys.com/Documentation/ICON/latest/UG/AttachedData]https://docs.genesys.com/Documentation/ICON/latest/UG/AttachedData[/url])


Offline hsujdik

  • Hero Member
  • *****
  • Posts: 541
  • Karma: 30
Re: WDE customization query
« Reply #3 on: December 03, 2020, 12:36:38 PM »
As far as I know, actually this should be done with IInteraction.SetAttachedData, in a way that SIP Server/T-Server can send data related to the call after it is released as EventUserEvent.

Refer to the following links:
https://docs.genesys.com/Documentation/GIM/latest/Dep/GIMKVPs
[quote]
Some agent desktop applications issue UserEvents to set KVP data after the agent’s participation in the voice interaction has completed (that is, after the call is released). Other components or applications, such as Genesys Mobile Services (GMS), also send data in UserEvents to enable integration with Genesys Info Mart for historical reporting on application usage or performance. You can configure an ICON application that captures Voice details to store UserEvent-based KVP data in its IDB. When you configure the ICON application, you use ICON application configuration options — instead of the attached-data specification XML file — to specify which KVPs ICON should store. Then you can configure Genesys Info Mart to extract this data from the IDB G_CUSTOM_DATA_S table.
[/quote]

https://docs.genesys.com/Documentation/ICON/latest/UG/UDataCustStates
[quote]
If it has been configured to support custom states, ICON stores common data from EventUserEvent in two tables that are created by the IDB initialization script: G_CUSTOM_DATA_S and G_CUSTOM_DATA_P. You can configure unique keys to store values of customer-defined keys. Duplicate key names in the attached data are not supported.
[/quote]