-
Notifications
You must be signed in to change notification settings - Fork 107
/
Copy pathggn-hcdemo_connect_config.json
52 lines (52 loc) · 1.25 KB
/
ggn-hcdemo_connect_config.json
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
46
47
48
49
50
51
52
{
"version": 1,
"mappings": [
{
"object_name": "Account",
"config": {
"applied_at": "2017-10-09T20:58:42.255402Z",
"sf_notify_enabled": true,
"upsert_field": "external_id__c",
"indexes": {
"Id": {
"unique": true
},
"external_id__c": {
"unique": true
},
"LastModifiedDate": {
"unique": false
}
},
"access": "read_write",
"sf_max_daily_api_calls": 30000,
"sf_polling_seconds": 600,
"fields": {
"IsDeleted": {},
"BillingCountry": {},
"Id": {},
"AccountSource": {},
"BillingPostalCode": {},
"BillingCity": {},
"BillingState": {},
"Description": {},
"BillingLatitude": {},
"Website": {},
"Phone": {},
"Fax": {},
"CreatedDate": {},
"BillingStreet": {},
"LastModifiedDate": {},
"external_id__c": {},
"Name": {},
"BillingLongitude": {}
}
}
}
],
"connection": {
"organization_id": "00D41000000FrplEAC",
"exported_at": "2017-10-09T21:08:09.453795+00:00",
"app_name": "hcrails-dev-pr-9"
}
}