...
- Attempt to locate a Magento customer in Salesforce Lead collection
- Attempt to locate a Magento customer in Salesforce Contact collection
- Attempt to locate a Magento customer in Salesforce PersonAccount collection***
- Attempt to locate a Salesforce Account based on a company name stored in Billing or Shipping Address in Magento
General Assumptions
Customer Scope:
Magento allows merchants to configure customer account sharing options to either use "Global" or "Per Website".
...
If set to "Per Website" - in addition to the email address, "Magento Website" is also used in attempt to uniquely identify a record in Salesforce.
Lead Lookup
Lead object in Salesforce represents a potential buyer.
Required fields:
- LastName
- Company
Info | ||
---|---|---|
| ||
If person account record types have been enabled, and if the value of Company field is null, the lead converts to a person account. |
...
Email Address matching:
Warning | ||
---|---|---|
| ||
IMPORTANT: Magento emails ARE case-sensitive. Lookup MUST convert Magento email address into lowercase prior to querying Salesforce for any matching records |