I am implementing an helpdesk for a client of mine in CRM2011. However, I have some questions regarding the standard OOB email to queue flow, it seems to be off a bit, and i would like you to see if i miss something, before i start hammering away with custom development.
The desired flow is as follows (from the UI client):
- A client mails to [email protected]
- CRM adds this to the helpdesk queue.
- A customer service employee looks at the queue and assigns the emails he can pick up to himself.
- Sets the regarding on the incoming email. (this is not possible field is read-only)
- Saves the email
- Hits reply, and sends an answer (send fromt he helpdesk address, this doesnt happen so i fixed it using a JS that replacing it onload of the reply form)
- The mail get send tot the client.
HOWEVER (Now it comes)
The emails that enter the queue are closed, so its not possible to set the regarding trough the CRM web UI, thus, the initial emails are never assigned to the regarding entity.
It is not possible to add a condition to a workflow when an queue item is created to check for the "FROM" of the email since the lookup form only displays users, and not accounts, or contacts.
It's very hard to see the past email communication or activities with that client. First, a email enters, then it needs to click on the regarding. Then check the activities, (seeing only one line per activity) and then need to click every individual activity to check the details. Looks like a lot of clicks and overhead to me.
Anyone have the same experience? Or does anyone know a good helpdesk add-on for CRM2011?