Create Entity: Difference between revisions
From Accelerator for SageCRM
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
*work in progress | *work in progress | ||
When an email is selected and there is no "match" for it | When an email is selected and there is no "match" for it. | ||
See [http://accelerator.crmtogether.com/index.php?title=Outlook_Structure link Section Email Matching:] for details | |||
The system will '''try''' parse the email and populate certain fields. Not all emails contain sufficient or correct data. | |||
For example if there is no match then the "New Company" screen is displayed. | |||
Sample email | |||
Dear Alex, | |||
We would like to order some stock. Can you call me? | |||
Regards | |||
Alex Wright | |||
Acme Inc | |||
Email alex@acmeinc.com | |||
Ph: +353 1 422 8999 | |||
Fax: +353 1 422 8666 | |||
Accelerator would parse this as follows | |||
[[File:newcompany3.png]] | |||
[[File:newcompanyaddr3.png]] | |||
The parsing of the persons name would depend on the "SenderName" property within the email header being set correctly. The company name is taken from the domain part of the email address. | |||
It is of the utmost importance for the end user to verify all data before saving to CRM. We do not warrant that the information is correct. |
Revision as of 12:30, 19 November 2014
- work in progress
When an email is selected and there is no "match" for it.
See link Section Email Matching: for details
The system will try parse the email and populate certain fields. Not all emails contain sufficient or correct data.
For example if there is no match then the "New Company" screen is displayed.
Sample email
Dear Alex, We would like to order some stock. Can you call me? Regards Alex Wright Acme Inc Email alex@acmeinc.com Ph: +353 1 422 8999 Fax: +353 1 422 8666
Accelerator would parse this as follows
The parsing of the persons name would depend on the "SenderName" property within the email header being set correctly. The company name is taken from the domain part of the email address.
It is of the utmost importance for the end user to verify all data before saving to CRM. We do not warrant that the information is correct.