" /> Data on Custom View - Genesys CTI User Forum

Author Topic: Data on Custom View  (Read 2020 times)

Offline anem

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Data on Custom View
« on: September 02, 2015, 12:20:37 AM »
Advertisement
I need help to display the data of a call in a custom window. I don't know which one is the event or command that I should use, and how update the view too.

thanks

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Data on Custom View
« Reply #1 on: September 02, 2015, 11:09:42 AM »
I suspect you are meaning IWS/WDE custom view - if yes, try to be more specific what is not clear for you and what is your current code.

Offline anem

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Re: Data on Custom View
« Reply #2 on: September 02, 2015, 04:12:32 PM »
Yes, I'm working in WDE.

I made a custom view to show a information from a interaction, I get the data but I don't know how update the view. I have a class (ControlInteraccion). It Inherited from InteractionControlExtension and implements the IInteractionControlExtension to get data from call, specifically with method CreateInteractionControl.
I get the data but I don't know how I will be put it on controls of view.

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Data on Custom View
« Reply #3 on: September 04, 2015, 07:28:20 AM »
It is just about WPF and MVVM model.