简体   繁体   English

CRM 2011 中帮助台/客户服务的尴尬 email 流程

[英]Awkward email flow for help desk / customer service in CRM 2011

I am implementing an helpdesk for a client of mine in CRM2011.我在 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.但是,我对排队流的标准 OOB email 有一些疑问,它似乎有点不对劲,我想让你看看我是否遗漏了什么,然后再开始定制开发。

The desired flow is as follows (from the UI client):所需的流程如下(来自 UI 客户端):

  1. A client mails to myhelpdesk@mycompany.com客户发送邮件至 myhelpdesk@mycompany.com
  2. CRM adds this to the helpdesk queue. CRM 将此添加到帮助台队列中。
  3. A customer service employee looks at the queue and assigns the emails he can pick up to himself.客户服务员工查看队列并将他可以接收的电子邮件分配给自己。
  4. Sets the regarding on the incoming email.设置传入 email 的相关信息。 (this is not possible field is read-only) (这是不可能的字段是只读的)
  5. Saves the email保存 email
  6. 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)点击回复,并发送答案(从他的帮助台地址发送,这不会发生,所以我使用 JS 修复它,替换它的回复表单加载)
  7. The mail get send tot the client.邮件被发送给客户。

HOWEVER (Now it comes)然而(现在它来了)

  1. 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.进入队列的电子邮件已关闭,因此无法通过 CRM web UI 设置关联,因此,初始电子邮件永远不会分配给关联实体。

  2. 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.当创建队列项以检查 email 的“FROM”时,无法向工作流添加条件,因为查找表单仅显示用户,而不显示帐户或联系人。

  3. It's very hard to see the past email communication or activities with that client.很难看到过去 email 与该客户端的通信或活动。 First, a email enters, then it needs to click on the regarding.首先进入一个email,然后需要点击关注。 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?或者有人知道 CRM2011 的一个很好的帮助台插件吗?

Why don't you consider using cases.你为什么不考虑使用案例。 When an incoming activity is in the queue - you can easily convert to a case - from where you can set the fields and use it to keep a history of communications in that case.当传入活动在队列中时 - 您可以轻松转换为案例 - 您可以在其中设置字段并使用它来保留该案例中的通信历史记录。

We have setup workflows to send notifications on completion of tasks - with the original ticket requester getting copies of the notes from the task.我们设置了工作流程以在任务完成时发送通知 - 原始工单请求者从任务中获取备注副本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM