Author Topic: WDE | Setting a default disposition code  (Read 1672 times)

Offline vinicius.gaspar

  • Newbie
  • *
  • Posts: 15
  • Karma: 0
WDE | Setting a default disposition code
« on: August 28, 2019, 02:22:00 PM »
Is it possible to have a disposition code pre-selected in the interaction's Dispositions tab? I'm using folder format.

I've already tried inserting this piece of code during EventEstablished:

[code]
interaction.DispositionCode.Select(interaction.DispositionCode.ListOfDispositionCodeValue[0].Name);
[/code]

But it seems to have no interference whatsoever with the WDE front-end. I've customized WDE to activate the MarkDone button automatically after a given after call work time.  But the problem is if the agent didn't choose the disposition code by that time the interaction bundle will not close and the button will need to be pushed manually.


Offline gen_rtfm

  • Full Member
  • ***
  • Posts: 114
  • Karma: 4
Re: WDE | Setting a default disposition code
« Reply #1 on: August 28, 2019, 04:11:44 PM »
Have you tried setting the default value in the routing strategy that delivers the interaction?

Off the top of my head I'd try that before doing a WDE customization to achieve what you describe.

Skickat från min F8331 via Tapatalk


Offline catanirex

  • Sr. Member
  • ****
  • Posts: 272
  • Karma: 11
Re: WDE | Setting a default disposition code
« Reply #2 on: August 30, 2019, 10:40:25 AM »
Hi, in CM/Administrator/GAX, please check the Default box on the attribute value you want to have selected as default on the business attribute for disposition codes.