Link to home
Start Free TrialLog in
Avatar of Asif Faleel
Asif FaleelFlag for United Arab Emirates

asked on

Create Case from Email Box - CRM 2011

Hi,

Can someone share me the step by step procedure to get CRM 2011 create a case automatically once the email is received.

Thanks
GF
Avatar of Feridun Kadir
Feridun Kadir
Flag of United Kingdom of Great Britain and Northern Ireland image

Are you thinking of emails that are sent to a generic address such as support@company.com?
Avatar of Asif Faleel

ASKER

Yes. It should read from a exchange mailbox and create a case.
OK, then the high level steps are:

- Create a queue record in CRM, add the email address of the Exchange mailbox and for Convert Incoming email, select All Messages
- Configure the Email Router to process emails for the Exchange Mailbox
- In CRM, create a workflow that automatically triggers from an email, in the workflow add a check condition that tests whether the email is sent to the queue, if it isn't end the workflow
- Otherwise, create a case, set fields in the case as appropriate

The problem you'll find is that a case will be created for every incoming email to the queue even if it is a reply to an existing case. And your workflow will need to populate fields in the case such as Title and Customer.

Later versions of CRM have email to case creation built into the product.
How do I configure the email router to read email from exchange?
That can be quite involved. Firstly, are you using the Email Router already?

If not, then you need to install the Email Router on a computer (can be a server or desktop) but it should be a machine that is running the whole time.

If you have the Email Router already, have you configured it for any other users or queues?
E-Mail router is configured already. And there is another queue thats responding to CRM reference numbers for emails generated from CRM it self.

The difference in this case would be that i have to read new messages in this queue rather than the responses with CRM Ref numbers.
ASKER CERTIFIED SOLUTION
Avatar of Feridun Kadir
Feridun Kadir
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks