Genesys CTI User Forum

Genesys CTI User Forum => Genesys-related Development => Topic started by: DeonsSGGU on March 12, 2020, 10:29:20 AM

Title: Expand or Collapse the WDE CaseDataView panel via code
Post by: DeonsSGGU on March 12, 2020, 10:29:20 AM
Hi

I was wondering if someone can can give me some guidance on how to expand or collapse the CaseDataView panel on the WDE interaction window via code.
(Top-Left view that contains the actual case data of the interaction)

The basic idea is to force this area to be minimized when the interaction window is opened.

Genesys stores most of the windows states on shut down, but not this one.

Thank You
Help will be much appreciated
Title: Re: Expand or Collapse the WDE CaseDataView panel via code
Post by: gen_rtfm on March 12, 2020, 06:22:07 PM
I'd try checking which parameter controls the caseview by examining the agents annex prior to; and after expand/collapse operation in WDE client and then set the option in a transaction you then attach in routing strategy (default key in userdata is IW_OverrideOptions).

That way you can control the behavior for each routed interaction, without adding a WDE customization.

This is not something I've tried but I'd try it before attempting to control it via code customization.

Br

Skickat från min F8331 via Tapatalk

Title: Re: Expand or Collapse the WDE CaseDataView panel via code
Post by: DeonsSGGU on March 12, 2020, 07:51:12 PM
Thank you for the reply

I will check that but a we got feedback some time ago that the case data window expand/collapse is one of very few parameters that is not controlled via the agent annex.

I do agree that doing this without customization would be the way to go.
I will double check if I can find this in the agent annex following your suggestion.

Thanks