Genesys CTI User Forum

Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: anem on September 02, 2015, 12:20:37 AM

Title: Data on Custom View
Post by: anem on September 02, 2015, 12:20:37 AM
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
Title: Re: Data on Custom View
Post by: Kubig 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.
Title: Re: Data on Custom View
Post by: anem 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.
Title: Re: Data on Custom View
Post by: Kubig on September 04, 2015, 07:28:20 AM
It is just about WPF and MVVM model.