activesalesforce 0.4.3 → 0.4.4

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