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:
interaction.DispositionCode.Select(interaction.DispositionCode.ListOfDispositionCodeValue[0].Name);
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.