-
Notifications
You must be signed in to change notification settings - Fork 1
/
mapping.yml
45 lines (45 loc) · 1.02 KB
/
mapping.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Insert Accounts:
sf_object: Account
table: accounts
fields:
Name: Name
Description: Description
BillingStreet: Street
BillingCity: City
BillingState: State
BillingPostalCode: PostalCode
BillingCountry: Country
ShippingStreet: Street
ShippingCity: City
ShippingState: State
ShippingPostalCode: PostalCode
ShippingCountry: Country
Phone: Phone
Fax: Fax
Website: Website
NumberOfEmployees: NumberOfEmployees
AccountNumber: AccountNumber
Site: Site
Type: Type
Insert Contacts:
sf_object: Contact
table: contacts
fields:
Salutation: salutation
FirstName: firstname
LastName: lastname
Email: email
Phone: phone
MobilePhone: mobile
OtherPhone: OtherPhone
HomePhone: HomePhone
Title: title
Birthdate: birthdate
MailingStreet: mailingstreet
MailingCity: mailingcity
MailingState: mailingstate
MailingPostalCode: mailingpostalcode
MailingCountry: mailingcountry
lookups:
AccountId:
table: accounts