Salesforce Field Mappings
| BillMax Field | Salesforce Field |
|---|---|
| importid (Primary Key) | Id |
| cfname | BillingFirstName_c |
| clname | BillingLastName_c |
| company | BillingCompany_c |
| addr1 | BillingStreet |
| city | BillingCity |
| statename | BillingState |
| BillingEmail_c | |
| zip | BillingPostalCode |
| country | BillingCountry |
| cphone | Phone |
| fax | Fax |
| BillMax Field | Salesforce Field |
|---|---|
| importid (Primary Key) | Id |
| fname | FirstName |
| lname | LastName |
| addr1 | OtherStreet |
| city | OtherCity |
| statename | OtherState |
| zip | OtherPostalCode |
| country | OtherCountry |
| dataphone | OtherPhone |
| nphone | HomePhone |
| aphone | MobilePhone |
| account (Primary Key) | AccountId |
Fields ending in "_c" are custom fields. They must be added to the standard Salesforce Account object.
The importid and Id mapping is maintained by the integration and is required for processing without errors.