Genesys CTI User Forum > Genesys-related Development

IWS - Disposition View

(1/2) > >>

obegendi:
Hello everyone,

I'm trying to replace a existing view on IWS. I tried to create a view for DispositionDetailsRegion i register it in main initialize method, but i couldn't control disposition code combobox. I'm actually trying to do action depends what selected on that combobox. I think that combobox default for IWS outbound, am i right ? Combobox contains; Answer, Unknown call result, fax, wrong party ....
If agent select answer i want to show my custom survey form, if select another thing see nothing. I looked in my interaction event handler's object (e.value) then dispositioncode was NULL, also i tried IDispositionCode on desktop.outbound but i couldn't anything useful. If i can catch when selected on that combobox, like on standart wpf combobox element's selection_changed event, its gonna be perfect for me. I read all document about view but nothing useful, please tell me how can i do this ? What is the best method for this?

Thank you.

Kubig:
The view with disposition codes is not related just to the outbound calls, but to all types of interactions. The view/window with combo box (Answer, Unknown call result) is related to campaign calls, where the view/region is different from the above with disp. codes. So, I think you have selected wrong region for your custom module.

obegendi:
Hello,

Is it wrong ?

container.RegisterType<IDispositionCodeView, DispositionCodeExView>();

I just want to control that default disposition combobox.

Kubig:
It is right - for disposition codes region - you can find similiar sample within IWS/WDE package.

obegendi:
Hello,

Is it possible to control that default combo or control view (dispositiondetailsregion) ? Or just catch selection_changed evet that combo, but how ?! ???

Navigation

[0] Message Index

[#] Next page

Go to full version