QuickBooks Customers
As detailed under Create a QuickBooks Customer/Vendor, either of the Account or Address objects in Seven20 can be used to create Customers in QuickBooks. Here are the mappings for both objects:
Address To QuickBooks Customers Mapping
| Seven20 Address Field | QuickBooks Customer Field | Required | Notes |
|---|---|---|---|
| Id | We store on create and provide in any subsequent requests, stored in QuickBooks Realm Relationship object | ||
| seven20__Quickbooks_Contact_First_Name__c | GivenName | ||
| seven20__Quickbooks_Contact_Last_Name__c | FamilyName | Yes | |
| seven20__Quickbooks_Contact_Email__c | PrimaryEmailAddr | ||
| seven20__Title__c | CompanyName | ||
| seven20__Street__c | BillAddr. Line1 | ||
| seven20__City__c | BillAddr. City | ||
| seven20__Country__c | BillAddr. Country | ||
| seven20__Post_Code__c | BillAddr. PostalCode | ||
| seven20__Country_Subdivision__c | BillAddr. CountrySubDivisionCode | If using this field, value configuration is required |
Account To QuickBooks Customers Mapping
| Seven20 Account Field | QuickBooks Customer Field | Required | Notes |
|---|---|---|---|
| Id | We store on create and provide in any subsequent requests, stored in QuickBooks Realm Relationship object | ||
| seven20__Invoice_Contact__r. FirstName | GivenName | ||
| seven20__Invoice_Contact__r. LastName | FamilyName | Yes | |
| seven20__Invoice_Email_Address__c | PrimaryEmailAddr | ||
| Name | CompanyName | ||
| BillingStreet | BillAddr. Line1 | ||
| BillingCity | BillAddr. City | ||
| BillingCountry | BillAddr. Country | ||
| BillingPostalCode | BillAddr. PostalCode | ||
| BillingStateCode | BillAddr. CountrySubDivisionCode |