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?
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.
Is it possible to control that default combo or control view (dispositiondetailsregion) ? Or just catch selection_changed evet that combo, but how ?! ???
What is really parent view ? it seems like a object, but i didn’t see anything before like parentview object ? What is the proper using this ? Can you help me little bit ?