Outlook Tagging emails: Difference between revisions

From Accelerator for SageCRM
No edit summary
No edit summary
Line 57: Line 57:


The user can choose then to save the email against the case.
The user can choose then to save the email against the case.
----
As of 4.3
New config option - Optional way of customising the tagging so different companies with Accelerator don't clash on tags
Update the web.config setting with a prefix and suffix separated by a comma
Default
      <add key="tagPrefixSuffix" value="Ref:#,#" />
EG
      <add key="tagPrefixSuffix" value="Ref:(,)" />

Revision as of 22:39, 7 July 2015

Tagging emails allows us to associate emails with something other than the person,company or lead (matched on email address).

Normally matching works as follows:

a. The email address is checked to see if there is a person associated with it

b. If there is no person match then the system tries to find a company matched on the @servername.com part of the address

c. If there is no company match then the system tries to find a lead matched on the full email address

d. Finally if there is no match at all the new Company screen is displayed with the details filled in from the email.




In our example an email comes in with a support issue.

The user selects the email and accelerator searches on the email and if there is only one result it will display the web page in the "Details" tab.

From here we create a "Case" based on the email. Click "New" and select "Cases".

In the New case page you can see that Accelerator uses the details from the email to fill in the page.

Click "Save".

Now we have created a case and we need to reply to the customer. We click "Reply and Tag".

A new window is opened

In the subject line we see that Accelerator has inserted the following text "#Cases,1-10176#". This is the text that is used to tag (and track) the email. When the user clicks "Send" they are (optionally) prompted for a note for CRM. The email is then sent and also recorded as a communication "Email out".

File:Emailout.png

When the customer replies and we select the email Accelerator sees that it has been tagged and instead of displaying the person it displays the Case that the email refers to.

The user can choose then to save the email against the case.



As of 4.3

New config option - Optional way of customising the tagging so different companies with Accelerator don't clash on tags Update the web.config setting with a prefix and suffix separated by a comma

Default

     <add key="tagPrefixSuffix" value="Ref:#,#" />

EG

     <add key="tagPrefixSuffix" value="Ref:(,)" />