On this tutorial they replace the view “IOutboundRecordView” for another one named “DispositionCodeExView”.
I tried to do the same with a view named “IGenericDataView” but it´s not working and shows a interface error.
I want to replace Record Information View (between case view and disposition codes on Outbound calls…). Maybe this view is not IGenericDataView. Somebody knows what is the name of this view?
It depends just on you what “View” will be used, all is driven by container run-time configuraiton, where you are able to determine what Class is registered with specified interface. I strongly recommend to follow up the provided WDE samples and just “re-type” the custom part to own format.