And another question
Can I track the emails after the user pushes the done or the delete button in GAD? Can I catch them in a Business Process of my own?
In GAD options I found “email-in-markdone-hidden-queues” but haven’t find anything about this in documentation.
Yes, it’s possible to track incoming emails marked as done. You must specify an Interaction Queue the email should be placed into in the Queue for Existing Interaction section on the Interaction Queue tab of Route Interaction object in IRD. I assume that special queue STOP queue is specified there.
I’m not aware of any possibility to track deleted emails using GDesktop.
me again
I have a queue where I sent all existing interactions. Here I get mails after user presses Done or Replay. Is there any way to distinguish between the two? I have some mark done options and I want to know if the agent pressed done without choosing an option and I don’t want to count the replies also.
To make the mark email mandatory is not an option as the agent will be asked to mark something even before replying or when sending a new outbound.
Unfortunately, I’m not aware of any GDesktop option allowing you distinguish between MarkDone and Replied interaction. One possible “solution” - do a database lookup over UCS interaction table - if you find an interaction of type EmailReply (not 100% sure about type and subtype now) where parentId matches your interaction id then it is replied interaction.
Thank you. I was afraid that this will be the answer I think a lookup in the UCS DB will take a lot of time to do it everytime a mail gets in the “Done” queue.
So how should I treat an escalation email then? I made a Mark Email option so the agent ticks a “Review my email” when he wants his email reviewed. But if the agent ticks it and then hits reply I don´t think I should really send the inbound for review, only if he thicks it and presses Done.
Is there any way around this?
Is there a way to customize GAD to attach some data to the email when we hit Replay and other data when we hit Done?
So how should I treat an escalation email then? I made a Mark Email option so the agent ticks a "Review my email" when he wants his email reviewed. But if the agent ticks it and then hits reply I don´t think I should really send the inbound for review, only if he thicks it and presses Done.
If this customization adds some data to the interaction before MarkDone/Reply is processed then you should be able to read this data in the routing strategy and distinguish between MarkDone/Reply.
Is there any way around this?
As I wrote I'm not aware of any.
Is there a way to customize GAD to attach some data to the email when we hit Replay and other data when we hit Done?
I wouldn’t say it’s a bug because Genesys has never made any statement that such functionality is included and supported in GAD… It necessary to take into account that GAD is a product not SDK so customization possibilities are limited.
If you really need to implement this functionality then try suggested way in one of my previous email.
If I find a time I’ll check a possibility to customize GAD in unofficial/unsupported way (=modification of JSP file directly).