activesalesforce 0.2.7 → 0.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/asf_adapter.rb +1 -4
- data/lib/column_definition.rb +1 -1
- data/lib/mock_binding.rb +1 -1
- data/lib/relationship_definition.rb +3 -2
- data/test/unit/basic_test.rb +16 -2
- data/test/unit/config.yml +6 -2
- data/test/unit/recorded_results/AsfUnitTestsBasicTest.test_add_notes_to_contact.recording +875 -750
- data/test/unit/recorded_results/AsfUnitTestsBasicTest.test_count_contacts.recording +808 -647
- data/test/unit/recorded_results/AsfUnitTestsBasicTest.test_create_a_contact.recording +656 -567
- data/test/unit/recorded_results/AsfUnitTestsBasicTest.test_find_a_contact.recording +672 -583
- data/test/unit/recorded_results/AsfUnitTestsBasicTest.test_find_a_contact_by_first_name.recording +687 -596
- data/test/unit/recorded_results/AsfUnitTestsBasicTest.test_find_a_contact_by_id.recording +688 -597
- data/test/unit/recorded_results/AsfUnitTestsBasicTest.test_get_created_by_from_contact.recording +2152 -1491
- data/test/unit/recorded_results/AsfUnitTestsBasicTest.test_master_detail.recording +1756 -0
- data/test/unit/recorded_results/AsfUnitTestsBasicTest.test_read_all_content_columns.recording +681 -592
- data/test/unit/recorded_results/AsfUnitTestsBasicTest.test_save_a_contact.recording +662 -573
- data/test/unit/recorded_test_case.rb +0 -8
- metadata +2 -1
@@ -1,984 +1,995 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
parsed:
|
4
|
-
:deleteResponse:
|
5
|
-
:result:
|
6
|
-
:errors:
|
7
|
-
:success: "true"
|
8
|
-
:id: 0033000000GLXUoAAP
|
9
|
-
login(username:doug_chasman@yahoo.com:password:**********): !ruby/object:RForce::SoapResponse
|
2
|
+
login(username:***************************:password:********): !ruby/object:RForce::SoapResponse
|
10
3
|
parsed:
|
11
4
|
:loginResponse:
|
12
5
|
:result:
|
6
|
+
:serverUrl: https://na1-api.salesforce.com/services/Soap/u/7.0
|
13
7
|
:passwordExpired: "false"
|
14
|
-
:userId:
|
8
|
+
:userId: 00530000000jM0DAAU
|
15
9
|
:userInfo:
|
16
|
-
:
|
10
|
+
:userEmail: pbrondum@salesforce.com
|
11
|
+
:currencySymbol:
|
12
|
+
:userFullName: Admin User
|
13
|
+
:organizationId: 00D300000001MlZEAU
|
17
14
|
:userLanguage: en_US
|
18
|
-
:organizationMultiCurrency: "
|
15
|
+
:organizationMultiCurrency: "true"
|
19
16
|
:userLocale: en_US
|
20
|
-
:userId:
|
21
|
-
:organizationName:
|
17
|
+
:userId: 00530000000jM0DAAU
|
18
|
+
:organizationName: Universal Containers
|
22
19
|
:userTimeZone: America/Los_Angeles
|
23
|
-
:userDefaultCurrencyIsoCode:
|
20
|
+
:userDefaultCurrencyIsoCode: USD
|
24
21
|
:userUiSkin: Theme2
|
25
22
|
:accessibilityMode: "false"
|
26
|
-
|
27
|
-
:currencySymbol: $
|
28
|
-
:userFullName: Doug Chasmanii
|
29
|
-
:sessionId: DJKGxHUcpC1zinol9QDzhiU6KPH25drY0Gc9t5lE19A.UvfHrM9ExaCjGLON0iIvoxDeytamDTwHRX13RL2AQ2pYnKO9AsNCSeX5jsUoLXQ=
|
30
|
-
:serverUrl: https://na1-api.salesforce.com/services/Soap/u/7.0
|
31
|
-
query(queryString:SELECT Id, AccountId, LastName, FirstName, Salutation, RecordTypeId, OtherStreet, OtherCity, OtherState, OtherPostalCode, OtherCountry, MailingStreet, MailingCity, MailingState, MailingPostalCode, MailingCountry, Phone, Fax, MobilePhone, HomePhone, OtherPhone, AssistantPhone, ReportsToId, Email, Title, Department, AssistantName, LeadSource, Birthdate, Description, OwnerId, CreatedDate, CreatedById, LastModifiedDate, LastModifiedById, SystemModstamp, LastCURequestDate, LastCUUpdateDate, Level__c, Languages__c, CustomUserRel__c, f2__c, f1__c FROM Contact WHERE (Id = '0033000000GLXUoAAP') ): !ruby/object:RForce::SoapResponse
|
32
|
-
parsed:
|
33
|
-
:queryResponse:
|
34
|
-
:result:
|
35
|
-
:size: "1"
|
36
|
-
:records:
|
37
|
-
:f1__c: "400.0"
|
38
|
-
:LastCURequestDate:
|
39
|
-
:Department:
|
40
|
-
:MailingState:
|
41
|
-
:CreatedDate: "2006-02-20T15:45:01.000Z"
|
42
|
-
:OtherPhone:
|
43
|
-
:OtherState:
|
44
|
-
:FirstName: DutchTestFirstName
|
45
|
-
:LastCUUpdateDate:
|
46
|
-
:AssistantName:
|
47
|
-
:MailingPostalCode:
|
48
|
-
:AccountId:
|
49
|
-
:CreatedById: 00530000000hYFzAAM
|
50
|
-
:AssistantPhone:
|
51
|
-
:OtherPostalCode:
|
52
|
-
:Level__c:
|
53
|
-
:LeadSource:
|
54
|
-
:MailingCountry:
|
55
|
-
:Salutation:
|
56
|
-
:Id:
|
57
|
-
- 0033000000GLXUoAAP
|
58
|
-
- 0033000000GLXUoAAP
|
59
|
-
:type: Contact
|
60
|
-
:LastModifiedDate: "2006-02-20T15:45:01.000Z"
|
61
|
-
:ReportsToId:
|
62
|
-
:OtherCountry:
|
63
|
-
:Languages__c:
|
64
|
-
:Birthdate:
|
65
|
-
:Phone:
|
66
|
-
:RecordTypeId: 012300000004pYzAAI
|
67
|
-
:LastModifiedById: 00530000000hYFzAAM
|
68
|
-
:Email:
|
69
|
-
:MailingStreet:
|
70
|
-
:CustomUserRel__c:
|
71
|
-
:Description:
|
72
|
-
:HomePhone: 555-555-1212
|
73
|
-
:Fax:
|
74
|
-
:OtherStreet:
|
75
|
-
:f2__c: "100.0"
|
76
|
-
:SystemModstamp: "2006-02-20T15:45:01.000Z"
|
77
|
-
:Title:
|
78
|
-
:MailingCity:
|
79
|
-
:OwnerId: 00530000000hYFzAAM
|
80
|
-
:MobilePhone:
|
81
|
-
:OtherCity:
|
82
|
-
:LastName: DutchTestLastName
|
83
|
-
:done: "true"
|
84
|
-
:queryLocator:
|
23
|
+
:sessionId: u3sNJ3m_0.aZ1jVfXT8W9JRK0iZTI.J4nb0WG_qun21XG7jF4.JP6zqBtO3TjjjVpe0JPGGvJ9dmQ3K5KaY7JWpYnKO9AsNCSeX5jsUoLXQ=
|
85
24
|
create(sObjects:type { :xmlns => "urn:sobject.partner.soap.sforce.com" }:Contact:HomePhone:555-555-1212:LastName:DutchTestLastName:FirstName:DutchTestFirstName): !ruby/object:RForce::SoapResponse
|
86
25
|
parsed:
|
87
26
|
:createResponse:
|
88
27
|
:result:
|
89
28
|
:errors:
|
90
29
|
:success: "true"
|
91
|
-
:id:
|
30
|
+
:id: 0033000000GNqJgAAL
|
92
31
|
describeSObject(sObjectType:Contact): !ruby/object:RForce::SoapResponse
|
93
32
|
parsed:
|
94
33
|
:describeSObjectResponse:
|
95
34
|
:result:
|
96
|
-
:
|
97
|
-
:
|
98
|
-
:queryable: "true"
|
99
|
-
:urlEdit: https://na1.salesforce.com/{ID}/e
|
100
|
-
:activateable: "false"
|
101
|
-
:replicateable: "true"
|
35
|
+
:keyPrefix: "003"
|
36
|
+
:searchable: "true"
|
102
37
|
:label: Contact
|
103
|
-
:
|
38
|
+
:labelPlural: Contacts
|
39
|
+
:undeletable: "false"
|
40
|
+
:layoutable: "true"
|
104
41
|
:fields:
|
105
|
-
- :
|
106
|
-
:
|
107
|
-
:
|
108
|
-
:length: "18"
|
42
|
+
- :scale: "0"
|
43
|
+
:byteLength: "18"
|
44
|
+
:restrictedPicklist: "false"
|
109
45
|
:label: Contact ID
|
110
|
-
:
|
46
|
+
:calculated: "false"
|
47
|
+
:soapType: tns:ID
|
48
|
+
:length: "18"
|
111
49
|
:type: id
|
112
|
-
:
|
50
|
+
:defaultedOnCreate: "true"
|
113
51
|
:name: Id
|
114
|
-
:
|
52
|
+
:digits: "0"
|
115
53
|
:updateable: "false"
|
116
|
-
:precision: "0"
|
117
54
|
:nillable: "false"
|
118
|
-
:
|
55
|
+
:filterable: "true"
|
119
56
|
:createable: "false"
|
57
|
+
:precision: "0"
|
58
|
+
:custom: "false"
|
59
|
+
:autoNumber: "false"
|
60
|
+
:nameField: "false"
|
61
|
+
- :scale: "0"
|
120
62
|
:byteLength: "18"
|
121
|
-
:scale: "0"
|
122
63
|
:restrictedPicklist: "false"
|
64
|
+
:label: Account ID
|
123
65
|
:calculated: "false"
|
124
|
-
|
125
|
-
:custom: "false"
|
126
|
-
:defaultedOnCreate: "false"
|
127
|
-
:referenceTo: Account
|
66
|
+
:soapType: tns:ID
|
128
67
|
:length: "18"
|
129
|
-
:label: Account ID
|
130
|
-
:digits: "0"
|
131
68
|
:type: reference
|
132
|
-
:
|
69
|
+
:referenceTo: Account
|
70
|
+
:defaultedOnCreate: "false"
|
133
71
|
:name: AccountId
|
134
|
-
:
|
72
|
+
:digits: "0"
|
135
73
|
:updateable: "true"
|
136
|
-
:precision: "0"
|
137
74
|
:nillable: "true"
|
138
|
-
:
|
75
|
+
:filterable: "true"
|
139
76
|
:createable: "true"
|
140
|
-
:
|
141
|
-
:
|
77
|
+
:precision: "0"
|
78
|
+
:custom: "false"
|
79
|
+
:autoNumber: "false"
|
80
|
+
:nameField: "false"
|
81
|
+
- :scale: "0"
|
82
|
+
:byteLength: "240"
|
142
83
|
:restrictedPicklist: "false"
|
84
|
+
:label: Last Name
|
143
85
|
:calculated: "false"
|
144
|
-
|
145
|
-
:custom: "false"
|
146
|
-
:defaultedOnCreate: "false"
|
86
|
+
:soapType: xsd:string
|
147
87
|
:length: "80"
|
148
|
-
:label: Last Name
|
149
|
-
:digits: "0"
|
150
88
|
:type: string
|
151
|
-
:
|
89
|
+
:defaultedOnCreate: "false"
|
152
90
|
:name: LastName
|
153
|
-
:
|
91
|
+
:digits: "0"
|
154
92
|
:updateable: "true"
|
155
|
-
:precision: "0"
|
156
93
|
:nillable: "false"
|
157
|
-
:
|
94
|
+
:filterable: "true"
|
158
95
|
:createable: "true"
|
159
|
-
:
|
160
|
-
:
|
96
|
+
:precision: "0"
|
97
|
+
:custom: "false"
|
98
|
+
:autoNumber: "false"
|
99
|
+
:nameField: "true"
|
100
|
+
- :scale: "0"
|
101
|
+
:byteLength: "120"
|
161
102
|
:restrictedPicklist: "false"
|
103
|
+
:label: First Name
|
162
104
|
:calculated: "false"
|
163
|
-
|
164
|
-
:custom: "false"
|
165
|
-
:defaultedOnCreate: "false"
|
105
|
+
:soapType: xsd:string
|
166
106
|
:length: "40"
|
167
|
-
:label: First Name
|
168
|
-
:digits: "0"
|
169
107
|
:type: string
|
170
|
-
:
|
108
|
+
:defaultedOnCreate: "false"
|
171
109
|
:name: FirstName
|
172
|
-
:
|
110
|
+
:digits: "0"
|
173
111
|
:updateable: "true"
|
174
|
-
:precision: "0"
|
175
112
|
:nillable: "true"
|
176
|
-
:
|
113
|
+
:filterable: "true"
|
177
114
|
:createable: "true"
|
115
|
+
:precision: "0"
|
116
|
+
:custom: "false"
|
117
|
+
:autoNumber: "false"
|
118
|
+
:nameField: "true"
|
119
|
+
- :scale: "0"
|
178
120
|
:byteLength: "120"
|
179
|
-
:scale: "0"
|
180
121
|
:restrictedPicklist: "false"
|
122
|
+
:label: Salutation
|
181
123
|
:calculated: "false"
|
182
|
-
|
183
|
-
:
|
124
|
+
:soapType: xsd:string
|
125
|
+
:length: "40"
|
126
|
+
:type: picklist
|
184
127
|
:defaultedOnCreate: "false"
|
185
128
|
:picklistValues:
|
186
|
-
- :
|
187
|
-
:label: Mr.
|
188
|
-
:defaultValue: "false"
|
129
|
+
- :label: Mr.
|
189
130
|
:value: Mr.
|
190
|
-
|
191
|
-
:label: Ms.
|
131
|
+
:active: "true"
|
192
132
|
:defaultValue: "false"
|
133
|
+
- :label: Ms.
|
193
134
|
:value: Ms.
|
194
|
-
|
195
|
-
:label: Mrs.
|
135
|
+
:active: "true"
|
196
136
|
:defaultValue: "false"
|
137
|
+
- :label: Mrs.
|
197
138
|
:value: Mrs.
|
198
|
-
|
199
|
-
:label: Dr.
|
139
|
+
:active: "true"
|
200
140
|
:defaultValue: "false"
|
141
|
+
- :label: Dr.
|
201
142
|
:value: Dr.
|
202
|
-
|
203
|
-
:label: Prof.
|
143
|
+
:active: "true"
|
204
144
|
:defaultValue: "false"
|
145
|
+
- :label: Prof.
|
205
146
|
:value: Prof.
|
206
|
-
|
207
|
-
|
208
|
-
:digits: "0"
|
209
|
-
:type: picklist
|
210
|
-
:filterable: "true"
|
147
|
+
:active: "true"
|
148
|
+
:defaultValue: "false"
|
211
149
|
:name: Salutation
|
212
|
-
:
|
150
|
+
:digits: "0"
|
213
151
|
:updateable: "true"
|
214
|
-
:precision: "0"
|
215
152
|
:nillable: "true"
|
216
|
-
:
|
153
|
+
:filterable: "true"
|
217
154
|
:createable: "true"
|
218
|
-
:
|
219
|
-
:scale: "0"
|
220
|
-
:restrictedPicklist: "false"
|
221
|
-
:calculated: "false"
|
222
|
-
- :soapType: tns:ID
|
155
|
+
:precision: "0"
|
223
156
|
:custom: "false"
|
224
|
-
:defaultedOnCreate: "false"
|
225
|
-
:referenceTo: RecordType
|
226
|
-
:length: "18"
|
227
|
-
:label: Record Type ID
|
228
|
-
:digits: "0"
|
229
|
-
:type: reference
|
230
|
-
:filterable: "true"
|
231
|
-
:name: RecordTypeId
|
232
157
|
:autoNumber: "false"
|
233
|
-
:updateable: "true"
|
234
|
-
:precision: "0"
|
235
|
-
:nillable: "true"
|
236
158
|
:nameField: "false"
|
237
|
-
|
238
|
-
:byteLength: "
|
239
|
-
:scale: "0"
|
159
|
+
- :scale: "0"
|
160
|
+
:byteLength: "765"
|
240
161
|
:restrictedPicklist: "false"
|
162
|
+
:label: Other Street
|
241
163
|
:calculated: "false"
|
242
|
-
|
243
|
-
:custom: "false"
|
244
|
-
:defaultedOnCreate: "false"
|
164
|
+
:soapType: xsd:string
|
245
165
|
:length: "255"
|
246
|
-
:label: Other Street
|
247
|
-
:digits: "0"
|
248
166
|
:type: textarea
|
249
|
-
:
|
167
|
+
:defaultedOnCreate: "false"
|
250
168
|
:name: OtherStreet
|
251
|
-
:
|
169
|
+
:digits: "0"
|
252
170
|
:updateable: "true"
|
253
|
-
:precision: "0"
|
254
171
|
:nillable: "true"
|
255
|
-
:
|
172
|
+
:filterable: "true"
|
256
173
|
:createable: "true"
|
257
|
-
:
|
258
|
-
:
|
174
|
+
:precision: "0"
|
175
|
+
:custom: "false"
|
176
|
+
:autoNumber: "false"
|
177
|
+
:nameField: "false"
|
178
|
+
- :scale: "0"
|
179
|
+
:byteLength: "120"
|
259
180
|
:restrictedPicklist: "false"
|
181
|
+
:label: Other City
|
260
182
|
:calculated: "false"
|
261
|
-
|
262
|
-
:custom: "false"
|
263
|
-
:defaultedOnCreate: "false"
|
183
|
+
:soapType: xsd:string
|
264
184
|
:length: "40"
|
265
|
-
:label: Other City
|
266
|
-
:digits: "0"
|
267
185
|
:type: string
|
268
|
-
:
|
186
|
+
:defaultedOnCreate: "false"
|
269
187
|
:name: OtherCity
|
270
|
-
:
|
188
|
+
:digits: "0"
|
271
189
|
:updateable: "true"
|
272
|
-
:precision: "0"
|
273
190
|
:nillable: "true"
|
274
|
-
:
|
191
|
+
:filterable: "true"
|
275
192
|
:createable: "true"
|
276
|
-
:
|
277
|
-
:
|
193
|
+
:precision: "0"
|
194
|
+
:custom: "false"
|
195
|
+
:autoNumber: "false"
|
196
|
+
:nameField: "false"
|
197
|
+
- :scale: "0"
|
198
|
+
:byteLength: "60"
|
278
199
|
:restrictedPicklist: "false"
|
200
|
+
:label: Other State/Province
|
279
201
|
:calculated: "false"
|
280
|
-
|
281
|
-
:custom: "false"
|
282
|
-
:defaultedOnCreate: "false"
|
202
|
+
:soapType: xsd:string
|
283
203
|
:length: "20"
|
284
|
-
:label: Other State/Province
|
285
|
-
:digits: "0"
|
286
204
|
:type: string
|
287
|
-
:
|
205
|
+
:defaultedOnCreate: "false"
|
288
206
|
:name: OtherState
|
289
|
-
:
|
207
|
+
:digits: "0"
|
290
208
|
:updateable: "true"
|
291
|
-
:precision: "0"
|
292
209
|
:nillable: "true"
|
293
|
-
:
|
210
|
+
:filterable: "true"
|
294
211
|
:createable: "true"
|
212
|
+
:precision: "0"
|
213
|
+
:custom: "false"
|
214
|
+
:autoNumber: "false"
|
215
|
+
:nameField: "false"
|
216
|
+
- :scale: "0"
|
295
217
|
:byteLength: "60"
|
296
|
-
:scale: "0"
|
297
218
|
:restrictedPicklist: "false"
|
219
|
+
:label: Other Zip/Postal Code
|
298
220
|
:calculated: "false"
|
299
|
-
|
300
|
-
:custom: "false"
|
301
|
-
:defaultedOnCreate: "false"
|
221
|
+
:soapType: xsd:string
|
302
222
|
:length: "20"
|
303
|
-
:label: Other Zip/Postal Code
|
304
|
-
:digits: "0"
|
305
223
|
:type: string
|
306
|
-
:
|
224
|
+
:defaultedOnCreate: "false"
|
307
225
|
:name: OtherPostalCode
|
308
|
-
:
|
226
|
+
:digits: "0"
|
309
227
|
:updateable: "true"
|
310
|
-
:precision: "0"
|
311
228
|
:nillable: "true"
|
312
|
-
:
|
229
|
+
:filterable: "true"
|
313
230
|
:createable: "true"
|
314
|
-
:
|
315
|
-
:
|
231
|
+
:precision: "0"
|
232
|
+
:custom: "false"
|
233
|
+
:autoNumber: "false"
|
234
|
+
:nameField: "false"
|
235
|
+
- :scale: "0"
|
236
|
+
:byteLength: "120"
|
316
237
|
:restrictedPicklist: "false"
|
238
|
+
:label: Other Country
|
317
239
|
:calculated: "false"
|
318
|
-
|
319
|
-
:custom: "false"
|
320
|
-
:defaultedOnCreate: "false"
|
240
|
+
:soapType: xsd:string
|
321
241
|
:length: "40"
|
322
|
-
:label: Other Country
|
323
|
-
:digits: "0"
|
324
242
|
:type: string
|
325
|
-
:
|
243
|
+
:defaultedOnCreate: "false"
|
326
244
|
:name: OtherCountry
|
327
|
-
:
|
245
|
+
:digits: "0"
|
328
246
|
:updateable: "true"
|
329
|
-
:precision: "0"
|
330
247
|
:nillable: "true"
|
331
|
-
:
|
248
|
+
:filterable: "true"
|
332
249
|
:createable: "true"
|
333
|
-
:
|
334
|
-
:
|
250
|
+
:precision: "0"
|
251
|
+
:custom: "false"
|
252
|
+
:autoNumber: "false"
|
253
|
+
:nameField: "false"
|
254
|
+
- :scale: "0"
|
255
|
+
:byteLength: "765"
|
335
256
|
:restrictedPicklist: "false"
|
257
|
+
:label: Mailing Street
|
336
258
|
:calculated: "false"
|
337
|
-
|
338
|
-
:custom: "false"
|
339
|
-
:defaultedOnCreate: "false"
|
259
|
+
:soapType: xsd:string
|
340
260
|
:length: "255"
|
341
|
-
:label: Mailing Street
|
342
|
-
:digits: "0"
|
343
261
|
:type: textarea
|
344
|
-
:
|
262
|
+
:defaultedOnCreate: "false"
|
345
263
|
:name: MailingStreet
|
346
|
-
:
|
264
|
+
:digits: "0"
|
347
265
|
:updateable: "true"
|
348
|
-
:precision: "0"
|
349
266
|
:nillable: "true"
|
350
|
-
:
|
267
|
+
:filterable: "true"
|
351
268
|
:createable: "true"
|
352
|
-
:
|
353
|
-
:
|
269
|
+
:precision: "0"
|
270
|
+
:custom: "false"
|
271
|
+
:autoNumber: "false"
|
272
|
+
:nameField: "false"
|
273
|
+
- :scale: "0"
|
274
|
+
:byteLength: "120"
|
354
275
|
:restrictedPicklist: "false"
|
276
|
+
:label: Mailing City
|
355
277
|
:calculated: "false"
|
356
|
-
|
357
|
-
:custom: "false"
|
358
|
-
:defaultedOnCreate: "false"
|
278
|
+
:soapType: xsd:string
|
359
279
|
:length: "40"
|
360
|
-
:label: Mailing City
|
361
|
-
:digits: "0"
|
362
280
|
:type: string
|
363
|
-
:
|
281
|
+
:defaultedOnCreate: "false"
|
364
282
|
:name: MailingCity
|
365
|
-
:
|
283
|
+
:digits: "0"
|
366
284
|
:updateable: "true"
|
367
|
-
:precision: "0"
|
368
285
|
:nillable: "true"
|
369
|
-
:
|
286
|
+
:filterable: "true"
|
370
287
|
:createable: "true"
|
371
|
-
:
|
372
|
-
:
|
288
|
+
:precision: "0"
|
289
|
+
:custom: "false"
|
290
|
+
:autoNumber: "false"
|
291
|
+
:nameField: "false"
|
292
|
+
- :scale: "0"
|
293
|
+
:byteLength: "60"
|
373
294
|
:restrictedPicklist: "false"
|
295
|
+
:label: Mailing State/Province
|
374
296
|
:calculated: "false"
|
375
|
-
|
376
|
-
:custom: "false"
|
377
|
-
:defaultedOnCreate: "false"
|
297
|
+
:soapType: xsd:string
|
378
298
|
:length: "20"
|
379
|
-
:label: Mailing State/Province
|
380
|
-
:digits: "0"
|
381
299
|
:type: string
|
382
|
-
:
|
300
|
+
:defaultedOnCreate: "false"
|
383
301
|
:name: MailingState
|
384
|
-
:
|
302
|
+
:digits: "0"
|
385
303
|
:updateable: "true"
|
386
|
-
:precision: "0"
|
387
304
|
:nillable: "true"
|
388
|
-
:
|
305
|
+
:filterable: "true"
|
389
306
|
:createable: "true"
|
307
|
+
:precision: "0"
|
308
|
+
:custom: "false"
|
309
|
+
:autoNumber: "false"
|
310
|
+
:nameField: "false"
|
311
|
+
- :scale: "0"
|
390
312
|
:byteLength: "60"
|
391
|
-
:scale: "0"
|
392
313
|
:restrictedPicklist: "false"
|
314
|
+
:label: Mailing Zip/Postal Code
|
393
315
|
:calculated: "false"
|
394
|
-
|
395
|
-
:custom: "false"
|
396
|
-
:defaultedOnCreate: "false"
|
316
|
+
:soapType: xsd:string
|
397
317
|
:length: "20"
|
398
|
-
:label: Mailing Zip/Postal Code
|
399
|
-
:digits: "0"
|
400
318
|
:type: string
|
401
|
-
:
|
319
|
+
:defaultedOnCreate: "false"
|
402
320
|
:name: MailingPostalCode
|
403
|
-
:
|
321
|
+
:digits: "0"
|
404
322
|
:updateable: "true"
|
405
|
-
:precision: "0"
|
406
323
|
:nillable: "true"
|
407
|
-
:
|
324
|
+
:filterable: "true"
|
408
325
|
:createable: "true"
|
409
|
-
:
|
410
|
-
:
|
326
|
+
:precision: "0"
|
327
|
+
:custom: "false"
|
328
|
+
:autoNumber: "false"
|
329
|
+
:nameField: "false"
|
330
|
+
- :scale: "0"
|
331
|
+
:byteLength: "120"
|
411
332
|
:restrictedPicklist: "false"
|
333
|
+
:label: Mailing Country
|
412
334
|
:calculated: "false"
|
413
|
-
|
414
|
-
:custom: "false"
|
415
|
-
:defaultedOnCreate: "false"
|
335
|
+
:soapType: xsd:string
|
416
336
|
:length: "40"
|
417
|
-
:label: Mailing Country
|
418
|
-
:digits: "0"
|
419
337
|
:type: string
|
420
|
-
:
|
338
|
+
:defaultedOnCreate: "false"
|
421
339
|
:name: MailingCountry
|
422
|
-
:
|
340
|
+
:digits: "0"
|
423
341
|
:updateable: "true"
|
424
|
-
:precision: "0"
|
425
342
|
:nillable: "true"
|
426
|
-
:
|
343
|
+
:filterable: "true"
|
427
344
|
:createable: "true"
|
345
|
+
:precision: "0"
|
346
|
+
:custom: "false"
|
347
|
+
:autoNumber: "false"
|
348
|
+
:nameField: "false"
|
349
|
+
- :scale: "0"
|
428
350
|
:byteLength: "120"
|
429
|
-
:scale: "0"
|
430
351
|
:restrictedPicklist: "false"
|
352
|
+
:label: Business Phone
|
431
353
|
:calculated: "false"
|
432
|
-
|
433
|
-
:custom: "false"
|
434
|
-
:defaultedOnCreate: "false"
|
354
|
+
:soapType: xsd:string
|
435
355
|
:length: "40"
|
436
|
-
:label: Business Phone
|
437
|
-
:digits: "0"
|
438
356
|
:type: phone
|
439
|
-
:
|
357
|
+
:defaultedOnCreate: "false"
|
440
358
|
:name: Phone
|
441
|
-
:
|
359
|
+
:digits: "0"
|
442
360
|
:updateable: "true"
|
443
|
-
:precision: "0"
|
444
361
|
:nillable: "true"
|
445
|
-
:
|
362
|
+
:filterable: "true"
|
446
363
|
:createable: "true"
|
364
|
+
:precision: "0"
|
365
|
+
:custom: "false"
|
366
|
+
:autoNumber: "false"
|
367
|
+
:nameField: "false"
|
368
|
+
- :scale: "0"
|
447
369
|
:byteLength: "120"
|
448
|
-
:scale: "0"
|
449
370
|
:restrictedPicklist: "false"
|
371
|
+
:label: Business Fax
|
450
372
|
:calculated: "false"
|
451
|
-
|
452
|
-
:custom: "false"
|
453
|
-
:defaultedOnCreate: "false"
|
373
|
+
:soapType: xsd:string
|
454
374
|
:length: "40"
|
455
|
-
:label: Business Fax
|
456
|
-
:digits: "0"
|
457
375
|
:type: phone
|
458
|
-
:
|
376
|
+
:defaultedOnCreate: "false"
|
459
377
|
:name: Fax
|
460
|
-
:
|
378
|
+
:digits: "0"
|
461
379
|
:updateable: "true"
|
462
|
-
:precision: "0"
|
463
380
|
:nillable: "true"
|
464
|
-
:
|
381
|
+
:filterable: "true"
|
465
382
|
:createable: "true"
|
383
|
+
:precision: "0"
|
384
|
+
:custom: "false"
|
385
|
+
:autoNumber: "false"
|
386
|
+
:nameField: "false"
|
387
|
+
- :scale: "0"
|
466
388
|
:byteLength: "120"
|
467
|
-
:scale: "0"
|
468
389
|
:restrictedPicklist: "false"
|
390
|
+
:label: Mobile Phone
|
469
391
|
:calculated: "false"
|
470
|
-
|
471
|
-
:custom: "false"
|
472
|
-
:defaultedOnCreate: "false"
|
392
|
+
:soapType: xsd:string
|
473
393
|
:length: "40"
|
474
|
-
:label: Mobile Phone
|
475
|
-
:digits: "0"
|
476
394
|
:type: phone
|
477
|
-
:
|
395
|
+
:defaultedOnCreate: "false"
|
478
396
|
:name: MobilePhone
|
479
|
-
:
|
397
|
+
:digits: "0"
|
480
398
|
:updateable: "true"
|
481
|
-
:precision: "0"
|
482
399
|
:nillable: "true"
|
483
|
-
:
|
400
|
+
:filterable: "true"
|
484
401
|
:createable: "true"
|
402
|
+
:precision: "0"
|
403
|
+
:custom: "false"
|
404
|
+
:autoNumber: "false"
|
405
|
+
:nameField: "false"
|
406
|
+
- :scale: "0"
|
485
407
|
:byteLength: "120"
|
486
|
-
:scale: "0"
|
487
408
|
:restrictedPicklist: "false"
|
409
|
+
:label: Home Phone
|
488
410
|
:calculated: "false"
|
489
|
-
|
490
|
-
:custom: "false"
|
491
|
-
:defaultedOnCreate: "false"
|
411
|
+
:soapType: xsd:string
|
492
412
|
:length: "40"
|
493
|
-
:label: Home Phone
|
494
|
-
:digits: "0"
|
495
413
|
:type: phone
|
496
|
-
:
|
414
|
+
:defaultedOnCreate: "false"
|
497
415
|
:name: HomePhone
|
498
|
-
:
|
416
|
+
:digits: "0"
|
499
417
|
:updateable: "true"
|
500
|
-
:precision: "0"
|
501
418
|
:nillable: "true"
|
502
|
-
:
|
419
|
+
:filterable: "true"
|
503
420
|
:createable: "true"
|
421
|
+
:precision: "0"
|
422
|
+
:custom: "false"
|
423
|
+
:autoNumber: "false"
|
424
|
+
:nameField: "false"
|
425
|
+
- :scale: "0"
|
504
426
|
:byteLength: "120"
|
505
|
-
:scale: "0"
|
506
427
|
:restrictedPicklist: "false"
|
428
|
+
:label: Other Phone
|
507
429
|
:calculated: "false"
|
508
|
-
|
509
|
-
:custom: "false"
|
510
|
-
:defaultedOnCreate: "false"
|
430
|
+
:soapType: xsd:string
|
511
431
|
:length: "40"
|
512
|
-
:label: Other Phone
|
513
|
-
:digits: "0"
|
514
432
|
:type: phone
|
515
|
-
:
|
433
|
+
:defaultedOnCreate: "false"
|
516
434
|
:name: OtherPhone
|
517
|
-
:
|
435
|
+
:digits: "0"
|
518
436
|
:updateable: "true"
|
519
|
-
:precision: "0"
|
520
437
|
:nillable: "true"
|
521
|
-
:
|
438
|
+
:filterable: "true"
|
522
439
|
:createable: "true"
|
440
|
+
:precision: "0"
|
441
|
+
:custom: "false"
|
442
|
+
:autoNumber: "false"
|
443
|
+
:nameField: "false"
|
444
|
+
- :scale: "0"
|
523
445
|
:byteLength: "120"
|
524
|
-
:scale: "0"
|
525
446
|
:restrictedPicklist: "false"
|
447
|
+
:label: Asst. Phone
|
526
448
|
:calculated: "false"
|
527
|
-
|
528
|
-
:custom: "false"
|
529
|
-
:defaultedOnCreate: "false"
|
449
|
+
:soapType: xsd:string
|
530
450
|
:length: "40"
|
531
|
-
:label: Asst. Phone
|
532
|
-
:digits: "0"
|
533
451
|
:type: phone
|
534
|
-
:
|
452
|
+
:defaultedOnCreate: "false"
|
535
453
|
:name: AssistantPhone
|
536
|
-
:
|
454
|
+
:digits: "0"
|
537
455
|
:updateable: "true"
|
538
|
-
:precision: "0"
|
539
456
|
:nillable: "true"
|
540
|
-
:
|
457
|
+
:filterable: "true"
|
541
458
|
:createable: "true"
|
542
|
-
:
|
543
|
-
:
|
459
|
+
:precision: "0"
|
460
|
+
:custom: "false"
|
461
|
+
:autoNumber: "false"
|
462
|
+
:nameField: "false"
|
463
|
+
- :scale: "0"
|
464
|
+
:byteLength: "18"
|
544
465
|
:restrictedPicklist: "false"
|
466
|
+
:label: Reports To ID
|
545
467
|
:calculated: "false"
|
546
|
-
|
547
|
-
:custom: "false"
|
548
|
-
:defaultedOnCreate: "false"
|
549
|
-
:referenceTo: Contact
|
468
|
+
:soapType: tns:ID
|
550
469
|
:length: "18"
|
551
|
-
:label: Reports To ID
|
552
|
-
:digits: "0"
|
553
470
|
:type: reference
|
554
|
-
:
|
471
|
+
:referenceTo: Contact
|
472
|
+
:defaultedOnCreate: "false"
|
555
473
|
:name: ReportsToId
|
556
|
-
:
|
474
|
+
:digits: "0"
|
557
475
|
:updateable: "true"
|
558
|
-
:precision: "0"
|
559
476
|
:nillable: "true"
|
560
|
-
:
|
477
|
+
:filterable: "true"
|
561
478
|
:createable: "true"
|
562
|
-
:
|
563
|
-
:
|
479
|
+
:precision: "0"
|
480
|
+
:custom: "false"
|
481
|
+
:autoNumber: "false"
|
482
|
+
:nameField: "false"
|
483
|
+
- :scale: "0"
|
484
|
+
:byteLength: "240"
|
564
485
|
:restrictedPicklist: "false"
|
486
|
+
:label: Email Address
|
565
487
|
:calculated: "false"
|
566
|
-
|
567
|
-
:custom: "false"
|
568
|
-
:defaultedOnCreate: "false"
|
488
|
+
:soapType: xsd:string
|
569
489
|
:length: "80"
|
570
|
-
:label: Email Address
|
571
|
-
:digits: "0"
|
572
490
|
:type: email
|
573
|
-
:
|
491
|
+
:defaultedOnCreate: "false"
|
574
492
|
:name: Email
|
575
|
-
:
|
493
|
+
:digits: "0"
|
576
494
|
:updateable: "true"
|
577
|
-
:precision: "0"
|
578
495
|
:nillable: "true"
|
579
|
-
:
|
496
|
+
:filterable: "true"
|
580
497
|
:createable: "true"
|
498
|
+
:precision: "0"
|
499
|
+
:custom: "false"
|
500
|
+
:autoNumber: "false"
|
501
|
+
:nameField: "false"
|
502
|
+
- :scale: "0"
|
581
503
|
:byteLength: "240"
|
582
|
-
:scale: "0"
|
583
504
|
:restrictedPicklist: "false"
|
505
|
+
:label: Title
|
584
506
|
:calculated: "false"
|
585
|
-
|
586
|
-
:custom: "false"
|
587
|
-
:defaultedOnCreate: "false"
|
507
|
+
:soapType: xsd:string
|
588
508
|
:length: "80"
|
589
|
-
:label: Title
|
590
|
-
:digits: "0"
|
591
509
|
:type: string
|
592
|
-
:
|
510
|
+
:defaultedOnCreate: "false"
|
593
511
|
:name: Title
|
594
|
-
:
|
512
|
+
:digits: "0"
|
595
513
|
:updateable: "true"
|
596
|
-
:precision: "0"
|
597
514
|
:nillable: "true"
|
598
|
-
:
|
515
|
+
:filterable: "true"
|
599
516
|
:createable: "true"
|
517
|
+
:precision: "0"
|
518
|
+
:custom: "false"
|
519
|
+
:autoNumber: "false"
|
520
|
+
:nameField: "false"
|
521
|
+
- :scale: "0"
|
600
522
|
:byteLength: "240"
|
601
|
-
:scale: "0"
|
602
523
|
:restrictedPicklist: "false"
|
524
|
+
:label: Department
|
603
525
|
:calculated: "false"
|
604
|
-
|
605
|
-
:custom: "false"
|
606
|
-
:defaultedOnCreate: "false"
|
526
|
+
:soapType: xsd:string
|
607
527
|
:length: "80"
|
608
|
-
:label: Department
|
609
|
-
:digits: "0"
|
610
528
|
:type: string
|
611
|
-
:
|
529
|
+
:defaultedOnCreate: "false"
|
612
530
|
:name: Department
|
613
|
-
:
|
531
|
+
:digits: "0"
|
614
532
|
:updateable: "true"
|
615
|
-
:precision: "0"
|
616
533
|
:nillable: "true"
|
617
|
-
:
|
534
|
+
:filterable: "true"
|
618
535
|
:createable: "true"
|
619
|
-
:
|
620
|
-
:
|
536
|
+
:precision: "0"
|
537
|
+
:custom: "false"
|
538
|
+
:autoNumber: "false"
|
539
|
+
:nameField: "false"
|
540
|
+
- :scale: "0"
|
541
|
+
:byteLength: "120"
|
621
542
|
:restrictedPicklist: "false"
|
543
|
+
:label: Assistant's Name
|
622
544
|
:calculated: "false"
|
623
|
-
|
624
|
-
:custom: "false"
|
625
|
-
:defaultedOnCreate: "false"
|
545
|
+
:soapType: xsd:string
|
626
546
|
:length: "40"
|
627
|
-
:label: Assistant's Name
|
628
|
-
:digits: "0"
|
629
547
|
:type: string
|
630
|
-
:
|
548
|
+
:defaultedOnCreate: "false"
|
631
549
|
:name: AssistantName
|
632
|
-
:
|
550
|
+
:digits: "0"
|
633
551
|
:updateable: "true"
|
634
|
-
:precision: "0"
|
635
552
|
:nillable: "true"
|
636
|
-
:
|
553
|
+
:filterable: "true"
|
637
554
|
:createable: "true"
|
555
|
+
:precision: "0"
|
556
|
+
:custom: "false"
|
557
|
+
:autoNumber: "false"
|
558
|
+
:nameField: "false"
|
559
|
+
- :scale: "0"
|
638
560
|
:byteLength: "120"
|
639
|
-
:scale: "0"
|
640
561
|
:restrictedPicklist: "false"
|
562
|
+
:label: Lead Source
|
641
563
|
:calculated: "false"
|
642
|
-
|
643
|
-
:
|
564
|
+
:soapType: xsd:string
|
565
|
+
:length: "40"
|
566
|
+
:type: picklist
|
644
567
|
:defaultedOnCreate: "false"
|
645
568
|
:picklistValues:
|
646
|
-
- :
|
647
|
-
:label: Web
|
648
|
-
:defaultValue: "false"
|
569
|
+
- :label: Web
|
649
570
|
:value: Web
|
650
|
-
|
651
|
-
:label: Phone Inquiry
|
571
|
+
:active: "true"
|
652
572
|
:defaultValue: "false"
|
573
|
+
- :label: Phone Inquiry
|
653
574
|
:value: Phone Inquiry
|
654
|
-
|
655
|
-
:label: Partner Referral
|
575
|
+
:active: "true"
|
656
576
|
:defaultValue: "false"
|
577
|
+
- :label: Partner Referral
|
657
578
|
:value: Partner Referral
|
658
|
-
|
659
|
-
:label: Purchased List
|
579
|
+
:active: "true"
|
660
580
|
:defaultValue: "false"
|
581
|
+
- :label: Partner Application
|
582
|
+
:value: Partner Application
|
583
|
+
:active: "true"
|
584
|
+
:defaultValue: "false"
|
585
|
+
- :label: Purchased List
|
661
586
|
:value: Purchased List
|
662
|
-
|
663
|
-
:label: Other
|
587
|
+
:active: "true"
|
664
588
|
:defaultValue: "false"
|
589
|
+
- :label: Other
|
665
590
|
:value: Other
|
666
|
-
|
667
|
-
|
668
|
-
:
|
669
|
-
|
670
|
-
|
591
|
+
:active: "true"
|
592
|
+
:defaultValue: "false"
|
593
|
+
- :label: Test Campaign
|
594
|
+
:value: Test Campaign
|
595
|
+
:active: "true"
|
596
|
+
:defaultValue: "false"
|
671
597
|
:name: LeadSource
|
672
|
-
:
|
598
|
+
:digits: "0"
|
673
599
|
:updateable: "true"
|
674
|
-
:precision: "0"
|
675
600
|
:nillable: "true"
|
676
|
-
:
|
601
|
+
:filterable: "true"
|
677
602
|
:createable: "true"
|
678
|
-
:
|
679
|
-
:
|
603
|
+
:precision: "0"
|
604
|
+
:custom: "false"
|
605
|
+
:autoNumber: "false"
|
606
|
+
:nameField: "false"
|
607
|
+
- :scale: "0"
|
608
|
+
:byteLength: "0"
|
680
609
|
:restrictedPicklist: "false"
|
610
|
+
:label: Birthdate
|
681
611
|
:calculated: "false"
|
682
|
-
|
683
|
-
:custom: "false"
|
684
|
-
:defaultedOnCreate: "false"
|
612
|
+
:soapType: xsd:dateTime
|
685
613
|
:length: "0"
|
686
|
-
:label: Birthdate
|
687
|
-
:digits: "0"
|
688
614
|
:type: date
|
689
|
-
:
|
615
|
+
:defaultedOnCreate: "false"
|
690
616
|
:name: Birthdate
|
691
|
-
:
|
617
|
+
:digits: "0"
|
692
618
|
:updateable: "true"
|
693
|
-
:precision: "0"
|
694
619
|
:nillable: "true"
|
695
|
-
:
|
620
|
+
:filterable: "true"
|
696
621
|
:createable: "true"
|
697
|
-
:
|
698
|
-
:
|
622
|
+
:precision: "0"
|
623
|
+
:custom: "false"
|
624
|
+
:autoNumber: "false"
|
625
|
+
:nameField: "false"
|
626
|
+
- :scale: "0"
|
627
|
+
:byteLength: "32000"
|
699
628
|
:restrictedPicklist: "false"
|
629
|
+
:label: Contact Description
|
700
630
|
:calculated: "false"
|
701
|
-
|
702
|
-
:custom: "false"
|
703
|
-
:defaultedOnCreate: "false"
|
631
|
+
:soapType: xsd:string
|
704
632
|
:length: "32000"
|
705
|
-
:label: Contact Description
|
706
|
-
:digits: "0"
|
707
633
|
:type: textarea
|
708
|
-
:
|
634
|
+
:defaultedOnCreate: "false"
|
709
635
|
:name: Description
|
710
|
-
:
|
636
|
+
:digits: "0"
|
711
637
|
:updateable: "true"
|
712
|
-
:precision: "0"
|
713
638
|
:nillable: "true"
|
714
|
-
:
|
639
|
+
:filterable: "false"
|
715
640
|
:createable: "true"
|
716
|
-
:
|
717
|
-
:scale: "0"
|
718
|
-
:restrictedPicklist: "false"
|
719
|
-
:calculated: "false"
|
720
|
-
- :soapType: tns:ID
|
641
|
+
:precision: "0"
|
721
642
|
:custom: "false"
|
643
|
+
:autoNumber: "false"
|
644
|
+
:nameField: "false"
|
645
|
+
- :scale: "0"
|
646
|
+
:byteLength: "9"
|
647
|
+
:restrictedPicklist: "true"
|
648
|
+
:label: Contact Currency
|
649
|
+
:calculated: "false"
|
650
|
+
:soapType: xsd:string
|
651
|
+
:length: "3"
|
652
|
+
:type: picklist
|
722
653
|
:defaultedOnCreate: "true"
|
723
|
-
:
|
724
|
-
:
|
725
|
-
|
654
|
+
:picklistValues:
|
655
|
+
- :label: British Pound
|
656
|
+
:value: GBP
|
657
|
+
:active: "true"
|
658
|
+
:defaultValue: "false"
|
659
|
+
- :label: Euro
|
660
|
+
:value: EUR
|
661
|
+
:active: "true"
|
662
|
+
:defaultValue: "false"
|
663
|
+
- :label: Japanese Yen
|
664
|
+
:value: JPY
|
665
|
+
:active: "true"
|
666
|
+
:defaultValue: "false"
|
667
|
+
- :label: U.S. Dollar
|
668
|
+
:value: USD
|
669
|
+
:active: "true"
|
670
|
+
:defaultValue: "true"
|
671
|
+
:name: CurrencyIsoCode
|
726
672
|
:digits: "0"
|
727
|
-
:type: reference
|
728
|
-
:filterable: "true"
|
729
|
-
:name: OwnerId
|
730
|
-
:autoNumber: "false"
|
731
673
|
:updateable: "true"
|
674
|
+
:nillable: "true"
|
675
|
+
:filterable: "true"
|
676
|
+
:createable: "true"
|
732
677
|
:precision: "0"
|
733
|
-
:
|
678
|
+
:custom: "false"
|
679
|
+
:autoNumber: "false"
|
734
680
|
:nameField: "false"
|
735
|
-
|
681
|
+
- :scale: "0"
|
736
682
|
:byteLength: "18"
|
737
|
-
:scale: "0"
|
738
683
|
:restrictedPicklist: "false"
|
684
|
+
:label: Owner ID
|
739
685
|
:calculated: "false"
|
740
|
-
|
741
|
-
:
|
686
|
+
:soapType: tns:ID
|
687
|
+
:length: "18"
|
688
|
+
:type: reference
|
689
|
+
:referenceTo: User
|
742
690
|
:defaultedOnCreate: "true"
|
743
|
-
:
|
744
|
-
:label: Created Date
|
691
|
+
:name: OwnerId
|
745
692
|
:digits: "0"
|
746
|
-
:
|
693
|
+
:updateable: "true"
|
694
|
+
:nillable: "false"
|
747
695
|
:filterable: "true"
|
748
|
-
:
|
749
|
-
:autoNumber: "false"
|
750
|
-
:updateable: "false"
|
696
|
+
:createable: "true"
|
751
697
|
:precision: "0"
|
752
|
-
:
|
698
|
+
:custom: "false"
|
699
|
+
:autoNumber: "false"
|
753
700
|
:nameField: "false"
|
754
|
-
|
701
|
+
- :scale: "0"
|
755
702
|
:byteLength: "0"
|
756
|
-
:scale: "0"
|
757
703
|
:restrictedPicklist: "false"
|
704
|
+
:label: Email Opt Out
|
758
705
|
:calculated: "false"
|
759
|
-
|
760
|
-
:
|
706
|
+
:soapType: xsd:boolean
|
707
|
+
:length: "0"
|
708
|
+
:type: boolean
|
761
709
|
:defaultedOnCreate: "true"
|
762
|
-
:
|
763
|
-
:length: "18"
|
764
|
-
:label: Created By ID
|
710
|
+
:name: HasOptedOutOfEmail
|
765
711
|
:digits: "0"
|
766
|
-
:
|
712
|
+
:updateable: "true"
|
713
|
+
:nillable: "false"
|
767
714
|
:filterable: "true"
|
768
|
-
:
|
715
|
+
:createable: "true"
|
716
|
+
:precision: "0"
|
717
|
+
:custom: "false"
|
769
718
|
:autoNumber: "false"
|
719
|
+
:nameField: "false"
|
720
|
+
- :scale: "0"
|
721
|
+
:byteLength: "0"
|
722
|
+
:restrictedPicklist: "false"
|
723
|
+
:label: Created Date
|
724
|
+
:calculated: "false"
|
725
|
+
:soapType: xsd:dateTime
|
726
|
+
:length: "0"
|
727
|
+
:type: datetime
|
728
|
+
:defaultedOnCreate: "true"
|
729
|
+
:name: CreatedDate
|
730
|
+
:digits: "0"
|
770
731
|
:updateable: "false"
|
771
|
-
:precision: "0"
|
772
732
|
:nillable: "false"
|
773
|
-
:
|
733
|
+
:filterable: "true"
|
774
734
|
:createable: "false"
|
735
|
+
:precision: "0"
|
736
|
+
:custom: "false"
|
737
|
+
:autoNumber: "false"
|
738
|
+
:nameField: "false"
|
739
|
+
- :scale: "0"
|
775
740
|
:byteLength: "18"
|
776
|
-
:scale: "0"
|
777
741
|
:restrictedPicklist: "false"
|
742
|
+
:label: Created By ID
|
778
743
|
:calculated: "false"
|
779
|
-
|
780
|
-
:
|
744
|
+
:soapType: tns:ID
|
745
|
+
:length: "18"
|
746
|
+
:type: reference
|
747
|
+
:referenceTo: User
|
781
748
|
:defaultedOnCreate: "true"
|
782
|
-
:
|
783
|
-
:label: Last Modified Date
|
749
|
+
:name: CreatedById
|
784
750
|
:digits: "0"
|
785
|
-
:type: datetime
|
786
|
-
:filterable: "true"
|
787
|
-
:name: LastModifiedDate
|
788
|
-
:autoNumber: "false"
|
789
751
|
:updateable: "false"
|
790
|
-
:precision: "0"
|
791
752
|
:nillable: "false"
|
792
|
-
:
|
753
|
+
:filterable: "true"
|
793
754
|
:createable: "false"
|
755
|
+
:precision: "0"
|
756
|
+
:custom: "false"
|
757
|
+
:autoNumber: "false"
|
758
|
+
:nameField: "false"
|
759
|
+
- :scale: "0"
|
794
760
|
:byteLength: "0"
|
795
|
-
:scale: "0"
|
796
761
|
:restrictedPicklist: "false"
|
762
|
+
:label: Last Modified Date
|
797
763
|
:calculated: "false"
|
798
|
-
|
799
|
-
:
|
764
|
+
:soapType: xsd:dateTime
|
765
|
+
:length: "0"
|
766
|
+
:type: datetime
|
800
767
|
:defaultedOnCreate: "true"
|
801
|
-
:
|
802
|
-
:length: "18"
|
803
|
-
:label: Last Modified By ID
|
768
|
+
:name: LastModifiedDate
|
804
769
|
:digits: "0"
|
805
|
-
:
|
770
|
+
:updateable: "false"
|
771
|
+
:nillable: "false"
|
806
772
|
:filterable: "true"
|
807
|
-
:
|
773
|
+
:createable: "false"
|
774
|
+
:precision: "0"
|
775
|
+
:custom: "false"
|
808
776
|
:autoNumber: "false"
|
777
|
+
:nameField: "false"
|
778
|
+
- :scale: "0"
|
779
|
+
:byteLength: "18"
|
780
|
+
:restrictedPicklist: "false"
|
781
|
+
:label: Last Modified By ID
|
782
|
+
:calculated: "false"
|
783
|
+
:soapType: tns:ID
|
784
|
+
:length: "18"
|
785
|
+
:type: reference
|
786
|
+
:referenceTo: User
|
787
|
+
:defaultedOnCreate: "true"
|
788
|
+
:name: LastModifiedById
|
789
|
+
:digits: "0"
|
809
790
|
:updateable: "false"
|
810
|
-
:precision: "0"
|
811
791
|
:nillable: "false"
|
792
|
+
:filterable: "true"
|
793
|
+
:createable: "false"
|
794
|
+
:precision: "0"
|
795
|
+
:custom: "false"
|
796
|
+
:autoNumber: "false"
|
812
797
|
:nameField: "false"
|
813
|
-
|
814
|
-
:byteLength: "
|
815
|
-
:scale: "0"
|
798
|
+
- :scale: "0"
|
799
|
+
:byteLength: "0"
|
816
800
|
:restrictedPicklist: "false"
|
801
|
+
:label: System Modstamp
|
817
802
|
:calculated: "false"
|
818
|
-
|
819
|
-
:custom: "false"
|
820
|
-
:defaultedOnCreate: "true"
|
803
|
+
:soapType: xsd:dateTime
|
821
804
|
:length: "0"
|
822
|
-
:label: System Modstamp
|
823
|
-
:digits: "0"
|
824
805
|
:type: datetime
|
825
|
-
:
|
806
|
+
:defaultedOnCreate: "true"
|
826
807
|
:name: SystemModstamp
|
827
|
-
:
|
808
|
+
:digits: "0"
|
828
809
|
:updateable: "false"
|
829
|
-
:precision: "0"
|
830
810
|
:nillable: "false"
|
831
|
-
:
|
811
|
+
:filterable: "true"
|
832
812
|
:createable: "false"
|
813
|
+
:precision: "0"
|
814
|
+
:custom: "false"
|
815
|
+
:autoNumber: "false"
|
816
|
+
:nameField: "false"
|
817
|
+
- :scale: "0"
|
833
818
|
:byteLength: "0"
|
834
|
-
:scale: "0"
|
835
819
|
:restrictedPicklist: "false"
|
820
|
+
:label: Last Stay-in-Touch Request Date
|
836
821
|
:calculated: "false"
|
837
|
-
|
838
|
-
:custom: "false"
|
839
|
-
:defaultedOnCreate: "false"
|
822
|
+
:soapType: xsd:dateTime
|
840
823
|
:length: "0"
|
841
|
-
:label: Last Stay-in-Touch Request Date
|
842
|
-
:digits: "0"
|
843
824
|
:type: datetime
|
844
|
-
:
|
825
|
+
:defaultedOnCreate: "false"
|
845
826
|
:name: LastCURequestDate
|
846
|
-
:
|
827
|
+
:digits: "0"
|
847
828
|
:updateable: "false"
|
848
|
-
:precision: "0"
|
849
829
|
:nillable: "true"
|
850
|
-
:
|
830
|
+
:filterable: "true"
|
851
831
|
:createable: "false"
|
832
|
+
:precision: "0"
|
833
|
+
:custom: "false"
|
834
|
+
:autoNumber: "false"
|
835
|
+
:nameField: "false"
|
836
|
+
- :scale: "0"
|
852
837
|
:byteLength: "0"
|
853
|
-
:scale: "0"
|
854
838
|
:restrictedPicklist: "false"
|
839
|
+
:label: Last Stay-in-Touch Save Date
|
855
840
|
:calculated: "false"
|
856
|
-
|
857
|
-
:custom: "false"
|
858
|
-
:defaultedOnCreate: "false"
|
841
|
+
:soapType: xsd:dateTime
|
859
842
|
:length: "0"
|
860
|
-
:label: Last Stay-in-Touch Save Date
|
861
|
-
:digits: "0"
|
862
843
|
:type: datetime
|
863
|
-
:
|
844
|
+
:defaultedOnCreate: "false"
|
864
845
|
:name: LastCUUpdateDate
|
865
|
-
:
|
846
|
+
:digits: "0"
|
866
847
|
:updateable: "false"
|
867
|
-
:precision: "0"
|
868
848
|
:nillable: "true"
|
869
|
-
:
|
849
|
+
:filterable: "true"
|
870
850
|
:createable: "false"
|
851
|
+
:precision: "0"
|
852
|
+
:custom: "false"
|
853
|
+
:autoNumber: "false"
|
854
|
+
:nameField: "false"
|
855
|
+
- :scale: "0"
|
871
856
|
:byteLength: "0"
|
872
|
-
:scale: "0"
|
873
857
|
:restrictedPicklist: "false"
|
858
|
+
:label: Do Not Call
|
874
859
|
:calculated: "false"
|
875
|
-
|
876
|
-
:
|
860
|
+
:soapType: xsd:boolean
|
861
|
+
:length: "0"
|
862
|
+
:type: boolean
|
863
|
+
:defaultedOnCreate: "true"
|
864
|
+
:name: DoNotCall
|
865
|
+
:digits: "0"
|
866
|
+
:updateable: "true"
|
867
|
+
:nillable: "false"
|
868
|
+
:filterable: "true"
|
869
|
+
:createable: "true"
|
870
|
+
:precision: "0"
|
871
|
+
:custom: "false"
|
872
|
+
:autoNumber: "false"
|
873
|
+
:nameField: "false"
|
874
|
+
- :scale: "0"
|
875
|
+
:byteLength: "4099"
|
876
|
+
:restrictedPicklist: "false"
|
877
|
+
:label: Training Completed
|
878
|
+
:calculated: "false"
|
879
|
+
:soapType: xsd:string
|
880
|
+
:length: "4099"
|
881
|
+
:type: multipicklist
|
877
882
|
:defaultedOnCreate: "false"
|
878
883
|
:picklistValues:
|
879
|
-
- :
|
880
|
-
:
|
884
|
+
- :label: Market Positioning
|
885
|
+
:value: Market Positioning
|
886
|
+
:active: "true"
|
881
887
|
:defaultValue: "false"
|
882
|
-
|
883
|
-
|
884
|
-
:
|
888
|
+
- :label: Order Processing
|
889
|
+
:value: Order Processing
|
890
|
+
:active: "true"
|
885
891
|
:defaultValue: "false"
|
886
|
-
|
887
|
-
|
888
|
-
|
892
|
+
- :label: Product Details
|
893
|
+
:value: Product Details
|
894
|
+
:active: "true"
|
895
|
+
:defaultValue: "false"
|
896
|
+
:name: Training_Completed__c
|
889
897
|
:digits: "0"
|
890
|
-
:type: picklist
|
891
|
-
:filterable: "true"
|
892
|
-
:name: Level__c
|
893
|
-
:autoNumber: "false"
|
894
898
|
:updateable: "true"
|
895
|
-
:precision: "0"
|
896
899
|
:nillable: "true"
|
897
|
-
:
|
900
|
+
:filterable: "true"
|
898
901
|
:createable: "true"
|
899
|
-
:
|
900
|
-
:
|
902
|
+
:precision: "0"
|
903
|
+
:custom: "true"
|
904
|
+
:autoNumber: "false"
|
905
|
+
:nameField: "false"
|
906
|
+
- :scale: "0"
|
907
|
+
:byteLength: "300"
|
901
908
|
:restrictedPicklist: "false"
|
909
|
+
:label: Languages
|
902
910
|
:calculated: "false"
|
903
|
-
|
904
|
-
:custom: "true"
|
905
|
-
:defaultedOnCreate: "false"
|
911
|
+
:soapType: xsd:string
|
906
912
|
:length: "100"
|
907
|
-
:label: Languages
|
908
|
-
:digits: "0"
|
909
913
|
:type: string
|
910
|
-
:
|
914
|
+
:defaultedOnCreate: "false"
|
911
915
|
:name: Languages__c
|
912
|
-
:
|
916
|
+
:digits: "0"
|
913
917
|
:updateable: "true"
|
914
|
-
:precision: "0"
|
915
918
|
:nillable: "true"
|
916
|
-
:
|
919
|
+
:filterable: "true"
|
917
920
|
:createable: "true"
|
918
|
-
:
|
919
|
-
:
|
921
|
+
:precision: "0"
|
922
|
+
:custom: "true"
|
923
|
+
:autoNumber: "false"
|
924
|
+
:nameField: "false"
|
925
|
+
- :scale: "0"
|
926
|
+
:byteLength: "765"
|
920
927
|
:restrictedPicklist: "false"
|
928
|
+
:label: Level
|
921
929
|
:calculated: "false"
|
922
|
-
|
923
|
-
:
|
930
|
+
:soapType: xsd:string
|
931
|
+
:length: "255"
|
932
|
+
:type: picklist
|
924
933
|
:defaultedOnCreate: "false"
|
925
|
-
:
|
926
|
-
:
|
927
|
-
|
934
|
+
:picklistValues:
|
935
|
+
- :label: Primary
|
936
|
+
:value: Primary
|
937
|
+
:active: "true"
|
938
|
+
:defaultValue: "false"
|
939
|
+
- :label: Tertiary
|
940
|
+
:value: Tertiary
|
941
|
+
:active: "true"
|
942
|
+
:defaultValue: "false"
|
943
|
+
:name: Level__c
|
928
944
|
:digits: "0"
|
929
|
-
:type: reference
|
930
|
-
:filterable: "true"
|
931
|
-
:name: CustomUserRel__c
|
932
|
-
:autoNumber: "false"
|
933
945
|
:updateable: "true"
|
934
|
-
:precision: "0"
|
935
946
|
:nillable: "true"
|
936
|
-
:
|
947
|
+
:filterable: "true"
|
937
948
|
:createable: "true"
|
938
|
-
:
|
939
|
-
:scale: "0"
|
940
|
-
:restrictedPicklist: "false"
|
941
|
-
:calculated: "false"
|
942
|
-
- :soapType: xsd:double
|
949
|
+
:precision: "0"
|
943
950
|
:custom: "true"
|
951
|
+
:autoNumber: "false"
|
952
|
+
:nameField: "false"
|
953
|
+
- :scale: "0"
|
954
|
+
:byteLength: "3900"
|
955
|
+
:restrictedPicklist: "false"
|
956
|
+
:label: Call contact using Skype
|
957
|
+
:calculated: "true"
|
958
|
+
:soapType: xsd:string
|
959
|
+
:length: "1300"
|
960
|
+
:type: string
|
944
961
|
:defaultedOnCreate: "false"
|
945
|
-
:
|
946
|
-
:label: f2
|
962
|
+
:name: Call_contact_using_Skype__c
|
947
963
|
:digits: "0"
|
948
|
-
:type: double
|
949
|
-
:filterable: "true"
|
950
|
-
:name: f2__c
|
951
|
-
:autoNumber: "false"
|
952
964
|
:updateable: "false"
|
953
|
-
:precision: "18"
|
954
965
|
:nillable: "true"
|
955
|
-
:
|
966
|
+
:filterable: "true"
|
956
967
|
:createable: "false"
|
968
|
+
:precision: "0"
|
969
|
+
:htmlFormatted: "true"
|
970
|
+
:custom: "true"
|
971
|
+
:autoNumber: "false"
|
972
|
+
:nameField: "false"
|
973
|
+
- :scale: "0"
|
957
974
|
:byteLength: "0"
|
958
|
-
:scale: "2"
|
959
975
|
:restrictedPicklist: "false"
|
960
|
-
:
|
961
|
-
|
962
|
-
:
|
963
|
-
:defaultedOnCreate: "false"
|
976
|
+
:label: Call_today
|
977
|
+
:calculated: "false"
|
978
|
+
:soapType: xsd:boolean
|
964
979
|
:length: "0"
|
965
|
-
:
|
980
|
+
:type: boolean
|
981
|
+
:defaultedOnCreate: "true"
|
982
|
+
:name: Call_today__c
|
966
983
|
:digits: "0"
|
967
|
-
:
|
984
|
+
:updateable: "true"
|
985
|
+
:nillable: "false"
|
968
986
|
:filterable: "true"
|
969
|
-
:
|
987
|
+
:createable: "true"
|
988
|
+
:precision: "0"
|
989
|
+
:custom: "true"
|
970
990
|
:autoNumber: "false"
|
971
|
-
:updateable: "false"
|
972
|
-
:precision: "18"
|
973
|
-
:nillable: "true"
|
974
991
|
:nameField: "false"
|
975
|
-
|
976
|
-
:byteLength: "0"
|
977
|
-
:scale: "2"
|
978
|
-
:restrictedPicklist: "false"
|
979
|
-
:calculated: "true"
|
980
|
-
:deletable: "true"
|
981
|
-
:retrieveable: "true"
|
992
|
+
:urlDetail: https://na1.salesforce.com/{ID}
|
982
993
|
:childRelationships:
|
983
994
|
- :childSObject: AccountContactRole
|
984
995
|
:relationshipName: AccountContactRoles
|
@@ -1000,6 +1011,9 @@ describeSObject(sObjectType:Contact): !ruby/object:RForce::SoapResponse
|
|
1000
1011
|
:relationshipName: Cases
|
1001
1012
|
:cascadeDelete: "false"
|
1002
1013
|
:field: ContactId
|
1014
|
+
- :childSObject: Collateral_Request_Object__c
|
1015
|
+
:cascadeDelete: "true"
|
1016
|
+
:field: FK_Contact__c
|
1003
1017
|
- :childSObject: Contact
|
1004
1018
|
:cascadeDelete: "false"
|
1005
1019
|
:field: ReportsToId
|
@@ -1010,6 +1024,9 @@ describeSObject(sObjectType:Contact): !ruby/object:RForce::SoapResponse
|
|
1010
1024
|
:relationshipName: ContractContactRoles
|
1011
1025
|
:cascadeDelete: "true"
|
1012
1026
|
:field: ContactId
|
1027
|
+
- :childSObject: Distribution_Lot__c
|
1028
|
+
:cascadeDelete: "false"
|
1029
|
+
:field: Facility_Manager__c
|
1013
1030
|
- :childSObject: Event
|
1014
1031
|
:relationshipName: Events
|
1015
1032
|
:cascadeDelete: "true"
|
@@ -1020,6 +1037,9 @@ describeSObject(sObjectType:Contact): !ruby/object:RForce::SoapResponse
|
|
1020
1037
|
- :childSObject: Lead
|
1021
1038
|
:cascadeDelete: "false"
|
1022
1039
|
:field: ConvertedContactId
|
1040
|
+
- :childSObject: MWA1_Submission__c
|
1041
|
+
:cascadeDelete: "false"
|
1042
|
+
:field: Contact__c
|
1023
1043
|
- :childSObject: Note
|
1024
1044
|
:relationshipName: Notes
|
1025
1045
|
:cascadeDelete: "true"
|
@@ -1028,6 +1048,9 @@ describeSObject(sObjectType:Contact): !ruby/object:RForce::SoapResponse
|
|
1028
1048
|
:relationshipName: OpportunityContactRoles
|
1029
1049
|
:cascadeDelete: "true"
|
1030
1050
|
:field: ContactId
|
1051
|
+
- :childSObject: SFDC_Script_Lead_Association__c
|
1052
|
+
:cascadeDelete: "false"
|
1053
|
+
:field: Contact__c
|
1031
1054
|
- :childSObject: SelfServiceUser
|
1032
1055
|
:cascadeDelete: "false"
|
1033
1056
|
:field: ContactId
|
@@ -1035,127 +1058,265 @@ describeSObject(sObjectType:Contact): !ruby/object:RForce::SoapResponse
|
|
1035
1058
|
:relationshipName: Tasks
|
1036
1059
|
:cascadeDelete: "true"
|
1037
1060
|
:field: WhoId
|
1061
|
+
:activateable: "false"
|
1062
|
+
:queryable: "true"
|
1038
1063
|
:name: Contact
|
1039
|
-
:
|
1064
|
+
:urlEdit: https://na1.salesforce.com/{ID}/e
|
1040
1065
|
:updateable: "true"
|
1041
|
-
:
|
1042
|
-
:
|
1066
|
+
:deletable: "true"
|
1067
|
+
:replicateable: "true"
|
1043
1068
|
:createable: "true"
|
1044
|
-
:
|
1045
|
-
:
|
1069
|
+
:urlNew: https://na1.salesforce.com/003/e
|
1070
|
+
:custom: "false"
|
1071
|
+
:retrieveable: "true"
|
1072
|
+
delete(ids:0033000000GNqJgAAL): !ruby/object:RForce::SoapResponse
|
1073
|
+
parsed:
|
1074
|
+
:deleteResponse:
|
1075
|
+
:result:
|
1076
|
+
:errors:
|
1077
|
+
:success: "true"
|
1078
|
+
:id: 0033000000GNqJgAAL
|
1046
1079
|
query(queryString:SELECT id FROM Contact ): !ruby/object:RForce::SoapResponse
|
1047
1080
|
parsed:
|
1048
1081
|
:queryResponse:
|
1049
1082
|
:result:
|
1050
|
-
:size: "
|
1083
|
+
:size: "45"
|
1051
1084
|
:records:
|
1052
1085
|
- :Id:
|
1053
|
-
-
|
1054
|
-
-
|
1086
|
+
- 0033000000GNqJgAAL
|
1087
|
+
- 0033000000GNqJgAAL
|
1088
|
+
:type: Contact
|
1089
|
+
- :Id:
|
1090
|
+
- 0033000000DVWd4AAH
|
1091
|
+
- 0033000000DVWd4AAH
|
1092
|
+
:type: Contact
|
1093
|
+
- :Id:
|
1094
|
+
- 0033000000DVWd5AAH
|
1095
|
+
- 0033000000DVWd5AAH
|
1096
|
+
:type: Contact
|
1097
|
+
- :Id:
|
1098
|
+
- 0033000000DVWd6AAH
|
1099
|
+
- 0033000000DVWd6AAH
|
1100
|
+
:type: Contact
|
1101
|
+
- :Id:
|
1102
|
+
- 0033000000DVWd7AAH
|
1103
|
+
- 0033000000DVWd7AAH
|
1104
|
+
:type: Contact
|
1105
|
+
- :Id:
|
1106
|
+
- 0033000000DVWd8AAH
|
1107
|
+
- 0033000000DVWd8AAH
|
1108
|
+
:type: Contact
|
1109
|
+
- :Id:
|
1110
|
+
- 0033000000DVWd9AAH
|
1111
|
+
- 0033000000DVWd9AAH
|
1112
|
+
:type: Contact
|
1113
|
+
- :Id:
|
1114
|
+
- 0033000000DVWdAAAX
|
1115
|
+
- 0033000000DVWdAAAX
|
1116
|
+
:type: Contact
|
1117
|
+
- :Id:
|
1118
|
+
- 0033000000DVWdBAAX
|
1119
|
+
- 0033000000DVWdBAAX
|
1120
|
+
:type: Contact
|
1121
|
+
- :Id:
|
1122
|
+
- 0033000000DVWdCAAX
|
1123
|
+
- 0033000000DVWdCAAX
|
1124
|
+
:type: Contact
|
1125
|
+
- :Id:
|
1126
|
+
- 0033000000DVWdDAAX
|
1127
|
+
- 0033000000DVWdDAAX
|
1128
|
+
:type: Contact
|
1129
|
+
- :Id:
|
1130
|
+
- 0033000000DVWdFAAX
|
1131
|
+
- 0033000000DVWdFAAX
|
1132
|
+
:type: Contact
|
1133
|
+
- :Id:
|
1134
|
+
- 0033000000DVWdGAAX
|
1135
|
+
- 0033000000DVWdGAAX
|
1136
|
+
:type: Contact
|
1137
|
+
- :Id:
|
1138
|
+
- 0033000000DVWdHAAX
|
1139
|
+
- 0033000000DVWdHAAX
|
1140
|
+
:type: Contact
|
1141
|
+
- :Id:
|
1142
|
+
- 0033000000DVWdIAAX
|
1143
|
+
- 0033000000DVWdIAAX
|
1144
|
+
:type: Contact
|
1145
|
+
- :Id:
|
1146
|
+
- 0033000000DVWdJAAX
|
1147
|
+
- 0033000000DVWdJAAX
|
1148
|
+
:type: Contact
|
1149
|
+
- :Id:
|
1150
|
+
- 0033000000DVWdKAAX
|
1151
|
+
- 0033000000DVWdKAAX
|
1152
|
+
:type: Contact
|
1153
|
+
- :Id:
|
1154
|
+
- 0033000000DVWdLAAX
|
1155
|
+
- 0033000000DVWdLAAX
|
1156
|
+
:type: Contact
|
1157
|
+
- :Id:
|
1158
|
+
- 0033000000DVWdMAAX
|
1159
|
+
- 0033000000DVWdMAAX
|
1055
1160
|
:type: Contact
|
1056
1161
|
- :Id:
|
1057
|
-
-
|
1058
|
-
-
|
1162
|
+
- 0033000000DVWdNAAX
|
1163
|
+
- 0033000000DVWdNAAX
|
1059
1164
|
:type: Contact
|
1060
1165
|
- :Id:
|
1061
|
-
-
|
1062
|
-
-
|
1166
|
+
- 0033000000DVWdOAAX
|
1167
|
+
- 0033000000DVWdOAAX
|
1063
1168
|
:type: Contact
|
1064
1169
|
- :Id:
|
1065
|
-
-
|
1066
|
-
-
|
1170
|
+
- 0033000000DVWdPAAX
|
1171
|
+
- 0033000000DVWdPAAX
|
1067
1172
|
:type: Contact
|
1068
1173
|
- :Id:
|
1069
|
-
-
|
1070
|
-
-
|
1174
|
+
- 0033000000DVWdQAAX
|
1175
|
+
- 0033000000DVWdQAAX
|
1071
1176
|
:type: Contact
|
1072
1177
|
- :Id:
|
1073
|
-
-
|
1074
|
-
-
|
1178
|
+
- 0033000000DVWdRAAX
|
1179
|
+
- 0033000000DVWdRAAX
|
1075
1180
|
:type: Contact
|
1076
1181
|
- :Id:
|
1077
|
-
-
|
1078
|
-
-
|
1182
|
+
- 0033000000DVWdSAAX
|
1183
|
+
- 0033000000DVWdSAAX
|
1079
1184
|
:type: Contact
|
1080
1185
|
- :Id:
|
1081
|
-
-
|
1082
|
-
-
|
1186
|
+
- 0033000000DVWdTAAX
|
1187
|
+
- 0033000000DVWdTAAX
|
1083
1188
|
:type: Contact
|
1084
1189
|
- :Id:
|
1085
|
-
-
|
1086
|
-
-
|
1190
|
+
- 0033000000DVWdUAAX
|
1191
|
+
- 0033000000DVWdUAAX
|
1087
1192
|
:type: Contact
|
1088
1193
|
- :Id:
|
1089
|
-
-
|
1090
|
-
-
|
1194
|
+
- 0033000000DVWdVAAX
|
1195
|
+
- 0033000000DVWdVAAX
|
1091
1196
|
:type: Contact
|
1092
1197
|
- :Id:
|
1093
|
-
-
|
1094
|
-
-
|
1198
|
+
- 0033000000DVWdWAAX
|
1199
|
+
- 0033000000DVWdWAAX
|
1095
1200
|
:type: Contact
|
1096
1201
|
- :Id:
|
1097
|
-
-
|
1098
|
-
-
|
1202
|
+
- 0033000000DVWdXAAX
|
1203
|
+
- 0033000000DVWdXAAX
|
1099
1204
|
:type: Contact
|
1100
1205
|
- :Id:
|
1101
|
-
-
|
1102
|
-
-
|
1206
|
+
- 0033000000DVWdYAAX
|
1207
|
+
- 0033000000DVWdYAAX
|
1103
1208
|
:type: Contact
|
1104
1209
|
- :Id:
|
1105
|
-
-
|
1106
|
-
-
|
1210
|
+
- 0033000000DVWdZAAX
|
1211
|
+
- 0033000000DVWdZAAX
|
1107
1212
|
:type: Contact
|
1108
1213
|
- :Id:
|
1109
|
-
-
|
1110
|
-
-
|
1214
|
+
- 0033000000DVWdaAAH
|
1215
|
+
- 0033000000DVWdaAAH
|
1111
1216
|
:type: Contact
|
1112
1217
|
- :Id:
|
1113
|
-
-
|
1114
|
-
-
|
1218
|
+
- 0033000000DVWdbAAH
|
1219
|
+
- 0033000000DVWdbAAH
|
1115
1220
|
:type: Contact
|
1116
1221
|
- :Id:
|
1117
|
-
-
|
1118
|
-
-
|
1222
|
+
- 0033000000DVWdcAAH
|
1223
|
+
- 0033000000DVWdcAAH
|
1119
1224
|
:type: Contact
|
1120
1225
|
- :Id:
|
1121
|
-
-
|
1122
|
-
-
|
1226
|
+
- 0033000000DVWddAAH
|
1227
|
+
- 0033000000DVWddAAH
|
1123
1228
|
:type: Contact
|
1124
1229
|
- :Id:
|
1125
|
-
-
|
1126
|
-
-
|
1230
|
+
- 0033000000DVWdeAAH
|
1231
|
+
- 0033000000DVWdeAAH
|
1127
1232
|
:type: Contact
|
1128
1233
|
- :Id:
|
1129
|
-
-
|
1130
|
-
-
|
1234
|
+
- 0033000000DVWdfAAH
|
1235
|
+
- 0033000000DVWdfAAH
|
1131
1236
|
:type: Contact
|
1132
1237
|
- :Id:
|
1133
|
-
-
|
1134
|
-
-
|
1238
|
+
- 0033000000DVWdgAAH
|
1239
|
+
- 0033000000DVWdgAAH
|
1135
1240
|
:type: Contact
|
1136
1241
|
- :Id:
|
1137
|
-
-
|
1138
|
-
-
|
1242
|
+
- 0033000000DVWdhAAH
|
1243
|
+
- 0033000000DVWdhAAH
|
1139
1244
|
:type: Contact
|
1140
1245
|
- :Id:
|
1141
|
-
-
|
1142
|
-
-
|
1246
|
+
- 0033000000DVWdiAAH
|
1247
|
+
- 0033000000DVWdiAAH
|
1143
1248
|
:type: Contact
|
1144
1249
|
- :Id:
|
1145
|
-
-
|
1146
|
-
-
|
1250
|
+
- 0033000000DVWdjAAH
|
1251
|
+
- 0033000000DVWdjAAH
|
1147
1252
|
:type: Contact
|
1148
1253
|
- :Id:
|
1149
|
-
-
|
1150
|
-
-
|
1254
|
+
- 0033000000DVWdkAAH
|
1255
|
+
- 0033000000DVWdkAAH
|
1151
1256
|
:type: Contact
|
1152
1257
|
- :Id:
|
1153
|
-
-
|
1154
|
-
-
|
1258
|
+
- 0033000000GNM79AAH
|
1259
|
+
- 0033000000GNM79AAH
|
1155
1260
|
:type: Contact
|
1156
1261
|
- :Id:
|
1157
|
-
-
|
1158
|
-
-
|
1262
|
+
- 0033000000E3VcyAAF
|
1263
|
+
- 0033000000E3VcyAAF
|
1264
|
+
:type: Contact
|
1265
|
+
:done: "true"
|
1266
|
+
:queryLocator:
|
1267
|
+
query(queryString:SELECT Id, AccountId, LastName, FirstName, Salutation, OtherStreet, OtherCity, OtherState, OtherPostalCode, OtherCountry, MailingStreet, MailingCity, MailingState, MailingPostalCode, MailingCountry, Phone, Fax, MobilePhone, HomePhone, OtherPhone, AssistantPhone, ReportsToId, Email, Title, Department, AssistantName, LeadSource, Birthdate, Description, CurrencyIsoCode, OwnerId, HasOptedOutOfEmail, CreatedDate, CreatedById, LastModifiedDate, LastModifiedById, SystemModstamp, LastCURequestDate, LastCUUpdateDate, DoNotCall, Training_Completed__c, Languages__c, Level__c, Call_contact_using_Skype__c, Call_today__c FROM Contact WHERE (Id = '0033000000GNqJgAAL') ): !ruby/object:RForce::SoapResponse
|
1268
|
+
parsed:
|
1269
|
+
:queryResponse:
|
1270
|
+
:result:
|
1271
|
+
:size: "1"
|
1272
|
+
:records:
|
1273
|
+
:LastCURequestDate:
|
1274
|
+
:LeadSource:
|
1275
|
+
:MailingPostalCode:
|
1276
|
+
:Call_contact_using_Skype__c: <a href="/servlet/servlet.Integration?lid=01N300000000CnR&eid=0033000000GNqJg" target="_blank"> </a>
|
1277
|
+
:CreatedDate: "2006-02-20T18:38:09.000Z"
|
1278
|
+
:AssistantPhone:
|
1279
|
+
:OtherPostalCode:
|
1280
|
+
:FirstName: DutchTestFirstName
|
1281
|
+
:LastCUUpdateDate:
|
1282
|
+
:Birthdate:
|
1283
|
+
:MailingCountry:
|
1284
|
+
:AccountId:
|
1285
|
+
:Id:
|
1286
|
+
- 0033000000GNqJgAAL
|
1287
|
+
- 0033000000GNqJgAAL
|
1288
|
+
:Call_today__c: "false"
|
1289
|
+
:CreatedById: 00530000000jM0DAAU
|
1290
|
+
:Department:
|
1291
|
+
:ReportsToId:
|
1292
|
+
:OtherCountry:
|
1293
|
+
:DoNotCall: "false"
|
1294
|
+
:Description:
|
1295
|
+
:Phone:
|
1296
|
+
:Salutation:
|
1159
1297
|
:type: Contact
|
1298
|
+
:LastModifiedDate: "2006-02-20T18:38:09.000Z"
|
1299
|
+
:Email:
|
1300
|
+
:MailingStreet:
|
1301
|
+
:Training_Completed__c:
|
1302
|
+
:CurrencyIsoCode: USD
|
1303
|
+
:Fax:
|
1304
|
+
:OtherStreet:
|
1305
|
+
:LastModifiedById: 00530000000jM0DAAU
|
1306
|
+
:Title:
|
1307
|
+
:MailingCity:
|
1308
|
+
:Languages__c:
|
1309
|
+
:OwnerId: 00530000000jM0DAAU
|
1310
|
+
:HomePhone: 555-555-1212
|
1311
|
+
:MobilePhone:
|
1312
|
+
:OtherCity:
|
1313
|
+
:SystemModstamp: "2006-02-20T18:38:09.000Z"
|
1314
|
+
:AssistantName:
|
1315
|
+
:MailingState:
|
1316
|
+
:Level__c:
|
1317
|
+
:HasOptedOutOfEmail: "false"
|
1318
|
+
:OtherPhone:
|
1319
|
+
:OtherState:
|
1320
|
+
:LastName: DutchTestLastName
|
1160
1321
|
:done: "true"
|
1161
1322
|
:queryLocator:
|