Genesys CTI User Forum > Genesys-related Development
IWS - Disposition View
Kubig:
Do not understand what you want to achieve - replace default DispositionCode view or change behavior of default disposition codes?
obegendi:
Hello again,
I want to control that view. Actually if i can delete/remove view a region, this gonna be great. Is it possible to remove a region ?
Like this maybe ?
viewManager.ViewsByRegionName["InteractionDetailsDispositionsRegion"].Remove(new ViewActivator() { ViewType = typeof(IDispositionCodeView), ViewName = "DispositionCodeView" });
But its not working i guess, also there is a deactivemethod and remove method in viewmanager object. But i couldn't run this either.
viewManager.DeactivateViewInRegion(parentview, "InteractionDetailsDispositionsRegion", "DispositionCodeView");
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 ?
Navigation
[0] Message Index
[*] Previous page
Go to full version