Table 1. Accounts
BillMax Field |
Salesforce Field |
importid (Primary Key) |
Id |
cfname |
BillingFirstName_c |
clname |
BillingLastName_c |
company |
BillingCompany_c |
addr1 |
BillingStreet |
city |
BillingCity |
statename |
BillingState |
email |
BillingEmail_c |
zip |
BillingPostalCode |
country |
BillingCountry |
cphone |
Phone |
fax |
Fax |
Table 2. Contacts
BillMax Field |
Salesforce Field |
importid (Primary Key) |
Id |
fname |
FirstName |
lname |
LastName |
addr1 |
OtherStreet |
city |
OtherCity |
statename |
OtherState |
email |
Email |
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.