activesalesforce 0.5.3 → 0.5.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (20) hide show
  1. data/lib/asf_adapter.rb +52 -40
  2. data/lib/rforce.rb +1 -1
  3. data/test/unit/config.yml +1 -1
  4. data/test/unit/config.yml~ +8 -0
  5. data/test/unit/recorded_results/AsfUnitTestsBasicTest.test_add_notes_to_contact.recording +637 -617
  6. data/test/unit/recorded_results/AsfUnitTestsBasicTest.test_assignment_rule_id.recording +509 -487
  7. data/test/unit/recorded_results/AsfUnitTestsBasicTest.test_batch_insert.recording +526 -506
  8. data/test/unit/recorded_results/AsfUnitTestsBasicTest.test_count_contacts.recording +2411 -531
  9. data/test/unit/recorded_results/AsfUnitTestsBasicTest.test_create_a_contact.recording +501 -481
  10. data/test/unit/recorded_results/AsfUnitTestsBasicTest.test_find_a_contact.recording +501 -481
  11. data/test/unit/recorded_results/AsfUnitTestsBasicTest.test_find_a_contact_by_first_name.recording +584 -558
  12. data/test/unit/recorded_results/AsfUnitTestsBasicTest.test_find_a_contact_by_id.recording +519 -498
  13. data/test/unit/recorded_results/AsfUnitTestsBasicTest.test_find_addresses.recording +630 -585
  14. data/test/unit/recorded_results/AsfUnitTestsBasicTest.test_get_created_by_from_contact.recording +1575 -1555
  15. data/test/unit/recorded_results/AsfUnitTestsBasicTest.test_master_detail.recording +634 -1289
  16. data/test/unit/recorded_results/AsfUnitTestsBasicTest.test_read_all_content_columns.recording +501 -481
  17. data/test/unit/recorded_results/AsfUnitTestsBasicTest.test_save_a_contact.recording +501 -481
  18. data/test/unit/recorded_results/AsfUnitTestsBasicTest.test_use_default_rule.recording +504 -484
  19. data/test/unit/recorded_results/AsfUnitTestsBasicTest.test_use_update_mru.recording +504 -484
  20. metadata +3 -2
@@ -3,9 +3,13 @@ login(username::password:): !ruby/object:RForce::SoapResponse
3
3
  parsed:
4
4
  :loginResponse:
5
5
  :result:
6
- :passwordExpired: "false"
7
- :userId: 00530000000hYFzAAM
8
6
  :userInfo:
7
+ :userTimeZone: America/Los_Angeles
8
+ :userDefaultCurrencyIsoCode:
9
+ :userUiSkin: Theme2
10
+ :accessibilityMode: "false"
11
+ :userEmail: dchasman@salesforce.com
12
+ :currencySymbol: $
9
13
  :userFullName: Doug Chasmanii
10
14
  :organizationId: 00D3000000010YJEAY
11
15
  :userLanguage: en_US
@@ -13,1010 +17,1030 @@ login(username::password:): !ruby/object:RForce::SoapResponse
13
17
  :userLocale: en_US
14
18
  :userId: 00530000000hYFzAAM
15
19
  :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: Eb58btkSnCECt67LjpOzm5ZkSScHHwcRzq5JwzNu7fyLoX_DEFsg.IP0GaIsNlhwYMswIgsfaMz6j9i_a4eav2pYnKO9AsNCSeX5jsUoLXQ=
20
+ :sessionId: Re4yOsvZegEejq2vkWvREXF._hgQMYTipH2zhSm0nzc2XyL00BiBogu5dSdcUL0jjtn0594cYq9h3qH8qy1Bj2pYnKO9AsNCSeX5jsUoLXQ=
23
21
  :serverUrl: https://na1-api.salesforce.com/services/Soap/u/7.0
22
+ :passwordExpired: "false"
23
+ :userId: 00530000000hYFzAAM
24
24
  ---
25
25
  describeSObject(sObjectType:Contact): !ruby/object:RForce::SoapResponse
26
26
  parsed:
27
27
  :describeSObjectResponse:
28
28
  :result:
29
- :queryable: "true"
30
- :label: Contact
29
+ :updateable: "true"
30
+ :searchable: "true"
31
+ :labelPlural: Contacts
32
+ :createable: "true"
33
+ :undeletable: "false"
34
+ :layoutable: "true"
31
35
  :keyPrefix: "003"
36
+ :urlDetail: https://na1.salesforce.com/{ID}
37
+ :queryable: "true"
32
38
  :urlEdit: https://na1.salesforce.com/{ID}/e
33
- :replicateable: "true"
34
- :urlNew: https://na1.salesforce.com/003/e
39
+ :name: Contact
35
40
  :childRelationships:
36
- - :childSObject: AccountContactRole
37
- :relationshipName: AccountContactRoles
41
+ - :relationshipName: AccountContactRoles
38
42
  :field: ContactId
43
+ :childSObject: AccountContactRole
39
44
  :cascadeDelete: "true"
40
- - :childSObject: Asset
41
- :relationshipName: Assets
45
+ - :relationshipName: Assets
42
46
  :field: ContactId
47
+ :childSObject: Asset
43
48
  :cascadeDelete: "false"
44
- - :childSObject: Attachment
45
- :relationshipName: Attachments
49
+ - :relationshipName: Attachments
46
50
  :field: ParentId
51
+ :childSObject: Attachment
47
52
  :cascadeDelete: "false"
48
- - :childSObject: CampaignMember
49
- :relationshipName: CampaignMembers
53
+ - :relationshipName: CampaignMembers
50
54
  :field: ContactId
55
+ :childSObject: CampaignMember
51
56
  :cascadeDelete: "true"
52
- - :childSObject: Case
53
- :relationshipName: Cases
57
+ - :relationshipName: Cases
54
58
  :field: ContactId
59
+ :childSObject: Case
55
60
  :cascadeDelete: "false"
56
- - :childSObject: Contact
57
- :field: ReportsToId
61
+ - :field: ReportsToId
62
+ :childSObject: Contact
58
63
  :cascadeDelete: "false"
59
- - :childSObject: Contract
60
- :field: CustomerSignedId
64
+ - :field: CustomerSignedId
65
+ :childSObject: Contract
61
66
  :cascadeDelete: "false"
62
- - :childSObject: ContractContactRole
63
- :relationshipName: ContractContactRoles
67
+ - :relationshipName: ContractContactRoles
64
68
  :field: ContactId
69
+ :childSObject: ContractContactRole
65
70
  :cascadeDelete: "true"
66
- - :childSObject: Event
67
- :relationshipName: Events
71
+ - :relationshipName: Events
68
72
  :field: WhoId
73
+ :childSObject: Event
69
74
  :cascadeDelete: "true"
70
- - :childSObject: EventAttendee
71
- :field: AttendeeId
75
+ - :field: AttendeeId
76
+ :childSObject: EventAttendee
72
77
  :cascadeDelete: "true"
73
- - :childSObject: Lead
74
- :field: ConvertedContactId
78
+ - :field: ConvertedContactId
79
+ :childSObject: Lead
75
80
  :cascadeDelete: "false"
76
- - :childSObject: Note
77
- :relationshipName: Notes
81
+ - :relationshipName: Notes
78
82
  :field: ParentId
83
+ :childSObject: Note
79
84
  :cascadeDelete: "true"
80
- - :childSObject: OpportunityContactRole
81
- :relationshipName: OpportunityContactRoles
85
+ - :relationshipName: OpportunityContactRoles
82
86
  :field: ContactId
87
+ :childSObject: OpportunityContactRole
83
88
  :cascadeDelete: "true"
84
- - :childSObject: SelfServiceUser
85
- :field: ContactId
89
+ - :field: ContactId
90
+ :childSObject: SelfServiceUser
86
91
  :cascadeDelete: "false"
87
- - :childSObject: Task
88
- :relationshipName: Tasks
92
+ - :relationshipName: Tasks
89
93
  :field: WhoId
94
+ :childSObject: Task
90
95
  :cascadeDelete: "true"
91
- :activateable: "false"
92
- :retrieveable: "true"
96
+ :replicateable: "true"
93
97
  :custom: "false"
98
+ :urlNew: https://na1.salesforce.com/003/e
94
99
  :fields:
95
- - :label: Contact ID
96
- :calculated: "false"
100
+ - :updateable: "false"
101
+ :filterable: "true"
102
+ :createable: "false"
103
+ :autoNumber: "false"
104
+ :restrictedPicklist: "false"
105
+ :precision: "0"
97
106
  :nillable: "false"
98
- :defaultedOnCreate: "true"
99
107
  :length: "18"
108
+ :byteLength: "18"
100
109
  :type: id
101
- :digits: "0"
110
+ :soapType: tns:ID
111
+ :scale: "0"
112
+ :calculated: "false"
113
+ :name: Id
114
+ :defaultedOnCreate: "true"
102
115
  :custom: "false"
116
+ :label: Contact ID
117
+ :digits: "0"
103
118
  :nameField: "false"
104
- :name: Id
119
+ - :updateable: "true"
105
120
  :filterable: "true"
121
+ :createable: "true"
106
122
  :autoNumber: "false"
107
- :updateable: "false"
108
123
  :restrictedPicklist: "false"
109
124
  :precision: "0"
110
- :createable: "false"
125
+ :nillable: "true"
126
+ :length: "18"
111
127
  :byteLength: "18"
128
+ :type: reference
112
129
  :soapType: tns:ID
113
130
  :scale: "0"
114
- - :label: Account ID
115
131
  :calculated: "false"
116
- :nillable: "true"
132
+ :name: AccountId
117
133
  :referenceTo: Account
118
134
  :defaultedOnCreate: "false"
119
- :length: "18"
120
- :type: reference
121
- :digits: "0"
122
135
  :custom: "false"
136
+ :label: Account ID
137
+ :digits: "0"
123
138
  :nameField: "false"
124
- :name: AccountId
139
+ - :updateable: "true"
125
140
  :filterable: "true"
141
+ :createable: "true"
126
142
  :autoNumber: "false"
127
- :updateable: "true"
128
143
  :restrictedPicklist: "false"
129
144
  :precision: "0"
130
- :createable: "true"
131
- :byteLength: "18"
132
- :soapType: tns:ID
133
- :scale: "0"
134
- - :label: Last Name
135
- :calculated: "false"
136
145
  :nillable: "false"
137
- :defaultedOnCreate: "false"
138
146
  :length: "80"
147
+ :byteLength: "240"
139
148
  :type: string
140
- :digits: "0"
149
+ :soapType: xsd:string
150
+ :scale: "0"
151
+ :calculated: "false"
152
+ :name: LastName
153
+ :defaultedOnCreate: "false"
141
154
  :custom: "false"
155
+ :label: Last Name
156
+ :digits: "0"
142
157
  :nameField: "true"
143
- :name: LastName
158
+ - :updateable: "true"
144
159
  :filterable: "true"
160
+ :createable: "true"
145
161
  :autoNumber: "false"
146
- :updateable: "true"
147
162
  :restrictedPicklist: "false"
148
163
  :precision: "0"
149
- :createable: "true"
150
- :byteLength: "240"
164
+ :nillable: "true"
165
+ :length: "40"
166
+ :byteLength: "120"
167
+ :type: string
151
168
  :soapType: xsd:string
152
169
  :scale: "0"
153
- - :label: First Name
154
170
  :calculated: "false"
155
- :nillable: "true"
171
+ :name: FirstName
156
172
  :defaultedOnCreate: "false"
157
- :length: "40"
158
- :type: string
159
- :digits: "0"
160
173
  :custom: "false"
174
+ :label: First Name
175
+ :digits: "0"
161
176
  :nameField: "true"
162
- :name: FirstName
177
+ - :updateable: "true"
163
178
  :filterable: "true"
179
+ :createable: "true"
164
180
  :autoNumber: "false"
165
- :updateable: "true"
166
181
  :restrictedPicklist: "false"
167
182
  :precision: "0"
168
- :createable: "true"
183
+ :nillable: "true"
184
+ :length: "40"
169
185
  :byteLength: "120"
186
+ :type: picklist
170
187
  :soapType: xsd:string
171
188
  :scale: "0"
172
- - :label: Salutation
173
189
  :calculated: "false"
174
190
  :picklistValues:
175
- - :label: Mr.
191
+ - :value: Mr.
176
192
  :defaultValue: "false"
193
+ :label: Mr.
177
194
  :active: "true"
178
- :value: Mr.
179
- - :label: Ms.
195
+ - :value: Ms.
180
196
  :defaultValue: "false"
197
+ :label: Ms.
181
198
  :active: "true"
182
- :value: Ms.
183
- - :label: Mrs.
199
+ - :value: Mrs.
184
200
  :defaultValue: "false"
201
+ :label: Mrs.
185
202
  :active: "true"
186
- :value: Mrs.
187
- - :label: Dr.
203
+ - :value: Dr.
188
204
  :defaultValue: "false"
205
+ :label: Dr.
189
206
  :active: "true"
190
- :value: Dr.
191
- - :label: Prof.
207
+ - :value: Prof.
192
208
  :defaultValue: "false"
209
+ :label: Prof.
193
210
  :active: "true"
194
- :value: Prof.
195
- :nillable: "true"
211
+ :name: Salutation
196
212
  :defaultedOnCreate: "false"
197
- :length: "40"
198
- :type: picklist
199
- :digits: "0"
200
213
  :custom: "false"
214
+ :label: Salutation
215
+ :digits: "0"
201
216
  :nameField: "false"
202
- :name: Salutation
217
+ - :updateable: "true"
203
218
  :filterable: "true"
219
+ :createable: "true"
204
220
  :autoNumber: "false"
205
- :updateable: "true"
206
221
  :restrictedPicklist: "false"
207
222
  :precision: "0"
208
- :createable: "true"
209
- :byteLength: "120"
210
- :soapType: xsd:string
211
- :scale: "0"
212
- - :label: Record Type ID
213
- :calculated: "false"
214
223
  :nillable: "true"
215
- :referenceTo: RecordType
216
- :defaultedOnCreate: "false"
217
224
  :length: "18"
218
- :type: reference
219
- :digits: "0"
220
- :custom: "false"
221
- :nameField: "false"
222
- :name: RecordTypeId
223
- :filterable: "true"
224
- :autoNumber: "false"
225
- :updateable: "true"
226
- :restrictedPicklist: "false"
227
- :precision: "0"
228
- :createable: "true"
229
225
  :byteLength: "18"
226
+ :type: reference
230
227
  :soapType: tns:ID
231
228
  :scale: "0"
232
- - :label: Other Street
233
229
  :calculated: "false"
234
- :nillable: "true"
230
+ :name: RecordTypeId
231
+ :referenceTo: RecordType
235
232
  :defaultedOnCreate: "false"
236
- :length: "255"
237
- :type: textarea
238
- :digits: "0"
239
233
  :custom: "false"
234
+ :label: Record Type ID
235
+ :digits: "0"
240
236
  :nameField: "false"
241
- :name: OtherStreet
237
+ - :updateable: "true"
242
238
  :filterable: "true"
239
+ :createable: "true"
243
240
  :autoNumber: "false"
244
- :updateable: "true"
245
241
  :restrictedPicklist: "false"
246
242
  :precision: "0"
247
- :createable: "true"
243
+ :nillable: "true"
244
+ :length: "255"
248
245
  :byteLength: "765"
246
+ :type: textarea
249
247
  :soapType: xsd:string
250
248
  :scale: "0"
251
- - :label: Other City
252
249
  :calculated: "false"
253
- :nillable: "true"
250
+ :name: OtherStreet
254
251
  :defaultedOnCreate: "false"
255
- :length: "40"
256
- :type: string
257
- :digits: "0"
258
252
  :custom: "false"
253
+ :label: Other Street
254
+ :digits: "0"
259
255
  :nameField: "false"
260
- :name: OtherCity
256
+ - :updateable: "true"
261
257
  :filterable: "true"
258
+ :createable: "true"
262
259
  :autoNumber: "false"
263
- :updateable: "true"
264
260
  :restrictedPicklist: "false"
265
261
  :precision: "0"
266
- :createable: "true"
262
+ :nillable: "true"
263
+ :length: "40"
267
264
  :byteLength: "120"
265
+ :type: string
268
266
  :soapType: xsd:string
269
267
  :scale: "0"
270
- - :label: Other State/Province
271
268
  :calculated: "false"
272
- :nillable: "true"
269
+ :name: OtherCity
273
270
  :defaultedOnCreate: "false"
274
- :length: "20"
275
- :type: string
276
- :digits: "0"
277
271
  :custom: "false"
272
+ :label: Other City
273
+ :digits: "0"
278
274
  :nameField: "false"
279
- :name: OtherState
275
+ - :updateable: "true"
280
276
  :filterable: "true"
277
+ :createable: "true"
281
278
  :autoNumber: "false"
282
- :updateable: "true"
283
279
  :restrictedPicklist: "false"
284
280
  :precision: "0"
285
- :createable: "true"
281
+ :nillable: "true"
282
+ :length: "20"
286
283
  :byteLength: "60"
284
+ :type: string
287
285
  :soapType: xsd:string
288
286
  :scale: "0"
289
- - :label: Other Zip/Postal Code
290
287
  :calculated: "false"
291
- :nillable: "true"
288
+ :name: OtherState
292
289
  :defaultedOnCreate: "false"
293
- :length: "20"
294
- :type: string
295
- :digits: "0"
296
290
  :custom: "false"
291
+ :label: Other State/Province
292
+ :digits: "0"
297
293
  :nameField: "false"
298
- :name: OtherPostalCode
294
+ - :updateable: "true"
299
295
  :filterable: "true"
296
+ :createable: "true"
300
297
  :autoNumber: "false"
301
- :updateable: "true"
302
298
  :restrictedPicklist: "false"
303
299
  :precision: "0"
304
- :createable: "true"
300
+ :nillable: "true"
301
+ :length: "20"
305
302
  :byteLength: "60"
303
+ :type: string
306
304
  :soapType: xsd:string
307
305
  :scale: "0"
308
- - :label: Other Country
309
306
  :calculated: "false"
310
- :nillable: "true"
307
+ :name: OtherPostalCode
311
308
  :defaultedOnCreate: "false"
312
- :length: "40"
313
- :type: string
314
- :digits: "0"
315
309
  :custom: "false"
310
+ :label: Other Zip/Postal Code
311
+ :digits: "0"
316
312
  :nameField: "false"
317
- :name: OtherCountry
313
+ - :updateable: "true"
318
314
  :filterable: "true"
315
+ :createable: "true"
319
316
  :autoNumber: "false"
320
- :updateable: "true"
321
317
  :restrictedPicklist: "false"
322
318
  :precision: "0"
323
- :createable: "true"
319
+ :nillable: "true"
320
+ :length: "40"
324
321
  :byteLength: "120"
322
+ :type: string
325
323
  :soapType: xsd:string
326
324
  :scale: "0"
327
- - :label: Mailing Street
328
325
  :calculated: "false"
329
- :nillable: "true"
326
+ :name: OtherCountry
330
327
  :defaultedOnCreate: "false"
331
- :length: "255"
332
- :type: textarea
333
- :digits: "0"
334
328
  :custom: "false"
329
+ :label: Other Country
330
+ :digits: "0"
335
331
  :nameField: "false"
336
- :name: MailingStreet
332
+ - :updateable: "true"
337
333
  :filterable: "true"
334
+ :createable: "true"
338
335
  :autoNumber: "false"
339
- :updateable: "true"
340
336
  :restrictedPicklist: "false"
341
337
  :precision: "0"
342
- :createable: "true"
338
+ :nillable: "true"
339
+ :length: "255"
343
340
  :byteLength: "765"
341
+ :type: textarea
344
342
  :soapType: xsd:string
345
343
  :scale: "0"
346
- - :label: Mailing City
347
344
  :calculated: "false"
348
- :nillable: "true"
345
+ :name: MailingStreet
349
346
  :defaultedOnCreate: "false"
350
- :length: "40"
351
- :type: string
352
- :digits: "0"
353
347
  :custom: "false"
348
+ :label: Mailing Street
349
+ :digits: "0"
354
350
  :nameField: "false"
355
- :name: MailingCity
351
+ - :updateable: "true"
356
352
  :filterable: "true"
353
+ :createable: "true"
357
354
  :autoNumber: "false"
358
- :updateable: "true"
359
355
  :restrictedPicklist: "false"
360
356
  :precision: "0"
361
- :createable: "true"
357
+ :nillable: "true"
358
+ :length: "40"
362
359
  :byteLength: "120"
360
+ :type: string
363
361
  :soapType: xsd:string
364
362
  :scale: "0"
365
- - :label: Mailing State/Province
366
363
  :calculated: "false"
367
- :nillable: "true"
364
+ :name: MailingCity
368
365
  :defaultedOnCreate: "false"
369
- :length: "20"
370
- :type: string
371
- :digits: "0"
372
366
  :custom: "false"
367
+ :label: Mailing City
368
+ :digits: "0"
373
369
  :nameField: "false"
374
- :name: MailingState
370
+ - :updateable: "true"
375
371
  :filterable: "true"
372
+ :createable: "true"
376
373
  :autoNumber: "false"
377
- :updateable: "true"
378
374
  :restrictedPicklist: "false"
379
375
  :precision: "0"
380
- :createable: "true"
376
+ :nillable: "true"
377
+ :length: "20"
381
378
  :byteLength: "60"
379
+ :type: string
382
380
  :soapType: xsd:string
383
381
  :scale: "0"
384
- - :label: Mailing Zip/Postal Code
385
382
  :calculated: "false"
386
- :nillable: "true"
383
+ :name: MailingState
387
384
  :defaultedOnCreate: "false"
388
- :length: "20"
389
- :type: string
390
- :digits: "0"
391
385
  :custom: "false"
386
+ :label: Mailing State/Province
387
+ :digits: "0"
392
388
  :nameField: "false"
393
- :name: MailingPostalCode
389
+ - :updateable: "true"
394
390
  :filterable: "true"
391
+ :createable: "true"
395
392
  :autoNumber: "false"
396
- :updateable: "true"
397
393
  :restrictedPicklist: "false"
398
394
  :precision: "0"
399
- :createable: "true"
395
+ :nillable: "true"
396
+ :length: "20"
400
397
  :byteLength: "60"
398
+ :type: string
401
399
  :soapType: xsd:string
402
400
  :scale: "0"
403
- - :label: Mailing Country
404
401
  :calculated: "false"
405
- :nillable: "true"
402
+ :name: MailingPostalCode
406
403
  :defaultedOnCreate: "false"
407
- :length: "40"
408
- :type: string
409
- :digits: "0"
410
404
  :custom: "false"
405
+ :label: Mailing Zip/Postal Code
406
+ :digits: "0"
411
407
  :nameField: "false"
412
- :name: MailingCountry
408
+ - :updateable: "true"
413
409
  :filterable: "true"
410
+ :createable: "true"
414
411
  :autoNumber: "false"
415
- :updateable: "true"
416
412
  :restrictedPicklist: "false"
417
413
  :precision: "0"
418
- :createable: "true"
414
+ :nillable: "true"
415
+ :length: "40"
419
416
  :byteLength: "120"
417
+ :type: string
420
418
  :soapType: xsd:string
421
419
  :scale: "0"
422
- - :label: Business Phone
423
420
  :calculated: "false"
424
- :nillable: "true"
421
+ :name: MailingCountry
425
422
  :defaultedOnCreate: "false"
426
- :length: "40"
427
- :type: phone
428
- :digits: "0"
429
423
  :custom: "false"
424
+ :label: Mailing Country
425
+ :digits: "0"
430
426
  :nameField: "false"
431
- :name: Phone
427
+ - :updateable: "true"
432
428
  :filterable: "true"
429
+ :createable: "true"
433
430
  :autoNumber: "false"
434
- :updateable: "true"
435
431
  :restrictedPicklist: "false"
436
432
  :precision: "0"
437
- :createable: "true"
433
+ :nillable: "true"
434
+ :length: "40"
438
435
  :byteLength: "120"
436
+ :type: phone
439
437
  :soapType: xsd:string
440
438
  :scale: "0"
441
- - :label: Business Fax
442
439
  :calculated: "false"
443
- :nillable: "true"
440
+ :name: Phone
444
441
  :defaultedOnCreate: "false"
445
- :length: "40"
446
- :type: phone
447
- :digits: "0"
448
442
  :custom: "false"
443
+ :label: Business Phone
444
+ :digits: "0"
449
445
  :nameField: "false"
450
- :name: Fax
446
+ - :updateable: "true"
451
447
  :filterable: "true"
448
+ :createable: "true"
452
449
  :autoNumber: "false"
453
- :updateable: "true"
454
450
  :restrictedPicklist: "false"
455
451
  :precision: "0"
456
- :createable: "true"
452
+ :nillable: "true"
453
+ :length: "40"
457
454
  :byteLength: "120"
455
+ :type: phone
458
456
  :soapType: xsd:string
459
457
  :scale: "0"
460
- - :label: Mobile Phone
461
458
  :calculated: "false"
462
- :nillable: "true"
459
+ :name: Fax
463
460
  :defaultedOnCreate: "false"
464
- :length: "40"
465
- :type: phone
466
- :digits: "0"
467
461
  :custom: "false"
462
+ :label: Business Fax
463
+ :digits: "0"
468
464
  :nameField: "false"
469
- :name: MobilePhone
465
+ - :updateable: "true"
470
466
  :filterable: "true"
467
+ :createable: "true"
471
468
  :autoNumber: "false"
472
- :updateable: "true"
473
469
  :restrictedPicklist: "false"
474
470
  :precision: "0"
475
- :createable: "true"
471
+ :nillable: "true"
472
+ :length: "40"
476
473
  :byteLength: "120"
474
+ :type: phone
477
475
  :soapType: xsd:string
478
476
  :scale: "0"
479
- - :label: Home Phone
480
477
  :calculated: "false"
481
- :nillable: "true"
478
+ :name: MobilePhone
482
479
  :defaultedOnCreate: "false"
483
- :length: "40"
484
- :type: phone
485
- :digits: "0"
486
480
  :custom: "false"
481
+ :label: Mobile Phone
482
+ :digits: "0"
487
483
  :nameField: "false"
488
- :name: HomePhone
484
+ - :updateable: "true"
489
485
  :filterable: "true"
486
+ :createable: "true"
490
487
  :autoNumber: "false"
491
- :updateable: "true"
492
488
  :restrictedPicklist: "false"
493
489
  :precision: "0"
494
- :createable: "true"
490
+ :nillable: "true"
491
+ :length: "40"
495
492
  :byteLength: "120"
493
+ :type: phone
496
494
  :soapType: xsd:string
497
495
  :scale: "0"
498
- - :label: Other Phone
499
496
  :calculated: "false"
500
- :nillable: "true"
497
+ :name: HomePhone
501
498
  :defaultedOnCreate: "false"
502
- :length: "40"
503
- :type: phone
504
- :digits: "0"
505
499
  :custom: "false"
500
+ :label: Home Phone
501
+ :digits: "0"
506
502
  :nameField: "false"
507
- :name: OtherPhone
503
+ - :updateable: "true"
508
504
  :filterable: "true"
505
+ :createable: "true"
509
506
  :autoNumber: "false"
510
- :updateable: "true"
511
507
  :restrictedPicklist: "false"
512
508
  :precision: "0"
513
- :createable: "true"
509
+ :nillable: "true"
510
+ :length: "40"
514
511
  :byteLength: "120"
512
+ :type: phone
515
513
  :soapType: xsd:string
516
514
  :scale: "0"
517
- - :label: Asst. Phone
518
515
  :calculated: "false"
519
- :nillable: "true"
516
+ :name: OtherPhone
520
517
  :defaultedOnCreate: "false"
521
- :length: "40"
522
- :type: phone
523
- :digits: "0"
524
518
  :custom: "false"
519
+ :label: Other Phone
520
+ :digits: "0"
525
521
  :nameField: "false"
526
- :name: AssistantPhone
522
+ - :updateable: "true"
527
523
  :filterable: "true"
524
+ :createable: "true"
528
525
  :autoNumber: "false"
529
- :updateable: "true"
530
526
  :restrictedPicklist: "false"
531
527
  :precision: "0"
532
- :createable: "true"
528
+ :nillable: "true"
529
+ :length: "40"
533
530
  :byteLength: "120"
531
+ :type: phone
534
532
  :soapType: xsd:string
535
533
  :scale: "0"
536
- - :label: Reports To ID
537
534
  :calculated: "false"
538
- :nillable: "true"
539
- :referenceTo: Contact
535
+ :name: AssistantPhone
540
536
  :defaultedOnCreate: "false"
541
- :length: "18"
542
- :type: reference
543
- :digits: "0"
544
537
  :custom: "false"
538
+ :label: Asst. Phone
539
+ :digits: "0"
545
540
  :nameField: "false"
546
- :name: ReportsToId
541
+ - :updateable: "true"
547
542
  :filterable: "true"
543
+ :createable: "true"
548
544
  :autoNumber: "false"
549
- :updateable: "true"
550
545
  :restrictedPicklist: "false"
551
546
  :precision: "0"
552
- :createable: "true"
547
+ :nillable: "true"
548
+ :length: "18"
553
549
  :byteLength: "18"
550
+ :type: reference
554
551
  :soapType: tns:ID
555
552
  :scale: "0"
556
- - :label: Email Address
557
553
  :calculated: "false"
558
- :nillable: "true"
554
+ :name: ReportsToId
555
+ :referenceTo: Contact
559
556
  :defaultedOnCreate: "false"
560
- :length: "80"
561
- :type: email
562
- :digits: "0"
563
557
  :custom: "false"
558
+ :label: Reports To ID
559
+ :digits: "0"
564
560
  :nameField: "false"
565
- :name: Email
561
+ - :updateable: "true"
566
562
  :filterable: "true"
563
+ :createable: "true"
567
564
  :autoNumber: "false"
568
- :updateable: "true"
569
565
  :restrictedPicklist: "false"
570
566
  :precision: "0"
571
- :createable: "true"
567
+ :nillable: "true"
568
+ :length: "80"
572
569
  :byteLength: "240"
570
+ :type: email
573
571
  :soapType: xsd:string
574
572
  :scale: "0"
575
- - :label: Title
576
573
  :calculated: "false"
577
- :nillable: "true"
574
+ :name: Email
578
575
  :defaultedOnCreate: "false"
579
- :length: "80"
580
- :type: string
581
- :digits: "0"
582
576
  :custom: "false"
577
+ :label: Email Address
578
+ :digits: "0"
583
579
  :nameField: "false"
584
- :name: Title
580
+ - :updateable: "true"
585
581
  :filterable: "true"
582
+ :createable: "true"
586
583
  :autoNumber: "false"
587
- :updateable: "true"
588
584
  :restrictedPicklist: "false"
589
585
  :precision: "0"
590
- :createable: "true"
586
+ :nillable: "true"
587
+ :length: "80"
591
588
  :byteLength: "240"
589
+ :type: string
592
590
  :soapType: xsd:string
593
591
  :scale: "0"
594
- - :label: Department
595
592
  :calculated: "false"
596
- :nillable: "true"
593
+ :name: Title
597
594
  :defaultedOnCreate: "false"
598
- :length: "80"
599
- :type: string
600
- :digits: "0"
601
595
  :custom: "false"
596
+ :label: Title
597
+ :digits: "0"
602
598
  :nameField: "false"
603
- :name: Department
599
+ - :updateable: "true"
604
600
  :filterable: "true"
601
+ :createable: "true"
605
602
  :autoNumber: "false"
606
- :updateable: "true"
607
603
  :restrictedPicklist: "false"
608
604
  :precision: "0"
609
- :createable: "true"
605
+ :nillable: "true"
606
+ :length: "80"
610
607
  :byteLength: "240"
608
+ :type: string
611
609
  :soapType: xsd:string
612
610
  :scale: "0"
613
- - :label: Assistant's Name
614
611
  :calculated: "false"
615
- :nillable: "true"
612
+ :name: Department
616
613
  :defaultedOnCreate: "false"
614
+ :custom: "false"
615
+ :label: Department
616
+ :digits: "0"
617
+ :nameField: "false"
618
+ - :updateable: "true"
619
+ :filterable: "true"
620
+ :createable: "true"
621
+ :autoNumber: "false"
622
+ :restrictedPicklist: "false"
623
+ :precision: "0"
624
+ :nillable: "true"
617
625
  :length: "40"
626
+ :byteLength: "120"
618
627
  :type: string
619
- :digits: "0"
628
+ :soapType: xsd:string
629
+ :scale: "0"
630
+ :calculated: "false"
631
+ :name: AssistantName
632
+ :defaultedOnCreate: "false"
620
633
  :custom: "false"
634
+ :label: Assistant's Name
635
+ :digits: "0"
621
636
  :nameField: "false"
622
- :name: AssistantName
637
+ - :updateable: "true"
623
638
  :filterable: "true"
639
+ :createable: "true"
624
640
  :autoNumber: "false"
625
- :updateable: "true"
626
641
  :restrictedPicklist: "false"
627
642
  :precision: "0"
628
- :createable: "true"
643
+ :nillable: "true"
644
+ :length: "40"
629
645
  :byteLength: "120"
646
+ :type: picklist
630
647
  :soapType: xsd:string
631
648
  :scale: "0"
632
- - :label: Lead Source
633
649
  :calculated: "false"
634
650
  :picklistValues:
635
- - :label: Web
651
+ - :value: Web
636
652
  :defaultValue: "false"
653
+ :label: Web
637
654
  :active: "true"
638
- :value: Web
639
- - :label: Phone Inquiry
655
+ - :value: Phone Inquiry
640
656
  :defaultValue: "false"
657
+ :label: Phone Inquiry
641
658
  :active: "true"
642
- :value: Phone Inquiry
643
- - :label: Partner Referral
659
+ - :value: Partner Referral
644
660
  :defaultValue: "false"
661
+ :label: Partner Referral
645
662
  :active: "true"
646
- :value: Partner Referral
647
- - :label: Purchased List
663
+ - :value: Purchased List
648
664
  :defaultValue: "false"
665
+ :label: Purchased List
649
666
  :active: "true"
650
- :value: Purchased List
651
- - :label: Other
667
+ - :value: Other
652
668
  :defaultValue: "false"
669
+ :label: Other
653
670
  :active: "true"
654
- :value: Other
655
- :nillable: "true"
671
+ :name: LeadSource
656
672
  :defaultedOnCreate: "false"
657
- :length: "40"
658
- :type: picklist
659
- :digits: "0"
660
673
  :custom: "false"
674
+ :label: Lead Source
675
+ :digits: "0"
661
676
  :nameField: "false"
662
- :name: LeadSource
677
+ - :updateable: "true"
663
678
  :filterable: "true"
679
+ :createable: "true"
664
680
  :autoNumber: "false"
665
- :updateable: "true"
666
681
  :restrictedPicklist: "false"
667
682
  :precision: "0"
668
- :createable: "true"
669
- :byteLength: "120"
670
- :soapType: xsd:string
671
- :scale: "0"
672
- - :label: Birthdate
673
- :calculated: "false"
674
683
  :nillable: "true"
675
- :defaultedOnCreate: "false"
676
684
  :length: "0"
677
- :type: date
678
- :digits: "0"
679
- :custom: "false"
680
- :nameField: "false"
681
- :name: Birthdate
682
- :filterable: "true"
683
- :autoNumber: "false"
684
- :updateable: "true"
685
- :restrictedPicklist: "false"
686
- :precision: "0"
687
- :createable: "true"
688
685
  :byteLength: "0"
686
+ :type: date
689
687
  :soapType: xsd:dateTime
690
688
  :scale: "0"
691
- - :label: Contact Description
692
689
  :calculated: "false"
693
- :nillable: "true"
690
+ :name: Birthdate
694
691
  :defaultedOnCreate: "false"
695
- :length: "32000"
696
- :type: textarea
697
- :digits: "0"
698
692
  :custom: "false"
693
+ :label: Birthdate
694
+ :digits: "0"
699
695
  :nameField: "false"
700
- :name: Description
696
+ - :updateable: "true"
701
697
  :filterable: "false"
698
+ :createable: "true"
702
699
  :autoNumber: "false"
703
- :updateable: "true"
704
700
  :restrictedPicklist: "false"
705
701
  :precision: "0"
706
- :createable: "true"
702
+ :nillable: "true"
703
+ :length: "32000"
707
704
  :byteLength: "32000"
705
+ :type: textarea
708
706
  :soapType: xsd:string
709
707
  :scale: "0"
710
- - :label: Owner ID
711
708
  :calculated: "false"
712
- :nillable: "false"
713
- :referenceTo: User
714
- :defaultedOnCreate: "true"
715
- :length: "18"
716
- :type: reference
717
- :digits: "0"
709
+ :name: Description
710
+ :defaultedOnCreate: "false"
718
711
  :custom: "false"
712
+ :label: Contact Description
713
+ :digits: "0"
719
714
  :nameField: "false"
720
- :name: OwnerId
715
+ - :updateable: "true"
721
716
  :filterable: "true"
717
+ :createable: "true"
722
718
  :autoNumber: "false"
723
- :updateable: "true"
724
719
  :restrictedPicklist: "false"
725
720
  :precision: "0"
726
- :createable: "true"
721
+ :nillable: "false"
722
+ :length: "18"
727
723
  :byteLength: "18"
724
+ :type: reference
728
725
  :soapType: tns:ID
729
726
  :scale: "0"
730
- - :label: Created Date
731
727
  :calculated: "false"
732
- :nillable: "false"
728
+ :name: OwnerId
729
+ :referenceTo: User
733
730
  :defaultedOnCreate: "true"
734
- :length: "0"
735
- :type: datetime
736
- :digits: "0"
737
731
  :custom: "false"
732
+ :label: Owner ID
733
+ :digits: "0"
738
734
  :nameField: "false"
739
- :name: CreatedDate
735
+ - :updateable: "false"
740
736
  :filterable: "true"
737
+ :createable: "false"
741
738
  :autoNumber: "false"
742
- :updateable: "false"
743
739
  :restrictedPicklist: "false"
744
740
  :precision: "0"
745
- :createable: "false"
741
+ :nillable: "false"
742
+ :length: "0"
746
743
  :byteLength: "0"
744
+ :type: datetime
747
745
  :soapType: xsd:dateTime
748
746
  :scale: "0"
749
- - :label: Created By ID
750
747
  :calculated: "false"
751
- :nillable: "false"
752
- :referenceTo: User
748
+ :name: CreatedDate
753
749
  :defaultedOnCreate: "true"
754
- :length: "18"
755
- :type: reference
756
- :digits: "0"
757
750
  :custom: "false"
751
+ :label: Created Date
752
+ :digits: "0"
758
753
  :nameField: "false"
759
- :name: CreatedById
754
+ - :updateable: "false"
760
755
  :filterable: "true"
756
+ :createable: "false"
761
757
  :autoNumber: "false"
762
- :updateable: "false"
763
758
  :restrictedPicklist: "false"
764
759
  :precision: "0"
765
- :createable: "false"
760
+ :nillable: "false"
761
+ :length: "18"
766
762
  :byteLength: "18"
763
+ :type: reference
767
764
  :soapType: tns:ID
768
765
  :scale: "0"
769
- - :label: Last Modified Date
770
766
  :calculated: "false"
771
- :nillable: "false"
767
+ :name: CreatedById
768
+ :referenceTo: User
772
769
  :defaultedOnCreate: "true"
773
- :length: "0"
774
- :type: datetime
775
- :digits: "0"
776
770
  :custom: "false"
771
+ :label: Created By ID
772
+ :digits: "0"
777
773
  :nameField: "false"
778
- :name: LastModifiedDate
774
+ - :updateable: "false"
779
775
  :filterable: "true"
776
+ :createable: "false"
780
777
  :autoNumber: "false"
781
- :updateable: "false"
782
778
  :restrictedPicklist: "false"
783
779
  :precision: "0"
784
- :createable: "false"
780
+ :nillable: "false"
781
+ :length: "0"
785
782
  :byteLength: "0"
783
+ :type: datetime
786
784
  :soapType: xsd:dateTime
787
785
  :scale: "0"
788
- - :label: Last Modified By ID
789
786
  :calculated: "false"
790
- :nillable: "false"
791
- :referenceTo: User
787
+ :name: LastModifiedDate
792
788
  :defaultedOnCreate: "true"
793
- :length: "18"
794
- :type: reference
795
- :digits: "0"
796
789
  :custom: "false"
790
+ :label: Last Modified Date
791
+ :digits: "0"
797
792
  :nameField: "false"
798
- :name: LastModifiedById
793
+ - :updateable: "false"
799
794
  :filterable: "true"
795
+ :createable: "false"
800
796
  :autoNumber: "false"
801
- :updateable: "false"
802
797
  :restrictedPicklist: "false"
803
798
  :precision: "0"
804
- :createable: "false"
799
+ :nillable: "false"
800
+ :length: "18"
805
801
  :byteLength: "18"
802
+ :type: reference
806
803
  :soapType: tns:ID
807
804
  :scale: "0"
808
- - :label: System Modstamp
809
805
  :calculated: "false"
810
- :nillable: "false"
806
+ :name: LastModifiedById
807
+ :referenceTo: User
811
808
  :defaultedOnCreate: "true"
812
- :length: "0"
813
- :type: datetime
814
- :digits: "0"
815
809
  :custom: "false"
810
+ :label: Last Modified By ID
811
+ :digits: "0"
816
812
  :nameField: "false"
817
- :name: SystemModstamp
813
+ - :updateable: "false"
818
814
  :filterable: "true"
815
+ :createable: "false"
819
816
  :autoNumber: "false"
820
- :updateable: "false"
821
817
  :restrictedPicklist: "false"
822
818
  :precision: "0"
823
- :createable: "false"
819
+ :nillable: "false"
820
+ :length: "0"
824
821
  :byteLength: "0"
822
+ :type: datetime
825
823
  :soapType: xsd:dateTime
826
824
  :scale: "0"
827
- - :label: Last Stay-in-Touch Request Date
828
825
  :calculated: "false"
829
- :nillable: "true"
830
- :defaultedOnCreate: "false"
831
- :length: "0"
832
- :type: datetime
833
- :digits: "0"
826
+ :name: SystemModstamp
827
+ :defaultedOnCreate: "true"
834
828
  :custom: "false"
829
+ :label: System Modstamp
830
+ :digits: "0"
835
831
  :nameField: "false"
836
- :name: LastCURequestDate
832
+ - :updateable: "false"
837
833
  :filterable: "true"
834
+ :createable: "false"
838
835
  :autoNumber: "false"
839
- :updateable: "false"
840
836
  :restrictedPicklist: "false"
841
837
  :precision: "0"
842
- :createable: "false"
838
+ :nillable: "true"
839
+ :length: "0"
843
840
  :byteLength: "0"
841
+ :type: datetime
844
842
  :soapType: xsd:dateTime
845
843
  :scale: "0"
846
- - :label: Last Stay-in-Touch Save Date
847
844
  :calculated: "false"
848
- :nillable: "true"
845
+ :name: LastCURequestDate
849
846
  :defaultedOnCreate: "false"
850
- :length: "0"
851
- :type: datetime
852
- :digits: "0"
853
847
  :custom: "false"
848
+ :label: Last Stay-in-Touch Request Date
849
+ :digits: "0"
854
850
  :nameField: "false"
855
- :name: LastCUUpdateDate
851
+ - :updateable: "false"
856
852
  :filterable: "true"
853
+ :createable: "false"
857
854
  :autoNumber: "false"
858
- :updateable: "false"
859
855
  :restrictedPicklist: "false"
860
856
  :precision: "0"
861
- :createable: "false"
857
+ :nillable: "true"
858
+ :length: "0"
862
859
  :byteLength: "0"
860
+ :type: datetime
863
861
  :soapType: xsd:dateTime
864
862
  :scale: "0"
865
- - :label: Level
866
863
  :calculated: "false"
867
- :picklistValues:
868
- - :label: Primary
869
- :defaultValue: "false"
870
- :active: "true"
871
- :value: Primary
872
- - :label: Tertiary
873
- :defaultValue: "false"
874
- :active: "true"
875
- :value: Tertiary
876
- :nillable: "true"
864
+ :name: LastCUUpdateDate
877
865
  :defaultedOnCreate: "false"
878
- :length: "255"
879
- :type: picklist
866
+ :custom: "false"
867
+ :label: Last Stay-in-Touch Save Date
880
868
  :digits: "0"
881
- :custom: "true"
882
869
  :nameField: "false"
883
- :name: Level__c
870
+ - :updateable: "true"
884
871
  :filterable: "true"
872
+ :createable: "true"
885
873
  :autoNumber: "false"
886
- :updateable: "true"
887
874
  :restrictedPicklist: "false"
888
875
  :precision: "0"
889
- :createable: "true"
876
+ :nillable: "true"
877
+ :length: "255"
890
878
  :byteLength: "765"
879
+ :type: picklist
891
880
  :soapType: xsd:string
892
881
  :scale: "0"
893
- - :label: Languages
894
882
  :calculated: "false"
895
- :nillable: "true"
883
+ :picklistValues:
884
+ - :value: Primary
885
+ :defaultValue: "false"
886
+ :label: Primary
887
+ :active: "true"
888
+ - :value: Tertiary
889
+ :defaultValue: "false"
890
+ :label: Tertiary
891
+ :active: "true"
892
+ :name: Level__c
896
893
  :defaultedOnCreate: "false"
897
- :length: "100"
898
- :type: string
899
- :digits: "0"
900
894
  :custom: "true"
895
+ :label: Level
896
+ :digits: "0"
901
897
  :nameField: "false"
902
- :name: Languages__c
898
+ - :updateable: "true"
903
899
  :filterable: "true"
900
+ :createable: "true"
904
901
  :autoNumber: "false"
905
- :updateable: "true"
906
902
  :restrictedPicklist: "false"
907
903
  :precision: "0"
908
- :createable: "true"
904
+ :nillable: "true"
905
+ :length: "100"
909
906
  :byteLength: "300"
907
+ :type: string
910
908
  :soapType: xsd:string
911
909
  :scale: "0"
912
- - :label: CustomUserRel
913
910
  :calculated: "false"
914
- :nillable: "true"
915
- :referenceTo: User
911
+ :name: Languages__c
916
912
  :defaultedOnCreate: "false"
917
- :length: "18"
918
- :type: reference
919
- :digits: "0"
920
913
  :custom: "true"
914
+ :label: Languages
915
+ :digits: "0"
921
916
  :nameField: "false"
922
- :name: CustomUserRel__c
917
+ - :updateable: "true"
923
918
  :filterable: "true"
919
+ :createable: "true"
924
920
  :autoNumber: "false"
925
- :updateable: "true"
926
921
  :restrictedPicklist: "false"
927
922
  :precision: "0"
928
- :createable: "true"
923
+ :nillable: "true"
924
+ :length: "18"
929
925
  :byteLength: "18"
926
+ :type: reference
930
927
  :soapType: tns:ID
931
928
  :scale: "0"
932
- - :label: f2
933
- :calculated: "true"
934
- :nillable: "true"
929
+ :calculated: "false"
930
+ :name: CustomUserRel__c
931
+ :referenceTo: User
935
932
  :defaultedOnCreate: "false"
936
- :length: "0"
937
- :type: double
938
- :digits: "0"
939
933
  :custom: "true"
934
+ :label: CustomUserRel
935
+ :digits: "0"
940
936
  :nameField: "false"
941
- :name: f2__c
937
+ - :updateable: "false"
942
938
  :filterable: "true"
939
+ :createable: "false"
943
940
  :autoNumber: "false"
944
- :updateable: "false"
945
941
  :restrictedPicklist: "false"
946
942
  :precision: "18"
947
- :createable: "false"
943
+ :nillable: "true"
944
+ :length: "0"
948
945
  :byteLength: "0"
946
+ :type: double
949
947
  :soapType: xsd:double
950
948
  :scale: "2"
951
- - :label: f1
952
949
  :calculated: "true"
953
- :nillable: "true"
950
+ :name: f2__c
954
951
  :defaultedOnCreate: "false"
955
- :length: "0"
956
- :type: double
957
- :digits: "0"
958
952
  :custom: "true"
953
+ :label: f2
954
+ :digits: "0"
959
955
  :nameField: "false"
960
- :name: f1__c
956
+ - :updateable: "false"
961
957
  :filterable: "true"
958
+ :createable: "false"
962
959
  :autoNumber: "false"
963
- :updateable: "false"
964
960
  :restrictedPicklist: "false"
965
961
  :precision: "18"
966
- :createable: "false"
962
+ :nillable: "true"
963
+ :length: "0"
967
964
  :byteLength: "0"
965
+ :type: double
968
966
  :soapType: xsd:double
969
967
  :scale: "2"
970
- - :label: ShowContactViaASF
971
968
  :calculated: "true"
972
- :nillable: "true"
969
+ :name: f1__c
973
970
  :defaultedOnCreate: "false"
974
- :length: "1300"
975
- :type: string
976
- :digits: "0"
977
971
  :custom: "true"
972
+ :label: f1
973
+ :digits: "0"
978
974
  :nameField: "false"
979
- :htmlFormatted: "true"
980
- :name: ShowContactViaASF__c
975
+ - :updateable: "false"
981
976
  :filterable: "true"
977
+ :createable: "false"
982
978
  :autoNumber: "false"
983
- :updateable: "false"
984
979
  :restrictedPicklist: "false"
985
980
  :precision: "0"
986
- :createable: "false"
981
+ :nillable: "true"
982
+ :length: "1300"
987
983
  :byteLength: "3900"
984
+ :type: string
988
985
  :soapType: xsd:string
989
986
  :scale: "0"
987
+ :calculated: "true"
988
+ :name: ShowContactViaASF__c
989
+ :defaultedOnCreate: "false"
990
+ :custom: "true"
991
+ :label: ShowContactViaASF
992
+ :digits: "0"
993
+ :nameField: "false"
994
+ :htmlFormatted: "true"
995
+ - :updateable: "true"
996
+ :filterable: "true"
997
+ :createable: "true"
998
+ :autoNumber: "false"
999
+ :restrictedPicklist: "false"
1000
+ :precision: "14"
1001
+ :nillable: "true"
1002
+ :length: "0"
1003
+ :byteLength: "0"
1004
+ :type: double
1005
+ :soapType: xsd:double
1006
+ :scale: "2"
1007
+ :calculated: "false"
1008
+ :name: n1__c
1009
+ :defaultedOnCreate: "false"
1010
+ :custom: "true"
1011
+ :label: n1
1012
+ :digits: "0"
1013
+ :nameField: "false"
1014
+ :activateable: "false"
1015
+ :retrieveable: "true"
1016
+ :label: Contact
990
1017
  :deletable: "true"
991
- :searchable: "true"
992
- :name: Contact
993
- :labelPlural: Contacts
994
- :updateable: "true"
995
- :undeletable: "false"
996
- :layoutable: "true"
997
- :createable: "true"
998
- :urlDetail: https://na1.salesforce.com/{ID}
999
1018
  ---
1000
1019
  create(sObjects:type { :xmlns => "urn:sobject.partner.soap.sforce.com" }:Contact:HomePhone:555-555-1212:LastName:DutchTestLastName:FirstName:DutchTestFirstName): !ruby/object:RForce::SoapResponse
1001
1020
  parsed:
1002
1021
  :createResponse:
1003
1022
  :result:
1004
- :success: "true"
1005
1023
  :errors:
1006
- :id: 0033000000H1qJQAAZ
1024
+ :success: "true"
1025
+ :id: 0033000000IdebrAAB
1007
1026
  ---
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 = '0033000000H1qJQAAZ')): !ruby/object:RForce::SoapResponse
1027
+ 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, n1__c FROM Contact WHERE (Id = '0033000000IdebrAAB')): !ruby/object:RForce::SoapResponse
1009
1028
  parsed:
1010
1029
  :queryResponse:
1011
1030
  :result:
1031
+ :queryLocator:
1032
+ :size: "1"
1012
1033
  :records:
1034
+ :f1__c:
1013
1035
  :Level__c:
1014
1036
  :LeadSource:
1015
1037
  :MailingPostalCode:
1016
1038
  :AccountId:
1017
- :LastModifiedDate: "2006-03-13T15:50:15.000Z"
1039
+ :n1__c:
1040
+ :LastModifiedDate: "2006-05-01T23:27:34.000Z"
1018
1041
  :AssistantPhone:
1019
1042
  :OtherPostalCode:
1043
+ :LastName: DutchTestLastName
1020
1044
  :Languages__c:
1021
1045
  :Birthdate:
1022
1046
  :MailingCountry:
@@ -1025,207 +1049,2063 @@ query(queryString:SELECT Id, AccountId, LastName, FirstName, Salutation, RecordT
1025
1049
  :Department:
1026
1050
  :ReportsToId:
1027
1051
  :OtherCountry:
1052
+ :FirstName: DutchTestFirstName
1028
1053
  :CustomUserRel__c:
1029
1054
  :Description:
1030
1055
  :Phone:
1031
1056
  :RecordTypeId: 012300000004pYzAAI
1057
+ :Id:
1058
+ - 0033000000IdebrAAB
1059
+ - 0033000000IdebrAAB
1032
1060
  :type: Contact
1033
1061
  :f2__c: "100.0"
1034
- :SystemModstamp: "2006-03-13T15:50:15.000Z"
1062
+ :SystemModstamp: "2006-05-01T23:27:34.000Z"
1035
1063
  :Email:
1036
1064
  :MailingStreet:
1065
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
1037
1066
  :OwnerId: 00530000000hYFzAAM
1038
- :HomePhone: 555-555-1212
1039
1067
  :Fax:
1040
1068
  :OtherStreet:
1041
- :f1__c:
1042
1069
  :LastCURequestDate:
1043
1070
  :Title:
1044
1071
  :MailingCity:
1045
- :CreatedDate: "2006-03-13T15:50:15.000Z"
1072
+ :CreatedDate: "2006-05-01T23:27:34.000Z"
1046
1073
  :MobilePhone:
1047
1074
  :OtherCity:
1048
- :LastName: DutchTestLastName
1049
1075
  :LastCUUpdateDate:
1050
1076
  :AssistantName:
1051
1077
  :MailingState:
1052
- :ShowContactViaASF__c: <a href="http://localhost:3000/contacts/show/0033000000H1qJQ?sid=Eb58btkSnCECt67LjpOzm5ZkSScHHwcRzq5JwzNu7fyLoX_DEFsg.IP0GaIsNlhwYMswIgsfaMz6j9i_a4eav2pYnKO9AsNCSeX5jsUoLXQ=" target="_blank">0033000000H1qJQ</a>
1053
1078
  :CreatedById: 00530000000hYFzAAM
1054
1079
  :OtherPhone:
1080
+ :HomePhone: 555-555-1212
1055
1081
  :OtherState:
1056
- :FirstName: DutchTestFirstName
1057
- :Id:
1058
- - 0033000000H1qJQAAZ
1059
- - 0033000000H1qJQAAZ
1060
- :size: "1"
1061
1082
  :done: "true"
1062
- :queryLocator:
1063
1083
  ---
1064
- query(queryString:SELECT id FROM Contact ): !ruby/object:RForce::SoapResponse
1084
+ 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, n1__c FROM Contact ): !ruby/object:RForce::SoapResponse
1065
1085
  parsed:
1066
1086
  :queryResponse:
1067
1087
  :result:
1088
+ :queryLocator:
1089
+ :size: "41"
1068
1090
  :records:
1069
- - :type: Contact
1091
+ - :f1__c:
1092
+ :Level__c:
1093
+ :LeadSource:
1094
+ :MailingPostalCode:
1095
+ :AccountId:
1096
+ :n1__c:
1097
+ :LastModifiedDate: "2006-03-30T14:21:06.000Z"
1098
+ :AssistantPhone:
1099
+ :OtherPostalCode:
1100
+ :LastName: DutchTestLastName
1101
+ :Languages__c:
1102
+ :Birthdate:
1103
+ :MailingCountry:
1104
+ :Salutation:
1105
+ :LastModifiedById: 00530000000hYFzAAM
1106
+ :Department:
1107
+ :ReportsToId:
1108
+ :OtherCountry:
1109
+ :FirstName: DutchTestFirstName
1110
+ :CustomUserRel__c:
1111
+ :Description:
1112
+ :Phone:
1113
+ :RecordTypeId: 012300000004pYzAAI
1070
1114
  :Id:
1071
1115
  - 0033000000H1nusAAB
1072
1116
  - 0033000000H1nusAAB
1073
- - :type: Contact
1117
+ :type: Contact
1118
+ :f2__c: "100.0"
1119
+ :SystemModstamp: "2006-03-30T14:21:06.000Z"
1120
+ :Email: dchasman@salesforce.com
1121
+ :MailingStreet:
1122
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
1123
+ :OwnerId: 00530000000hYFzAAM
1124
+ :Fax:
1125
+ :OtherStreet:
1126
+ :LastCURequestDate: "2006-03-30T14:21:06.000Z"
1127
+ :Title:
1128
+ :MailingCity:
1129
+ :CreatedDate: "2006-03-13T14:24:21.000Z"
1130
+ :MobilePhone:
1131
+ :OtherCity:
1132
+ :LastCUUpdateDate:
1133
+ :AssistantName:
1134
+ :MailingState:
1135
+ :CreatedById: 00530000000hYFzAAM
1136
+ :OtherPhone:
1137
+ :HomePhone: 555-555-1212
1138
+ :OtherState:
1139
+ - :f1__c:
1140
+ :Level__c:
1141
+ :LeadSource:
1142
+ :MailingPostalCode:
1143
+ :AccountId: 0013000000B6sc2AAB
1144
+ :n1__c:
1145
+ :LastModifiedDate: "2006-03-06T22:35:42.000Z"
1146
+ :AssistantPhone:
1147
+ :OtherPostalCode:
1148
+ :LastName: LN3-Dutchie
1149
+ :Languages__c:
1150
+ :Birthdate: "2006-02-25"
1151
+ :MailingCountry:
1152
+ :Salutation:
1153
+ :LastModifiedById: 00530000000hYFzAAM
1154
+ :Department:
1155
+ :ReportsToId:
1156
+ :OtherCountry:
1157
+ :FirstName: FN3_2
1158
+ :CustomUserRel__c:
1159
+ :Description:
1160
+ :Phone:
1161
+ :RecordTypeId: 012300000004pYzAAI
1074
1162
  :Id:
1075
1163
  - 0033000000GYsGwAAL
1076
1164
  - 0033000000GYsGwAAL
1077
- - :type: Contact
1165
+ :type: Contact
1166
+ :f2__c: "100.0"
1167
+ :SystemModstamp: "2006-03-06T22:35:42.000Z"
1168
+ :Email:
1169
+ :MailingStreet:
1170
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
1171
+ :OwnerId: 00530000000hYFzAAM
1172
+ :Fax:
1173
+ :OtherStreet:
1174
+ :LastCURequestDate:
1175
+ :Title:
1176
+ :MailingCity:
1177
+ :CreatedDate: "2006-02-25T17:22:18.000Z"
1178
+ :MobilePhone:
1179
+ :OtherCity:
1180
+ :LastCUUpdateDate:
1181
+ :AssistantName:
1182
+ :MailingState:
1183
+ :CreatedById: 00530000000hYFzAAM
1184
+ :OtherPhone:
1185
+ :HomePhone:
1186
+ :OtherState:
1187
+ - :f1__c:
1188
+ :Level__c:
1189
+ :LeadSource:
1190
+ :MailingPostalCode:
1191
+ :AccountId:
1192
+ :n1__c:
1193
+ :LastModifiedDate: "2006-03-13T14:12:58.000Z"
1194
+ :AssistantPhone:
1195
+ :OtherPostalCode:
1196
+ :LastName: DutchTestLastName
1197
+ :Languages__c:
1198
+ :Birthdate:
1199
+ :MailingCountry:
1200
+ :Salutation:
1201
+ :LastModifiedById: 00530000000hYFzAAM
1202
+ :Department:
1203
+ :ReportsToId:
1204
+ :OtherCountry:
1205
+ :FirstName: DutchTestFirstName
1206
+ :CustomUserRel__c:
1207
+ :Description:
1208
+ :Phone:
1209
+ :RecordTypeId: 012300000004pYzAAI
1078
1210
  :Id:
1079
1211
  - 0033000000H1oY0AAJ
1080
1212
  - 0033000000H1oY0AAJ
1081
- - :type: Contact
1082
- :Id:
1083
- - 0033000000GYsEMAA1
1084
- - 0033000000GYsEMAA1
1085
- - :type: Contact
1086
- :Id:
1087
- - 0033000000GYsHGAA1
1088
- - 0033000000GYsHGAA1
1089
- - :type: Contact
1213
+ :type: Contact
1214
+ :f2__c: "100.0"
1215
+ :SystemModstamp: "2006-03-13T14:12:58.000Z"
1216
+ :Email:
1217
+ :MailingStreet:
1218
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
1219
+ :OwnerId: 00530000000hYFzAAM
1220
+ :Fax:
1221
+ :OtherStreet:
1222
+ :LastCURequestDate:
1223
+ :Title:
1224
+ :MailingCity:
1225
+ :CreatedDate: "2006-03-13T14:12:58.000Z"
1226
+ :MobilePhone:
1227
+ :OtherCity:
1228
+ :LastCUUpdateDate:
1229
+ :AssistantName:
1230
+ :MailingState:
1231
+ :CreatedById: 00530000000hYFzAAM
1232
+ :OtherPhone:
1233
+ :HomePhone: 555-555-1212
1234
+ :OtherState:
1235
+ - :f1__c:
1236
+ :Level__c:
1237
+ :LeadSource:
1238
+ :MailingPostalCode:
1239
+ :AccountId:
1240
+ :n1__c:
1241
+ :LastModifiedDate: "2006-02-25T17:21:44.000Z"
1242
+ :AssistantPhone:
1243
+ :OtherPostalCode:
1244
+ :LastName: LN3
1245
+ :Languages__c:
1246
+ :Birthdate:
1247
+ :MailingCountry:
1248
+ :Salutation:
1249
+ :LastModifiedById: 00530000000hYFzAAM
1250
+ :Department:
1251
+ :ReportsToId:
1252
+ :OtherCountry:
1253
+ :FirstName: FN3_2
1254
+ :CustomUserRel__c:
1255
+ :Description:
1256
+ :Phone:
1257
+ :RecordTypeId: 012300000004pYzAAI
1258
+ :Id:
1259
+ - 0033000000GYsEMAA1
1260
+ - 0033000000GYsEMAA1
1261
+ :type: Contact
1262
+ :f2__c: "100.0"
1263
+ :SystemModstamp: "2006-02-25T17:21:44.000Z"
1264
+ :Email:
1265
+ :MailingStreet:
1266
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
1267
+ :OwnerId: 00530000000hYFzAAM
1268
+ :Fax:
1269
+ :OtherStreet:
1270
+ :LastCURequestDate:
1271
+ :Title:
1272
+ :MailingCity:
1273
+ :CreatedDate: "2006-02-25T17:21:43.000Z"
1274
+ :MobilePhone:
1275
+ :OtherCity:
1276
+ :LastCUUpdateDate:
1277
+ :AssistantName:
1278
+ :MailingState:
1279
+ :CreatedById: 00530000000hYFzAAM
1280
+ :OtherPhone:
1281
+ :HomePhone:
1282
+ :OtherState:
1283
+ - :f1__c:
1284
+ :Level__c:
1285
+ :LeadSource:
1286
+ :MailingPostalCode:
1287
+ :AccountId:
1288
+ :n1__c:
1289
+ :LastModifiedDate: "2006-02-25T17:22:33.000Z"
1290
+ :AssistantPhone:
1291
+ :OtherPostalCode:
1292
+ :LastName: LN3
1293
+ :Languages__c:
1294
+ :Birthdate:
1295
+ :MailingCountry:
1296
+ :Salutation:
1297
+ :LastModifiedById: 00530000000hYFzAAM
1298
+ :Department:
1299
+ :ReportsToId:
1300
+ :OtherCountry:
1301
+ :FirstName: FN3_2
1302
+ :CustomUserRel__c:
1303
+ :Description:
1304
+ :Phone:
1305
+ :RecordTypeId: 012300000004pYzAAI
1306
+ :Id:
1307
+ - 0033000000GYsHGAA1
1308
+ - 0033000000GYsHGAA1
1309
+ :type: Contact
1310
+ :f2__c: "100.0"
1311
+ :SystemModstamp: "2006-02-25T17:22:33.000Z"
1312
+ :Email:
1313
+ :MailingStreet:
1314
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
1315
+ :OwnerId: 00530000000hYFzAAM
1316
+ :Fax:
1317
+ :OtherStreet:
1318
+ :LastCURequestDate:
1319
+ :Title:
1320
+ :MailingCity:
1321
+ :CreatedDate: "2006-02-25T17:22:31.000Z"
1322
+ :MobilePhone:
1323
+ :OtherCity:
1324
+ :LastCUUpdateDate:
1325
+ :AssistantName:
1326
+ :MailingState:
1327
+ :CreatedById: 00530000000hYFzAAM
1328
+ :OtherPhone:
1329
+ :HomePhone:
1330
+ :OtherState:
1331
+ - :f1__c:
1332
+ :Level__c:
1333
+ :LeadSource:
1334
+ :MailingPostalCode:
1335
+ :AccountId:
1336
+ :n1__c:
1337
+ :LastModifiedDate: "2006-03-29T23:17:07.000Z"
1338
+ :AssistantPhone:
1339
+ :OtherPostalCode:
1340
+ :LastName: Alan
1341
+ :Languages__c:
1342
+ :Birthdate: "2006-02-21"
1343
+ :MailingCountry:
1344
+ :Salutation:
1345
+ :LastModifiedById: 00530000000hYFzAAM
1346
+ :Department:
1347
+ :ReportsToId:
1348
+ :OtherCountry:
1349
+ :FirstName: Dutch3Alan was here
1350
+ :CustomUserRel__c:
1351
+ :Description:
1352
+ :Phone:
1353
+ :RecordTypeId: 012300000004pYzAAI
1090
1354
  :Id:
1091
1355
  - 0033000000GLJuYAAX
1092
1356
  - 0033000000GLJuYAAX
1093
- - :type: Contact
1357
+ :type: Contact
1358
+ :f2__c: "100.0"
1359
+ :SystemModstamp: "2006-03-29T23:17:07.000Z"
1360
+ :Email: doug_chasman@yahoo.com
1361
+ :MailingStreet:
1362
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
1363
+ :OwnerId: 00530000000hYFzAAM
1364
+ :Fax:
1365
+ :OtherStreet:
1366
+ :LastCURequestDate:
1367
+ :Title:
1368
+ :MailingCity:
1369
+ :CreatedDate: "2006-02-19T14:31:27.000Z"
1370
+ :MobilePhone:
1371
+ :OtherCity:
1372
+ :LastCUUpdateDate:
1373
+ :AssistantName:
1374
+ :MailingState:
1375
+ :CreatedById: 00530000000hYFzAAM
1376
+ :OtherPhone:
1377
+ :HomePhone:
1378
+ :OtherState:
1379
+ - :f1__c:
1380
+ :Level__c:
1381
+ :LeadSource:
1382
+ :MailingPostalCode:
1383
+ :AccountId:
1384
+ :n1__c:
1385
+ :LastModifiedDate: "2006-02-22T21:01:31.000Z"
1386
+ :AssistantPhone:
1387
+ :OtherPostalCode:
1388
+ :LastName: Test
1389
+ :Languages__c:
1390
+ :Birthdate:
1391
+ :MailingCountry:
1392
+ :Salutation:
1393
+ :LastModifiedById: 00530000000hYFzAAM
1394
+ :Department:
1395
+ :ReportsToId:
1396
+ :OtherCountry:
1397
+ :FirstName: Dutch
1398
+ :CustomUserRel__c:
1399
+ :Description:
1400
+ :Phone:
1401
+ :RecordTypeId: 012300000004pYzAAI
1094
1402
  :Id:
1095
1403
  - 0033000000GLJxiAAH
1096
1404
  - 0033000000GLJxiAAH
1097
- - :type: Contact
1405
+ :type: Contact
1406
+ :f2__c: "100.0"
1407
+ :SystemModstamp: "2006-02-22T21:01:31.000Z"
1408
+ :Email:
1409
+ :MailingStreet:
1410
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
1411
+ :OwnerId: 00530000000hYFzAAM
1412
+ :Fax:
1413
+ :OtherStreet:
1414
+ :LastCURequestDate:
1415
+ :Title:
1416
+ :MailingCity:
1417
+ :CreatedDate: "2006-02-19T14:33:09.000Z"
1418
+ :MobilePhone:
1419
+ :OtherCity:
1420
+ :LastCUUpdateDate:
1421
+ :AssistantName:
1422
+ :MailingState:
1423
+ :CreatedById: 00530000000hYFzAAM
1424
+ :OtherPhone:
1425
+ :HomePhone: 555-555-1212
1426
+ :OtherState:
1427
+ - :f1__c:
1428
+ :Level__c:
1429
+ :LeadSource:
1430
+ :MailingPostalCode:
1431
+ :AccountId:
1432
+ :n1__c:
1433
+ :LastModifiedDate: "2006-03-13T15:50:11.000Z"
1434
+ :AssistantPhone:
1435
+ :OtherPostalCode:
1436
+ :LastName: LN3
1437
+ :Languages__c:
1438
+ :Birthdate:
1439
+ :MailingCountry:
1440
+ :Salutation:
1441
+ :LastModifiedById: 00530000000hYFzAAM
1442
+ :Department:
1443
+ :ReportsToId:
1444
+ :OtherCountry:
1445
+ :FirstName: FN3_2
1446
+ :CustomUserRel__c:
1447
+ :Description:
1448
+ :Phone:
1449
+ :RecordTypeId: 012300000004pYzAAI
1098
1450
  :Id:
1099
1451
  - 0033000000H1q9PAAR
1100
1452
  - 0033000000H1q9PAAR
1101
- - :type: Contact
1453
+ :type: Contact
1454
+ :f2__c: "100.0"
1455
+ :SystemModstamp: "2006-03-13T15:50:11.000Z"
1456
+ :Email:
1457
+ :MailingStreet:
1458
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
1459
+ :OwnerId: 00530000000hYFzAAM
1460
+ :Fax:
1461
+ :OtherStreet:
1462
+ :LastCURequestDate:
1463
+ :Title:
1464
+ :MailingCity:
1465
+ :CreatedDate: "2006-03-13T15:50:10.000Z"
1466
+ :MobilePhone:
1467
+ :OtherCity:
1468
+ :LastCUUpdateDate:
1469
+ :AssistantName:
1470
+ :MailingState:
1471
+ :CreatedById: 00530000000hYFzAAM
1472
+ :OtherPhone:
1473
+ :HomePhone:
1474
+ :OtherState:
1475
+ - :f1__c:
1476
+ :Level__c:
1477
+ :LeadSource:
1478
+ :MailingPostalCode:
1479
+ :AccountId:
1480
+ :n1__c:
1481
+ :LastModifiedDate: "2006-03-13T14:14:05.000Z"
1482
+ :AssistantPhone:
1483
+ :OtherPostalCode:
1484
+ :LastName: DutchTestLastName
1485
+ :Languages__c:
1486
+ :Birthdate:
1487
+ :MailingCountry:
1488
+ :Salutation:
1489
+ :LastModifiedById: 00530000000hYFzAAM
1490
+ :Department:
1491
+ :ReportsToId:
1492
+ :OtherCountry:
1493
+ :FirstName: DutchTestFirstName
1494
+ :CustomUserRel__c:
1495
+ :Description:
1496
+ :Phone:
1497
+ :RecordTypeId: 012300000004pYzAAI
1102
1498
  :Id:
1103
1499
  - 0033000000H1osuAAB
1104
1500
  - 0033000000H1osuAAB
1105
- - :type: Contact
1501
+ :type: Contact
1502
+ :f2__c: "100.0"
1503
+ :SystemModstamp: "2006-03-13T14:14:05.000Z"
1504
+ :Email:
1505
+ :MailingStreet:
1506
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
1507
+ :OwnerId: 00530000000hYFzAAM
1508
+ :Fax:
1509
+ :OtherStreet:
1510
+ :LastCURequestDate:
1511
+ :Title:
1512
+ :MailingCity:
1513
+ :CreatedDate: "2006-03-13T14:14:05.000Z"
1514
+ :MobilePhone:
1515
+ :OtherCity:
1516
+ :LastCUUpdateDate:
1517
+ :AssistantName:
1518
+ :MailingState:
1519
+ :CreatedById: 00530000000hYFzAAM
1520
+ :OtherPhone:
1521
+ :HomePhone: 555-555-1212
1522
+ :OtherState:
1523
+ - :f1__c:
1524
+ :Level__c:
1525
+ :LeadSource:
1526
+ :MailingPostalCode:
1527
+ :AccountId:
1528
+ :n1__c:
1529
+ :LastModifiedDate: "2006-03-13T14:23:38.000Z"
1530
+ :AssistantPhone:
1531
+ :OtherPostalCode:
1532
+ :LastName: DutchTestLastName
1533
+ :Languages__c:
1534
+ :Birthdate:
1535
+ :MailingCountry:
1536
+ :Salutation:
1537
+ :LastModifiedById: 00530000000hYFzAAM
1538
+ :Department:
1539
+ :ReportsToId:
1540
+ :OtherCountry:
1541
+ :FirstName: DutchTestFirstName
1542
+ :CustomUserRel__c:
1543
+ :Description:
1544
+ :Phone:
1545
+ :RecordTypeId: 012300000004pYzAAI
1106
1546
  :Id:
1107
1547
  - 0033000000H1owcAAB
1108
1548
  - 0033000000H1owcAAB
1109
- - :type: Contact
1110
- :Id:
1111
- - 0033000000H1qJQAAZ
1112
- - 0033000000H1qJQAAZ
1113
- - :type: Contact
1549
+ :type: Contact
1550
+ :f2__c: "100.0"
1551
+ :SystemModstamp: "2006-03-13T14:23:38.000Z"
1552
+ :Email:
1553
+ :MailingStreet:
1554
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
1555
+ :OwnerId: 00530000000hYFzAAM
1556
+ :Fax:
1557
+ :OtherStreet:
1558
+ :LastCURequestDate:
1559
+ :Title:
1560
+ :MailingCity:
1561
+ :CreatedDate: "2006-03-13T14:23:38.000Z"
1562
+ :MobilePhone:
1563
+ :OtherCity:
1564
+ :LastCUUpdateDate:
1565
+ :AssistantName:
1566
+ :MailingState:
1567
+ :CreatedById: 00530000000hYFzAAM
1568
+ :OtherPhone:
1569
+ :HomePhone: 555-555-1212
1570
+ :OtherState:
1571
+ - :f1__c:
1572
+ :Level__c:
1573
+ :LeadSource:
1574
+ :MailingPostalCode:
1575
+ :AccountId:
1576
+ :n1__c:
1577
+ :LastModifiedDate: "2006-03-13T14:19:30.000Z"
1578
+ :AssistantPhone:
1579
+ :OtherPostalCode:
1580
+ :LastName: DutchTestLastName
1581
+ :Languages__c:
1582
+ :Birthdate:
1583
+ :MailingCountry:
1584
+ :Salutation:
1585
+ :LastModifiedById: 00530000000hYFzAAM
1586
+ :Department:
1587
+ :ReportsToId:
1588
+ :OtherCountry:
1589
+ :FirstName: DutchTestFirstName
1590
+ :CustomUserRel__c:
1591
+ :Description:
1592
+ :Phone:
1593
+ :RecordTypeId: 012300000004pYzAAI
1114
1594
  :Id:
1115
1595
  - 0033000000H1ovPAAR
1116
1596
  - 0033000000H1ovPAAR
1117
- - :type: Contact
1597
+ :type: Contact
1598
+ :f2__c: "100.0"
1599
+ :SystemModstamp: "2006-03-13T14:19:30.000Z"
1600
+ :Email:
1601
+ :MailingStreet:
1602
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
1603
+ :OwnerId: 00530000000hYFzAAM
1604
+ :Fax:
1605
+ :OtherStreet:
1606
+ :LastCURequestDate:
1607
+ :Title:
1608
+ :MailingCity:
1609
+ :CreatedDate: "2006-03-13T14:19:30.000Z"
1610
+ :MobilePhone:
1611
+ :OtherCity:
1612
+ :LastCUUpdateDate:
1613
+ :AssistantName:
1614
+ :MailingState:
1615
+ :CreatedById: 00530000000hYFzAAM
1616
+ :OtherPhone:
1617
+ :HomePhone: 555-555-1212
1618
+ :OtherState:
1619
+ - :f1__c:
1620
+ :Level__c: Primary
1621
+ :LeadSource: Web
1622
+ :MailingPostalCode:
1623
+ :AccountId: 00130000007qjqLAAQ
1624
+ :n1__c:
1625
+ :LastModifiedDate: "2006-03-04T17:43:55.000Z"
1626
+ :AssistantPhone:
1627
+ :OtherPostalCode:
1628
+ :LastName: Gonzalez
1629
+ :Languages__c: English
1630
+ :Birthdate: "1956-08-08"
1631
+ :MailingCountry:
1632
+ :Salutation: Ms.
1633
+ :LastModifiedById: 00530000000hYFzAAM
1634
+ :Department: Procurement
1635
+ :ReportsToId:
1636
+ :OtherCountry:
1637
+ :FirstName: DutchieBoyInTheDemo24
1638
+ :CustomUserRel__c: 00530000000hYFzAAM
1639
+ :Description:
1640
+ :Phone: (512) 757-6000
1641
+ :RecordTypeId:
1118
1642
  :Id:
1119
1643
  - 0033000000B1LKpAAN
1120
1644
  - 0033000000B1LKpAAN
1121
- - :type: Contact
1645
+ :type: Contact
1646
+ :f2__c: "100.0"
1647
+ :SystemModstamp: "2006-03-04T17:43:55.000Z"
1648
+ :Email: rose@edge.com
1649
+ :MailingStreet: |-
1650
+ 313 Constitution Place
1651
+ Austin, TX 78767
1652
+ USA
1653
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
1654
+ :OwnerId: 00530000000hYFzAAM
1655
+ :Fax: (512) 757-9000
1656
+ :OtherStreet:
1657
+ :LastCURequestDate:
1658
+ :Title: SVP, Procurement
1659
+ :MailingCity:
1660
+ :CreatedDate: "2005-08-11T00:30:01.000Z"
1661
+ :MobilePhone: (512) 757-9340
1662
+ :OtherCity:
1663
+ :LastCUUpdateDate:
1664
+ :AssistantName:
1665
+ :MailingState:
1666
+ :CreatedById: 00530000000hYFzAAM
1667
+ :OtherPhone:
1668
+ :HomePhone:
1669
+ :OtherState:
1670
+ - :f1__c:
1671
+ :Level__c: Secondary
1672
+ :LeadSource: Web
1673
+ :MailingPostalCode:
1674
+ :AccountId: 00130000007qjqLAAQ
1675
+ :n1__c:
1676
+ :LastModifiedDate: "2005-08-11T00:30:01.000Z"
1677
+ :AssistantPhone:
1678
+ :OtherPostalCode:
1679
+ :LastName: Forbes
1680
+ :Languages__c: English
1681
+ :Birthdate: "1935-05-06"
1682
+ :MailingCountry:
1683
+ :Salutation: Mr.
1684
+ :LastModifiedById: 00530000000hYFzAAM
1685
+ :Department: Finance
1686
+ :ReportsToId:
1687
+ :OtherCountry:
1688
+ :FirstName: Sean
1689
+ :CustomUserRel__c:
1690
+ :Description:
1691
+ :Phone: (512) 757-6000
1692
+ :RecordTypeId:
1122
1693
  :Id:
1123
1694
  - 0033000000B1LKqAAN
1124
1695
  - 0033000000B1LKqAAN
1125
- - :type: Contact
1696
+ :type: Contact
1697
+ :f2__c: "100.0"
1698
+ :SystemModstamp: "2005-08-11T00:30:01.000Z"
1699
+ :Email: sean@edge.com
1700
+ :MailingStreet: |-
1701
+ 312 Constitution Place
1702
+ Austin, TX 78767
1703
+ USA
1704
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
1705
+ :OwnerId: 00530000000hYFzAAM
1706
+ :Fax: (512) 757-9000
1707
+ :OtherStreet:
1708
+ :LastCURequestDate:
1709
+ :Title: CFO
1710
+ :MailingCity:
1711
+ :CreatedDate: "2005-08-11T00:30:01.000Z"
1712
+ :MobilePhone: (512) 757-4561
1713
+ :OtherCity:
1714
+ :LastCUUpdateDate:
1715
+ :AssistantName:
1716
+ :MailingState:
1717
+ :CreatedById: 00530000000hYFzAAM
1718
+ :OtherPhone:
1719
+ :HomePhone:
1720
+ :OtherState:
1721
+ - :f1__c:
1722
+ :Level__c:
1723
+ :LeadSource: Web
1724
+ :MailingPostalCode: "27215"
1725
+ :AccountId: 00130000007qjqMAAQ
1726
+ :n1__c:
1727
+ :LastModifiedDate: "2005-08-11T00:30:01.000Z"
1728
+ :AssistantPhone:
1729
+ :OtherPostalCode:
1730
+ :LastName: Rogers
1731
+ :Languages__c:
1732
+ :Birthdate:
1733
+ :MailingCountry: USA
1734
+ :Salutation: Mr.
1735
+ :LastModifiedById: 00530000000hYFzAAM
1736
+ :Department:
1737
+ :ReportsToId:
1738
+ :OtherCountry:
1739
+ :FirstName: Jack
1740
+ :CustomUserRel__c:
1741
+ :Description:
1742
+ :Phone: (336) 222-7000
1743
+ :RecordTypeId:
1126
1744
  :Id:
1127
1745
  - 0033000000B1LKrAAN
1128
1746
  - 0033000000B1LKrAAN
1129
- - :type: Contact
1747
+ :type: Contact
1748
+ :f2__c: "100.0"
1749
+ :SystemModstamp: "2005-08-11T00:30:01.000Z"
1750
+ :Email: jrogers@burlington.com
1751
+ :MailingStreet: 525 S. Lexington Ave
1752
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
1753
+ :OwnerId: 00530000000hYFzAAM
1754
+ :Fax: (336) 222-8000
1755
+ :OtherStreet:
1756
+ :LastCURequestDate:
1757
+ :Title: VP, Facilities
1758
+ :MailingCity: Burlington
1759
+ :CreatedDate: "2005-08-11T00:30:01.000Z"
1760
+ :MobilePhone:
1761
+ :OtherCity:
1762
+ :LastCUUpdateDate:
1763
+ :AssistantName:
1764
+ :MailingState: NC
1765
+ :CreatedById: 00530000000hYFzAAM
1766
+ :OtherPhone:
1767
+ :HomePhone:
1768
+ :OtherState:
1769
+ - :f1__c:
1770
+ :Level__c: Primary
1771
+ :LeadSource:
1772
+ :MailingPostalCode: "75251"
1773
+ :AccountId: 00130000007qjqNAAQ
1774
+ :n1__c:
1775
+ :LastModifiedDate: "2005-08-11T00:30:01.000Z"
1776
+ :AssistantPhone: (014) 427-4465
1777
+ :OtherPostalCode: "75251"
1778
+ :LastName: Stumuller
1779
+ :Languages__c: French, English
1780
+ :Birthdate:
1781
+ :MailingCountry: France
1782
+ :Salutation: Ms.
1783
+ :LastModifiedById: 00530000000hYFzAAM
1784
+ :Department: Finance
1785
+ :ReportsToId:
1786
+ :OtherCountry: France
1787
+ :FirstName: Pat
1788
+ :CustomUserRel__c:
1789
+ :Description:
1790
+ :Phone: (014) 427-4427
1791
+ :RecordTypeId:
1130
1792
  :Id:
1131
1793
  - 0033000000B1LKsAAN
1132
1794
  - 0033000000B1LKsAAN
1133
- - :type: Contact
1795
+ :type: Contact
1796
+ :f2__c: "100.0"
1797
+ :SystemModstamp: "2005-08-11T00:30:01.000Z"
1798
+ :Email: pat@pyramid.net
1799
+ :MailingStreet: 2 Place Jussieu
1800
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
1801
+ :OwnerId: 00530000000hYFzAAM
1802
+ :Fax: (014) 427-4428
1803
+ :OtherStreet: 2 Place Jussieu
1804
+ :LastCURequestDate:
1805
+ :Title: SVP, Administration and Finance
1806
+ :MailingCity: Paris
1807
+ :CreatedDate: "2005-08-11T00:30:01.000Z"
1808
+ :MobilePhone: (014) 454-6364
1809
+ :OtherCity: Paris
1810
+ :LastCUUpdateDate:
1811
+ :AssistantName: Jean Marie
1812
+ :MailingState:
1813
+ :CreatedById: 00530000000hYFzAAM
1814
+ :OtherPhone:
1815
+ :HomePhone:
1816
+ :OtherState:
1817
+ - :f1__c:
1818
+ :Level__c: Secondary
1819
+ :LeadSource: Partner Referral
1820
+ :MailingPostalCode:
1821
+ :AccountId: 00130000007qjqPAAQ
1822
+ :n1__c:
1823
+ :LastModifiedDate: "2005-08-11T00:30:01.000Z"
1824
+ :AssistantPhone:
1825
+ :OtherPostalCode:
1826
+ :LastName: Barr
1827
+ :Languages__c: English
1828
+ :Birthdate: "1942-04-04"
1829
+ :MailingCountry:
1830
+ :Salutation: Mr.
1831
+ :LastModifiedById: 00530000000hYFzAAM
1832
+ :Department: Finance
1833
+ :ReportsToId:
1834
+ :OtherCountry:
1835
+ :FirstName: Tim
1836
+ :CustomUserRel__c:
1837
+ :Description:
1838
+ :Phone: (312) 596-1000
1839
+ :RecordTypeId:
1134
1840
  :Id:
1135
1841
  - 0033000000B1LKuAAN
1136
1842
  - 0033000000B1LKuAAN
1137
- - :type: Contact
1843
+ :type: Contact
1844
+ :f2__c: "100.0"
1845
+ :SystemModstamp: "2005-08-11T00:30:01.000Z"
1846
+ :Email: barr_tim@grandhotels.com
1847
+ :MailingStreet: |-
1848
+ 2335 N. Michigan Avenue, Suite 1500
1849
+ Chicago, IL 60601, USA
1850
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
1851
+ :OwnerId: 00530000000hYFzAAM
1852
+ :Fax: (312) 596-1500
1853
+ :OtherStreet:
1854
+ :LastCURequestDate:
1855
+ :Title: SVP, Administration and Finance
1856
+ :MailingCity:
1857
+ :CreatedDate: "2005-08-11T00:30:01.000Z"
1858
+ :MobilePhone: (312) 596-1230
1859
+ :OtherCity:
1860
+ :LastCUUpdateDate:
1861
+ :AssistantName:
1862
+ :MailingState:
1863
+ :CreatedById: 00530000000hYFzAAM
1864
+ :OtherPhone:
1865
+ :HomePhone:
1866
+ :OtherState:
1867
+ - :f1__c:
1868
+ :Level__c: Primary
1869
+ :LeadSource: Partner Referral
1870
+ :MailingPostalCode:
1871
+ :AccountId: 00130000007qjqPAAQ
1872
+ :n1__c:
1873
+ :LastModifiedDate: "2005-08-11T00:30:01.000Z"
1874
+ :AssistantPhone:
1875
+ :OtherPostalCode:
1876
+ :LastName: Bond
1877
+ :Languages__c: English
1878
+ :Birthdate: "1944-06-15"
1879
+ :MailingCountry:
1880
+ :Salutation: Mr.
1881
+ :LastModifiedById: 00530000000hYFzAAM
1882
+ :Department: Facilities
1883
+ :ReportsToId:
1884
+ :OtherCountry:
1885
+ :FirstName: John
1886
+ :CustomUserRel__c:
1887
+ :Description:
1888
+ :Phone: (312) 596-1000
1889
+ :RecordTypeId:
1138
1890
  :Id:
1139
1891
  - 0033000000B1LKvAAN
1140
1892
  - 0033000000B1LKvAAN
1141
- - :type: Contact
1893
+ :type: Contact
1894
+ :f2__c: "100.0"
1895
+ :SystemModstamp: "2005-08-11T00:30:01.000Z"
1896
+ :Email: bond_john@grandhotels.com
1897
+ :MailingStreet: |-
1898
+ 2334 N. Michigan Avenue, Suite 1500
1899
+ Chicago, IL 60601, USA
1900
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
1901
+ :OwnerId: 00530000000hYFzAAM
1902
+ :Fax: (312) 596-1500
1903
+ :OtherStreet:
1904
+ :LastCURequestDate:
1905
+ :Title: VP, Facilities
1906
+ :MailingCity:
1907
+ :CreatedDate: "2005-08-11T00:30:01.000Z"
1908
+ :MobilePhone: (312) 596-1563
1909
+ :OtherCity:
1910
+ :LastCUUpdateDate:
1911
+ :AssistantName:
1912
+ :MailingState:
1913
+ :CreatedById: 00530000000hYFzAAM
1914
+ :OtherPhone:
1915
+ :HomePhone:
1916
+ :OtherState:
1917
+ - :f1__c:
1918
+ :Level__c: Primary
1919
+ :LeadSource: Phone Inquiry
1920
+ :MailingPostalCode:
1921
+ :AccountId: 00130000007qjqQAAQ
1922
+ :n1__c:
1923
+ :LastModifiedDate: "2005-08-11T00:30:01.000Z"
1924
+ :AssistantPhone: (503) 421-6782
1925
+ :OtherPostalCode:
1926
+ :LastName: Levy
1927
+ :Languages__c: English
1928
+ :Birthdate: "1925-07-15"
1929
+ :MailingCountry:
1930
+ :Salutation: Ms.
1931
+ :LastModifiedById: 00530000000hYFzAAM
1932
+ :Department: Operations
1933
+ :ReportsToId:
1934
+ :OtherCountry:
1935
+ :FirstName: Babara
1936
+ :CustomUserRel__c:
1937
+ :Description:
1938
+ :Phone: (503) 421-7800
1939
+ :RecordTypeId:
1142
1940
  :Id:
1143
1941
  - 0033000000B1LKwAAN
1144
1942
  - 0033000000B1LKwAAN
1145
- - :type: Contact
1943
+ :type: Contact
1944
+ :f2__c: "100.0"
1945
+ :SystemModstamp: "2005-08-11T00:30:01.000Z"
1946
+ :Email: b.levy@expressl&t.net
1947
+ :MailingStreet: |-
1948
+ 620 SW 5th Avenue Suite 400
1949
+ Portland, Oregon 97204
1950
+ United States
1951
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
1952
+ :OwnerId: 00530000000hYFzAAM
1953
+ :Fax: (503) 421-7801
1954
+ :OtherStreet:
1955
+ :LastCURequestDate:
1956
+ :Title: SVP, Operations
1957
+ :MailingCity:
1958
+ :CreatedDate: "2005-08-11T00:30:01.000Z"
1959
+ :MobilePhone: (503) 421-5451
1960
+ :OtherCity:
1961
+ :LastCUUpdateDate:
1962
+ :AssistantName: Ron Sage
1963
+ :MailingState:
1964
+ :CreatedById: 00530000000hYFzAAM
1965
+ :OtherPhone:
1966
+ :HomePhone:
1967
+ :OtherState:
1968
+ - :f1__c:
1969
+ :Level__c: Secondary
1970
+ :LeadSource: Phone Inquiry
1971
+ :MailingPostalCode:
1972
+ :AccountId: 00130000007qjqQAAQ
1973
+ :n1__c:
1974
+ :LastModifiedDate: "2005-08-11T00:30:01.000Z"
1975
+ :AssistantPhone:
1976
+ :OtherPostalCode:
1977
+ :LastName: Davis
1978
+ :Languages__c: English
1979
+ :Birthdate: "1936-11-09"
1980
+ :MailingCountry:
1981
+ :Salutation: Mr.
1982
+ :LastModifiedById: 00530000000hYFzAAM
1983
+ :Department: Warehouse Mgmt
1984
+ :ReportsToId:
1985
+ :OtherCountry:
1986
+ :FirstName: Josh
1987
+ :CustomUserRel__c:
1988
+ :Description:
1989
+ :Phone: (503) 421-7800
1990
+ :RecordTypeId:
1146
1991
  :Id:
1147
1992
  - 0033000000B1LKxAAN
1148
1993
  - 0033000000B1LKxAAN
1149
- - :type: Contact
1994
+ :type: Contact
1995
+ :f2__c: "100.0"
1996
+ :SystemModstamp: "2005-08-11T00:30:01.000Z"
1997
+ :Email: j.davis@expressl&t.net
1998
+ :MailingStreet: |-
1999
+ 621 SW 5th Avenue Suite 400
2000
+ Portland, Oregon 97204
2001
+ United States
2002
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
2003
+ :OwnerId: 00530000000hYFzAAM
2004
+ :Fax: (503) 421-7801
2005
+ :OtherStreet:
2006
+ :LastCURequestDate:
2007
+ :Title: Director, Warehouse Mgmt
2008
+ :MailingCity:
2009
+ :CreatedDate: "2005-08-11T00:30:01.000Z"
2010
+ :MobilePhone: (503) 421-4387
2011
+ :OtherCity:
2012
+ :LastCUUpdateDate:
2013
+ :AssistantName:
2014
+ :MailingState:
2015
+ :CreatedById: 00530000000hYFzAAM
2016
+ :OtherPhone:
2017
+ :HomePhone:
2018
+ :OtherState:
2019
+ - :f1__c:
2020
+ :Level__c: Primary
2021
+ :LeadSource: Phone Inquiry
2022
+ :MailingPostalCode:
2023
+ :AccountId: 00130000007qjqRAAQ
2024
+ :n1__c:
2025
+ :LastModifiedDate: "2005-08-11T00:30:01.000Z"
2026
+ :AssistantPhone:
2027
+ :OtherPostalCode:
2028
+ :LastName: Grey
2029
+ :Languages__c: English
2030
+ :Birthdate: "1932-09-26"
2031
+ :MailingCountry:
2032
+ :Salutation: Ms.
2033
+ :LastModifiedById: 00530000000hYFzAAM
2034
+ :Department: Administration
2035
+ :ReportsToId:
2036
+ :OtherCountry:
2037
+ :FirstName: Jane
2038
+ :CustomUserRel__c:
2039
+ :Description:
2040
+ :Phone: (520) 773-9050
2041
+ :RecordTypeId:
1150
2042
  :Id:
1151
2043
  - 0033000000B1LKyAAN
1152
2044
  - 0033000000B1LKyAAN
1153
- - :type: Contact
2045
+ :type: Contact
2046
+ :f2__c: "100.0"
2047
+ :SystemModstamp: "2005-08-11T00:30:01.000Z"
2048
+ :Email: jane_gray@uoa.edu
2049
+ :MailingStreet: |-
2050
+ 888 N Euclid
2051
+ Hallis Center, Room 501
2052
+ Tucson, AZ 85721
2053
+ United States
2054
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
2055
+ :OwnerId: 00530000000hYFzAAM
2056
+ :Fax: (520) 773-9060
2057
+ :OtherStreet:
2058
+ :LastCURequestDate:
2059
+ :Title: Dean of Administration
2060
+ :MailingCity:
2061
+ :CreatedDate: "2005-08-11T00:30:01.000Z"
2062
+ :MobilePhone: (520) 773-4539
2063
+ :OtherCity:
2064
+ :LastCUUpdateDate:
2065
+ :AssistantName:
2066
+ :MailingState:
2067
+ :CreatedById: 00530000000hYFzAAM
2068
+ :OtherPhone:
2069
+ :HomePhone:
2070
+ :OtherState:
2071
+ - :f1__c:
2072
+ :Level__c: Secondary
2073
+ :LeadSource: Purchased List
2074
+ :MailingPostalCode:
2075
+ :AccountId: 00130000007qjqSAAQ
2076
+ :n1__c:
2077
+ :LastModifiedDate: "2006-02-22T00:14:18.000Z"
2078
+ :AssistantPhone: (212) 842-5464
2079
+ :OtherPostalCode:
2080
+ :LastName: Song
2081
+ :Languages__c: English
2082
+ :Birthdate: "1940-03-25"
2083
+ :MailingCountry:
2084
+ :Salutation: Mr.
2085
+ :LastModifiedById: 00530000000hYFzAAM
2086
+ :Department: Executive Team
2087
+ :ReportsToId:
2088
+ :OtherCountry:
2089
+ :FirstName: Arthur2
2090
+ :CustomUserRel__c:
2091
+ :Description:
2092
+ :Phone: (212) 842-5500
2093
+ :RecordTypeId:
1154
2094
  :Id:
1155
2095
  - 0033000000B1LKzAAN
1156
2096
  - 0033000000B1LKzAAN
1157
- - :type: Contact
2097
+ :type: Contact
2098
+ :f2__c: "100.0"
2099
+ :SystemModstamp: "2006-02-22T00:14:18.000Z"
2100
+ :Email: asong@uog.com
2101
+ :MailingStreet: |-
2102
+ 1301 Avenue of the Americas
2103
+ New York, NY 10019
2104
+ USA
2105
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
2106
+ :OwnerId: 00530000000hYFzAAM
2107
+ :Fax: (212) 842-5501
2108
+ :OtherStreet:
2109
+ :LastCURequestDate:
2110
+ :Title: CEO
2111
+ :MailingCity:
2112
+ :CreatedDate: "2005-08-11T00:30:01.000Z"
2113
+ :MobilePhone: (212) 842-4535
2114
+ :OtherCity:
2115
+ :LastCUUpdateDate:
2116
+ :AssistantName: Pat Feinstein
2117
+ :MailingState:
2118
+ :CreatedById: 00530000000hYFzAAM
2119
+ :OtherPhone:
2120
+ :HomePhone:
2121
+ :OtherState:
2122
+ - :f1__c:
2123
+ :Level__c: Primary
2124
+ :LeadSource: Purchased List
2125
+ :MailingPostalCode:
2126
+ :AccountId: 00130000007qjqSAAQ
2127
+ :n1__c:
2128
+ :LastModifiedDate: "2005-08-11T00:30:01.000Z"
2129
+ :AssistantPhone: (212) 842-5428
2130
+ :OtherPostalCode:
2131
+ :LastName: Green
2132
+ :Languages__c: English
2133
+ :Birthdate: "1922-03-05"
2134
+ :MailingCountry:
2135
+ :Salutation: Mr.
2136
+ :LastModifiedById: 00530000000hYFzAAM
2137
+ :Department: Finance
2138
+ :ReportsToId:
2139
+ :OtherCountry:
2140
+ :FirstName: Avi
2141
+ :CustomUserRel__c:
2142
+ :Description:
2143
+ :Phone: (212) 842-5500
2144
+ :RecordTypeId:
1158
2145
  :Id:
1159
2146
  - 0033000000B1LL0AAN
1160
2147
  - 0033000000B1LL0AAN
1161
- - :type: Contact
2148
+ :type: Contact
2149
+ :f2__c: "100.0"
2150
+ :SystemModstamp: "2005-08-11T00:30:01.000Z"
2151
+ :Email: agreen@uog.com
2152
+ :MailingStreet: |-
2153
+ 1302 Avenue of the Americas
2154
+ New York, NY 10019
2155
+ USA
2156
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
2157
+ :OwnerId: 00530000000hYFzAAM
2158
+ :Fax: (212) 842-5501
2159
+ :OtherStreet:
2160
+ :LastCURequestDate:
2161
+ :Title: CFO
2162
+ :MailingCity:
2163
+ :CreatedDate: "2005-08-11T00:30:01.000Z"
2164
+ :MobilePhone: (212) 842-2383
2165
+ :OtherCity:
2166
+ :LastCUUpdateDate:
2167
+ :AssistantName: Chris Nobel
2168
+ :MailingState:
2169
+ :CreatedById: 00530000000hYFzAAM
2170
+ :OtherPhone:
2171
+ :HomePhone:
2172
+ :OtherState:
2173
+ - :f1__c:
2174
+ :Level__c: Tertiary
2175
+ :LeadSource: Purchased List
2176
+ :MailingPostalCode:
2177
+ :AccountId: 00130000007qjqSAAQ
2178
+ :n1__c:
2179
+ :LastModifiedDate: "2005-08-11T00:30:01.000Z"
2180
+ :AssistantPhone: (212) 842-5589
2181
+ :OtherPostalCode:
2182
+ :LastName: Pavlova
2183
+ :Languages__c: English
2184
+ :Birthdate: "1931-11-30"
2185
+ :MailingCountry:
2186
+ :Salutation: Ms.
2187
+ :LastModifiedById: 00530000000hYFzAAM
2188
+ :Department: Production
2189
+ :ReportsToId:
2190
+ :OtherCountry:
2191
+ :FirstName: Stella
2192
+ :CustomUserRel__c:
2193
+ :Description:
2194
+ :Phone: (212) 842-5500
2195
+ :RecordTypeId:
1162
2196
  :Id:
1163
2197
  - 0033000000B1LL1AAN
1164
2198
  - 0033000000B1LL1AAN
1165
- - :type: Contact
2199
+ :type: Contact
2200
+ :f2__c: "100.0"
2201
+ :SystemModstamp: "2005-08-11T00:30:01.000Z"
2202
+ :Email: spavlova@uog.com
2203
+ :MailingStreet: |-
2204
+ 1303 Avenue of the Americas
2205
+ New York, NY 10019
2206
+ USA
2207
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
2208
+ :OwnerId: 00530000000hYFzAAM
2209
+ :Fax: (212) 842-5501
2210
+ :OtherStreet:
2211
+ :LastCURequestDate:
2212
+ :Title: SVP, Production
2213
+ :MailingCity:
2214
+ :CreatedDate: "2005-08-11T00:30:01.000Z"
2215
+ :MobilePhone: (212) 842-5501
2216
+ :OtherCity:
2217
+ :LastCUUpdateDate:
2218
+ :AssistantName: Audrey Haynes
2219
+ :MailingState:
2220
+ :CreatedById: 00530000000hYFzAAM
2221
+ :OtherPhone: (212) 842-5543
2222
+ :HomePhone:
2223
+ :OtherState:
2224
+ - :f1__c:
2225
+ :Level__c: Secondary
2226
+ :LeadSource: Purchased List
2227
+ :MailingPostalCode:
2228
+ :AccountId: 00130000007qjqSAAQ
2229
+ :n1__c:
2230
+ :LastModifiedDate: "2005-08-11T00:30:01.000Z"
2231
+ :AssistantPhone:
2232
+ :OtherPostalCode:
2233
+ :LastName: Boyle
2234
+ :Languages__c: English
2235
+ :Birthdate: "1949-01-12"
2236
+ :MailingCountry:
2237
+ :Salutation: Ms.
2238
+ :LastModifiedById: 00530000000hYFzAAM
2239
+ :Department: Technology
2240
+ :ReportsToId:
2241
+ :OtherCountry:
2242
+ :FirstName: Lauren
2243
+ :CustomUserRel__c:
2244
+ :Description:
2245
+ :Phone: (212) 842-5500
2246
+ :RecordTypeId:
1166
2247
  :Id:
1167
2248
  - 0033000000B1LL2AAN
1168
2249
  - 0033000000B1LL2AAN
1169
- - :type: Contact
2250
+ :type: Contact
2251
+ :f2__c: "100.0"
2252
+ :SystemModstamp: "2005-08-11T00:30:01.000Z"
2253
+ :Email: lboyle@uog.com
2254
+ :MailingStreet: |-
2255
+ 1304 Avenue of the Americas
2256
+ New York, NY 10019
2257
+ USA
2258
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
2259
+ :OwnerId: 00530000000hYFzAAM
2260
+ :Fax: (212) 842-5501
2261
+ :OtherStreet:
2262
+ :LastCURequestDate:
2263
+ :Title: SVP, Technology
2264
+ :MailingCity:
2265
+ :CreatedDate: "2005-08-11T00:30:01.000Z"
2266
+ :MobilePhone: (212) 842-5611
2267
+ :OtherCity:
2268
+ :LastCUUpdateDate:
2269
+ :AssistantName:
2270
+ :MailingState:
2271
+ :CreatedById: 00530000000hYFzAAM
2272
+ :OtherPhone:
2273
+ :HomePhone:
2274
+ :OtherState:
2275
+ - :f1__c:
2276
+ :Level__c: Primary
2277
+ :LeadSource: Purchased List
2278
+ :MailingPostalCode:
2279
+ :AccountId: 00130000007qjqTAAQ
2280
+ :n1__c:
2281
+ :LastModifiedDate: "2005-08-11T00:30:01.000Z"
2282
+ :AssistantPhone:
2283
+ :OtherPostalCode:
2284
+ :LastName: James
2285
+ :Languages__c: English
2286
+ :Birthdate: "1934-12-04"
2287
+ :MailingCountry:
2288
+ :Salutation: Ms.
2289
+ :LastModifiedById: 00530000000hYFzAAM
2290
+ :Department: Finance
2291
+ :ReportsToId:
2292
+ :OtherCountry:
2293
+ :FirstName: Ashley
2294
+ :CustomUserRel__c:
2295
+ :Description:
2296
+ :Phone: +44 191 4956203
2297
+ :RecordTypeId:
1170
2298
  :Id:
1171
2299
  - 0033000000B1LL3AAN
1172
2300
  - 0033000000B1LL3AAN
1173
- - :type: Contact
2301
+ :type: Contact
2302
+ :f2__c: "100.0"
2303
+ :SystemModstamp: "2005-08-11T00:30:01.000Z"
2304
+ :Email: ajames@uog.com
2305
+ :MailingStreet: |-
2306
+ Kings Park, 17th Avenue, Team Valley Trading Estate,
2307
+ Gateshead, Tyne and Wear NE26 3HS
2308
+ United Kingdom
2309
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
2310
+ :OwnerId: 00530000000hYFzAAM
2311
+ :Fax: +44 191 4956620
2312
+ :OtherStreet:
2313
+ :LastCURequestDate:
2314
+ :Title: VP, Finance
2315
+ :MailingCity:
2316
+ :CreatedDate: "2005-08-11T00:30:01.000Z"
2317
+ :MobilePhone: +44 191 3456234
2318
+ :OtherCity:
2319
+ :LastCUUpdateDate:
2320
+ :AssistantName:
2321
+ :MailingState:
2322
+ :CreatedById: 00530000000hYFzAAM
2323
+ :OtherPhone:
2324
+ :HomePhone:
2325
+ :OtherState:
2326
+ - :f1__c:
2327
+ :Level__c: Primary
2328
+ :LeadSource: Purchased List
2329
+ :MailingPostalCode:
2330
+ :AccountId: 00130000007qjqUAAQ
2331
+ :n1__c:
2332
+ :LastModifiedDate: "2005-08-11T00:30:01.000Z"
2333
+ :AssistantPhone:
2334
+ :OtherPostalCode:
2335
+ :LastName: Ripley
2336
+ :Languages__c: English
2337
+ :Birthdate: "1939-02-01"
2338
+ :MailingCountry:
2339
+ :Salutation: Mr.
2340
+ :LastModifiedById: 00530000000hYFzAAM
2341
+ :Department: Executive Team
2342
+ :ReportsToId:
2343
+ :OtherCountry:
2344
+ :FirstName: Tom
2345
+ :CustomUserRel__c:
2346
+ :Description:
2347
+ :Phone: (650) 450-8810
2348
+ :RecordTypeId:
1174
2349
  :Id:
1175
2350
  - 0033000000B1LL4AAN
1176
2351
  - 0033000000B1LL4AAN
1177
- - :type: Contact
2352
+ :type: Contact
2353
+ :f2__c: "100.0"
2354
+ :SystemModstamp: "2005-08-11T00:30:01.000Z"
2355
+ :Email: tripley@uog.com
2356
+ :MailingStreet: |-
2357
+ 9 Tagore Lane
2358
+ Singapore, Singapore 787472
2359
+ Singapore
2360
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
2361
+ :OwnerId: 00530000000hYFzAAM
2362
+ :Fax: (650) 450-8820
2363
+ :OtherStreet:
2364
+ :LastCURequestDate:
2365
+ :Title: Regional General Manager
2366
+ :MailingCity:
2367
+ :CreatedDate: "2005-08-11T00:30:01.000Z"
2368
+ :MobilePhone: (650) 345-7636
2369
+ :OtherCity:
2370
+ :LastCUUpdateDate:
2371
+ :AssistantName:
2372
+ :MailingState:
2373
+ :CreatedById: 00530000000hYFzAAM
2374
+ :OtherPhone:
2375
+ :HomePhone:
2376
+ :OtherState:
2377
+ - :f1__c:
2378
+ :Level__c: Secondary
2379
+ :LeadSource: Purchased List
2380
+ :MailingPostalCode:
2381
+ :AccountId: 00130000007qjqUAAQ
2382
+ :n1__c:
2383
+ :LastModifiedDate: "2005-08-11T00:30:01.000Z"
2384
+ :AssistantPhone:
2385
+ :OtherPostalCode:
2386
+ :LastName: D'Cruz
2387
+ :Languages__c: English
2388
+ :Birthdate: "1950-05-13"
2389
+ :MailingCountry:
2390
+ :Salutation: Ms.
2391
+ :LastModifiedById: 00530000000hYFzAAM
2392
+ :Department: Production
2393
+ :ReportsToId:
2394
+ :OtherCountry:
2395
+ :FirstName: Liz
2396
+ :CustomUserRel__c:
2397
+ :Description:
2398
+ :Phone: (650) 450-8810
2399
+ :RecordTypeId:
1178
2400
  :Id:
1179
2401
  - 0033000000B1LL5AAN
1180
2402
  - 0033000000B1LL5AAN
1181
- - :type: Contact
2403
+ :type: Contact
2404
+ :f2__c: "100.0"
2405
+ :SystemModstamp: "2005-08-11T00:30:01.000Z"
2406
+ :Email: ldcruz@uog.com
2407
+ :MailingStreet: |-
2408
+ 10 Tagore Lane
2409
+ Singapore, Singapore 787472
2410
+ Singapore
2411
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
2412
+ :OwnerId: 00530000000hYFzAAM
2413
+ :Fax: (650) 450-8820
2414
+ :OtherStreet:
2415
+ :LastCURequestDate:
2416
+ :Title: VP, Production
2417
+ :MailingCity:
2418
+ :CreatedDate: "2005-08-11T00:30:01.000Z"
2419
+ :MobilePhone: (650) 345-6637
2420
+ :OtherCity:
2421
+ :LastCUUpdateDate:
2422
+ :AssistantName:
2423
+ :MailingState:
2424
+ :CreatedById: 00530000000hYFzAAM
2425
+ :OtherPhone:
2426
+ :HomePhone:
2427
+ :OtherState:
2428
+ - :f1__c:
2429
+ :Level__c: Primary
2430
+ :LeadSource: Partner Referral
2431
+ :MailingPostalCode:
2432
+ :AccountId: 00130000007qjqVAAQ
2433
+ :n1__c:
2434
+ :LastModifiedDate: "2005-08-11T00:30:01.000Z"
2435
+ :AssistantPhone:
2436
+ :OtherPostalCode:
2437
+ :LastName: Frank
2438
+ :Languages__c: English
2439
+ :Birthdate: "1930-10-18"
2440
+ :MailingCountry:
2441
+ :Salutation: Ms.
2442
+ :LastModifiedById: 00530000000hYFzAAM
2443
+ :Department: Technology
2444
+ :ReportsToId:
2445
+ :OtherCountry:
2446
+ :FirstName: Edna
2447
+ :CustomUserRel__c:
2448
+ :Description:
2449
+ :Phone: (650) 867-3450
2450
+ :RecordTypeId:
1182
2451
  :Id:
1183
2452
  - 0033000000B1LL6AAN
1184
2453
  - 0033000000B1LL6AAN
1185
- - :type: Contact
2454
+ :type: Contact
2455
+ :f2__c: "100.0"
2456
+ :SystemModstamp: "2005-08-11T00:30:01.000Z"
2457
+ :Email: efrank@genepoint.com
2458
+ :MailingStreet: |-
2459
+ 345 Shoreline Park
2460
+ Mountain View, CA 94043
2461
+ USA
2462
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
2463
+ :OwnerId: 00530000000hYFzAAM
2464
+ :Fax: (650) 867-9895
2465
+ :OtherStreet:
2466
+ :LastCURequestDate:
2467
+ :Title: VP, Technology
2468
+ :MailingCity:
2469
+ :CreatedDate: "2005-08-11T00:30:01.000Z"
2470
+ :MobilePhone: (650) 867-7686
2471
+ :OtherCity:
2472
+ :LastCUUpdateDate:
2473
+ :AssistantName:
2474
+ :MailingState:
2475
+ :CreatedById: 00530000000hYFzAAM
2476
+ :OtherPhone:
2477
+ :HomePhone:
2478
+ :OtherState:
2479
+ - :f1__c:
2480
+ :Level__c:
2481
+ :LeadSource:
2482
+ :MailingPostalCode: "94087"
2483
+ :AccountId: 00130000007qjqWAAQ
2484
+ :n1__c:
2485
+ :LastModifiedDate: "2005-08-11T00:30:01.000Z"
2486
+ :AssistantPhone:
2487
+ :OtherPostalCode:
2488
+ :LastName: Nedaerk
2489
+ :Languages__c:
2490
+ :Birthdate:
2491
+ :MailingCountry: US
2492
+ :Salutation: Ms.
2493
+ :LastModifiedById: 00530000000hYFzAAM
2494
+ :Department:
2495
+ :ReportsToId:
2496
+ :OtherCountry:
2497
+ :FirstName: Siddartha
2498
+ :CustomUserRel__c:
2499
+ :Description:
2500
+ :Phone:
2501
+ :RecordTypeId:
1186
2502
  :Id:
1187
2503
  - 0033000000B1LL7AAN
1188
2504
  - 0033000000B1LL7AAN
1189
- - :type: Contact
2505
+ :type: Contact
2506
+ :f2__c: "100.0"
2507
+ :SystemModstamp: "2005-08-11T00:30:01.000Z"
2508
+ :Email:
2509
+ :MailingStreet: The Landmark @ One Market
2510
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
2511
+ :OwnerId: 00530000000hYFzAAM
2512
+ :Fax:
2513
+ :OtherStreet:
2514
+ :LastCURequestDate:
2515
+ :Title:
2516
+ :MailingCity: San Francisco
2517
+ :CreatedDate: "2005-08-11T00:30:01.000Z"
2518
+ :MobilePhone:
2519
+ :OtherCity:
2520
+ :LastCUUpdateDate:
2521
+ :AssistantName:
2522
+ :MailingState: CA
2523
+ :CreatedById: 00530000000hYFzAAM
2524
+ :OtherPhone:
2525
+ :HomePhone:
2526
+ :OtherState:
2527
+ - :f1__c:
2528
+ :Level__c:
2529
+ :LeadSource:
2530
+ :MailingPostalCode:
2531
+ :AccountId: 00130000007qjqWAAQ
2532
+ :n1__c:
2533
+ :LastModifiedDate: "2005-08-11T00:30:01.000Z"
2534
+ :AssistantPhone:
2535
+ :OtherPostalCode:
2536
+ :LastName: Llorrac
2537
+ :Languages__c:
2538
+ :Birthdate:
2539
+ :MailingCountry:
2540
+ :Salutation: Mr.
2541
+ :LastModifiedById: 00530000000hYFzAAM
2542
+ :Department:
2543
+ :ReportsToId:
2544
+ :OtherCountry:
2545
+ :FirstName: Jake
2546
+ :CustomUserRel__c:
2547
+ :Description:
2548
+ :Phone:
2549
+ :RecordTypeId:
1190
2550
  :Id:
1191
2551
  - 0033000000B1LL8AAN
1192
2552
  - 0033000000B1LL8AAN
1193
- - :type: Contact
2553
+ :type: Contact
2554
+ :f2__c: "100.0"
2555
+ :SystemModstamp: "2005-08-11T00:30:01.000Z"
2556
+ :Email:
2557
+ :MailingStreet:
2558
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
2559
+ :OwnerId: 00530000000hYFzAAM
2560
+ :Fax:
2561
+ :OtherStreet:
2562
+ :LastCURequestDate:
2563
+ :Title:
2564
+ :MailingCity:
2565
+ :CreatedDate: "2005-08-11T00:30:01.000Z"
2566
+ :MobilePhone:
2567
+ :OtherCity:
2568
+ :LastCUUpdateDate:
2569
+ :AssistantName:
2570
+ :MailingState:
2571
+ :CreatedById: 00530000000hYFzAAM
2572
+ :OtherPhone:
2573
+ :HomePhone:
2574
+ :OtherState:
2575
+ - :f1__c:
2576
+ :Level__c:
2577
+ :LeadSource:
2578
+ :MailingPostalCode:
2579
+ :AccountId:
2580
+ :n1__c:
2581
+ :LastModifiedDate: "2006-02-22T00:20:21.000Z"
2582
+ :AssistantPhone:
2583
+ :OtherPostalCode:
2584
+ :LastName: NewlyCreated2
2585
+ :Languages__c:
2586
+ :Birthdate: "2006-02-21"
2587
+ :MailingCountry:
2588
+ :Salutation:
2589
+ :LastModifiedById: 00530000000hYFzAAM
2590
+ :Department:
2591
+ :ReportsToId:
2592
+ :OtherCountry:
2593
+ :FirstName: Contact2
2594
+ :CustomUserRel__c:
2595
+ :Description:
2596
+ :Phone:
2597
+ :RecordTypeId: 012300000004pYzAAI
1194
2598
  :Id:
1195
2599
  - 0033000000GVzBgAAL
1196
2600
  - 0033000000GVzBgAAL
1197
- - :type: Contact
2601
+ :type: Contact
2602
+ :f2__c: "100.0"
2603
+ :SystemModstamp: "2006-02-22T00:20:21.000Z"
2604
+ :Email:
2605
+ :MailingStreet:
2606
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
2607
+ :OwnerId: 00530000000hYFzAAM
2608
+ :Fax:
2609
+ :OtherStreet:
2610
+ :LastCURequestDate:
2611
+ :Title:
2612
+ :MailingCity:
2613
+ :CreatedDate: "2006-02-22T00:20:21.000Z"
2614
+ :MobilePhone:
2615
+ :OtherCity:
2616
+ :LastCUUpdateDate:
2617
+ :AssistantName:
2618
+ :MailingState:
2619
+ :CreatedById: 00530000000hYFzAAM
2620
+ :OtherPhone:
2621
+ :HomePhone:
2622
+ :OtherState:
2623
+ - :f1__c:
2624
+ :Level__c:
2625
+ :LeadSource:
2626
+ :MailingPostalCode:
2627
+ :AccountId:
2628
+ :n1__c:
2629
+ :LastModifiedDate: "2006-02-22T00:17:31.000Z"
2630
+ :AssistantPhone:
2631
+ :OtherPostalCode:
2632
+ :LastName: NewlyCreated
2633
+ :Languages__c:
2634
+ :Birthdate: "2006-02-21"
2635
+ :MailingCountry:
2636
+ :Salutation:
2637
+ :LastModifiedById: 00530000000hYFzAAM
2638
+ :Department:
2639
+ :ReportsToId:
2640
+ :OtherCountry:
2641
+ :FirstName: Contact
2642
+ :CustomUserRel__c:
2643
+ :Description:
2644
+ :Phone:
2645
+ :RecordTypeId: 012300000004pYzAAI
1198
2646
  :Id:
1199
2647
  - 0033000000GVz9pAAD
1200
2648
  - 0033000000GVz9pAAD
1201
- - :type: Contact
2649
+ :type: Contact
2650
+ :f2__c: "100.0"
2651
+ :SystemModstamp: "2006-02-22T00:17:31.000Z"
2652
+ :Email:
2653
+ :MailingStreet:
2654
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
2655
+ :OwnerId: 00530000000hYFzAAM
2656
+ :Fax:
2657
+ :OtherStreet:
2658
+ :LastCURequestDate:
2659
+ :Title:
2660
+ :MailingCity:
2661
+ :CreatedDate: "2006-02-22T00:17:31.000Z"
2662
+ :MobilePhone:
2663
+ :OtherCity:
2664
+ :LastCUUpdateDate:
2665
+ :AssistantName:
2666
+ :MailingState:
2667
+ :CreatedById: 00530000000hYFzAAM
2668
+ :OtherPhone:
2669
+ :HomePhone:
2670
+ :OtherState:
2671
+ - :f1__c:
2672
+ :Level__c:
2673
+ :LeadSource:
2674
+ :MailingPostalCode:
2675
+ :AccountId:
2676
+ :n1__c:
2677
+ :LastModifiedDate: "2006-05-01T23:27:30.000Z"
2678
+ :AssistantPhone:
2679
+ :OtherPostalCode:
2680
+ :LastName: LN3
2681
+ :Languages__c:
2682
+ :Birthdate:
2683
+ :MailingCountry:
2684
+ :Salutation:
2685
+ :LastModifiedById: 00530000000hYFzAAM
2686
+ :Department:
2687
+ :ReportsToId:
2688
+ :OtherCountry:
2689
+ :FirstName: FN3_2
2690
+ :CustomUserRel__c:
2691
+ :Description:
2692
+ :Phone:
2693
+ :RecordTypeId: 012300000004pYzAAI
2694
+ :Id:
2695
+ - 0033000000IdehMAAR
2696
+ - 0033000000IdehMAAR
2697
+ :type: Contact
2698
+ :f2__c: "100.0"
2699
+ :SystemModstamp: "2006-05-01T23:27:30.000Z"
2700
+ :Email:
2701
+ :MailingStreet:
2702
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
2703
+ :OwnerId: 00530000000hYFzAAM
2704
+ :Fax:
2705
+ :OtherStreet:
2706
+ :LastCURequestDate:
2707
+ :Title:
2708
+ :MailingCity:
2709
+ :CreatedDate: "2006-05-01T23:27:29.000Z"
2710
+ :MobilePhone:
2711
+ :OtherCity:
2712
+ :LastCUUpdateDate:
2713
+ :AssistantName:
2714
+ :MailingState:
2715
+ :CreatedById: 00530000000hYFzAAM
2716
+ :OtherPhone:
2717
+ :HomePhone:
2718
+ :OtherState:
2719
+ - :f1__c:
2720
+ :Level__c:
2721
+ :LeadSource:
2722
+ :MailingPostalCode:
2723
+ :AccountId:
2724
+ :n1__c:
2725
+ :LastModifiedDate: "2006-05-01T23:27:34.000Z"
2726
+ :AssistantPhone:
2727
+ :OtherPostalCode:
2728
+ :LastName: DutchTestLastName
2729
+ :Languages__c:
2730
+ :Birthdate:
2731
+ :MailingCountry:
2732
+ :Salutation:
2733
+ :LastModifiedById: 00530000000hYFzAAM
2734
+ :Department:
2735
+ :ReportsToId:
2736
+ :OtherCountry:
2737
+ :FirstName: DutchTestFirstName
2738
+ :CustomUserRel__c:
2739
+ :Description:
2740
+ :Phone:
2741
+ :RecordTypeId: 012300000004pYzAAI
2742
+ :Id:
2743
+ - 0033000000IdebrAAB
2744
+ - 0033000000IdebrAAB
2745
+ :type: Contact
2746
+ :f2__c: "100.0"
2747
+ :SystemModstamp: "2006-05-01T23:27:34.000Z"
2748
+ :Email:
2749
+ :MailingStreet:
2750
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
2751
+ :OwnerId: 00530000000hYFzAAM
2752
+ :Fax:
2753
+ :OtherStreet:
2754
+ :LastCURequestDate:
2755
+ :Title:
2756
+ :MailingCity:
2757
+ :CreatedDate: "2006-05-01T23:27:34.000Z"
2758
+ :MobilePhone:
2759
+ :OtherCity:
2760
+ :LastCUUpdateDate:
2761
+ :AssistantName:
2762
+ :MailingState:
2763
+ :CreatedById: 00530000000hYFzAAM
2764
+ :OtherPhone:
2765
+ :HomePhone: 555-555-1212
2766
+ :OtherState:
2767
+ - :f1__c:
2768
+ :Level__c:
2769
+ :LeadSource:
2770
+ :MailingPostalCode:
2771
+ :AccountId: 0013000000B6oe3AAB
2772
+ :n1__c:
2773
+ :LastModifiedDate: "2006-02-02T16:22:53.000Z"
2774
+ :AssistantPhone:
2775
+ :OtherPostalCode:
2776
+ :LastName: Chasman
2777
+ :Languages__c:
2778
+ :Birthdate:
2779
+ :MailingCountry:
2780
+ :Salutation:
2781
+ :LastModifiedById: 00530000000hYFzAAM
2782
+ :Department:
2783
+ :ReportsToId:
2784
+ :OtherCountry:
2785
+ :FirstName: Mac
2786
+ :CustomUserRel__c:
2787
+ :Description:
2788
+ :Phone:
2789
+ :RecordTypeId:
1202
2790
  :Id:
1203
2791
  - 0033000000FlqcCAAR
1204
2792
  - 0033000000FlqcCAAR
1205
- - :type: Contact
2793
+ :type: Contact
2794
+ :f2__c: "100.0"
2795
+ :SystemModstamp: "2006-02-02T16:22:53.000Z"
2796
+ :Email:
2797
+ :MailingStreet:
2798
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
2799
+ :OwnerId: 00530000000hYFzAAM
2800
+ :Fax:
2801
+ :OtherStreet:
2802
+ :LastCURequestDate:
2803
+ :Title:
2804
+ :MailingCity:
2805
+ :CreatedDate: "2006-02-02T15:05:20.000Z"
2806
+ :MobilePhone:
2807
+ :OtherCity:
2808
+ :LastCUUpdateDate:
2809
+ :AssistantName:
2810
+ :MailingState:
2811
+ :CreatedById: 00530000000hYFzAAM
2812
+ :OtherPhone:
2813
+ :HomePhone:
2814
+ :OtherState:
2815
+ - :f1__c:
2816
+ :Level__c:
2817
+ :LeadSource:
2818
+ :MailingPostalCode:
2819
+ :AccountId:
2820
+ :n1__c:
2821
+ :LastModifiedDate: "2006-02-03T17:37:07.000Z"
2822
+ :AssistantPhone:
2823
+ :OtherPostalCode:
2824
+ :LastName: Chasman
2825
+ :Languages__c:
2826
+ :Birthdate:
2827
+ :MailingCountry:
2828
+ :Salutation:
2829
+ :LastModifiedById: 00530000000hYFzAAM
2830
+ :Department:
2831
+ :ReportsToId:
2832
+ :OtherCountry:
2833
+ :FirstName: Joyce
2834
+ :CustomUserRel__c:
2835
+ :Description:
2836
+ :Phone:
2837
+ :RecordTypeId:
1206
2838
  :Id:
1207
2839
  - 0033000000FmehNAAR
1208
2840
  - 0033000000FmehNAAR
1209
- - :type: Contact
2841
+ :type: Contact
2842
+ :f2__c: "100.0"
2843
+ :SystemModstamp: "2006-02-03T17:37:07.000Z"
2844
+ :Email:
2845
+ :MailingStreet:
2846
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
2847
+ :OwnerId: 00530000000hYFzAAM
2848
+ :Fax:
2849
+ :OtherStreet:
2850
+ :LastCURequestDate:
2851
+ :Title:
2852
+ :MailingCity:
2853
+ :CreatedDate: "2006-02-03T17:37:07.000Z"
2854
+ :MobilePhone:
2855
+ :OtherCity:
2856
+ :LastCUUpdateDate:
2857
+ :AssistantName:
2858
+ :MailingState:
2859
+ :CreatedById: 00530000000hYFzAAM
2860
+ :OtherPhone:
2861
+ :HomePhone:
2862
+ :OtherState:
2863
+ - :f1__c:
2864
+ :Level__c:
2865
+ :LeadSource:
2866
+ :MailingPostalCode:
2867
+ :AccountId: 0013000000B6oe3AAB
2868
+ :n1__c:
2869
+ :LastModifiedDate: "2006-02-05T19:25:10.000Z"
2870
+ :AssistantPhone:
2871
+ :OtherPostalCode:
2872
+ :LastName: Chasman
2873
+ :Languages__c:
2874
+ :Birthdate: "2006-02-05"
2875
+ :MailingCountry:
2876
+ :Salutation:
2877
+ :LastModifiedById: 00530000000hYFzAAM
2878
+ :Department:
2879
+ :ReportsToId:
2880
+ :OtherCountry:
2881
+ :FirstName: Richard
2882
+ :CustomUserRel__c:
2883
+ :Description:
2884
+ :Phone:
2885
+ :RecordTypeId: 012300000004pYzAAI
1210
2886
  :Id:
1211
2887
  - 0033000000Fnac5AAB
1212
2888
  - 0033000000Fnac5AAB
1213
- - :type: Contact
2889
+ :type: Contact
2890
+ :f2__c: "100.0"
2891
+ :SystemModstamp: "2006-02-05T19:25:10.000Z"
2892
+ :Email:
2893
+ :MailingStreet:
2894
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
2895
+ :OwnerId: 00530000000hYFzAAM
2896
+ :Fax:
2897
+ :OtherStreet:
2898
+ :LastCURequestDate:
2899
+ :Title:
2900
+ :MailingCity:
2901
+ :CreatedDate: "2006-02-05T19:22:05.000Z"
2902
+ :MobilePhone:
2903
+ :OtherCity:
2904
+ :LastCUUpdateDate:
2905
+ :AssistantName:
2906
+ :MailingState:
2907
+ :CreatedById: 00530000000hYFzAAM
2908
+ :OtherPhone:
2909
+ :HomePhone:
2910
+ :OtherState:
2911
+ - :f1__c:
2912
+ :Level__c:
2913
+ :LeadSource:
2914
+ :MailingPostalCode:
2915
+ :AccountId:
2916
+ :n1__c:
2917
+ :LastModifiedDate: "2006-02-14T22:08:20.000Z"
2918
+ :AssistantPhone:
2919
+ :OtherPostalCode:
2920
+ :LastName: C2
2921
+ :Languages__c:
2922
+ :Birthdate:
2923
+ :MailingCountry:
2924
+ :Salutation:
2925
+ :LastModifiedById: 00530000000hYFzAAM
2926
+ :Department:
2927
+ :ReportsToId:
2928
+ :OtherCountry:
2929
+ :FirstName: D2
2930
+ :CustomUserRel__c:
2931
+ :Description:
2932
+ :Phone:
2933
+ :RecordTypeId: 012300000004pYzAAI
1214
2934
  :Id:
1215
2935
  - 0033000000G5TujAAF
1216
2936
  - 0033000000G5TujAAF
1217
- - :type: Contact
2937
+ :type: Contact
2938
+ :f2__c: "100.0"
2939
+ :SystemModstamp: "2006-02-14T22:08:20.000Z"
2940
+ :Email:
2941
+ :MailingStreet:
2942
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
2943
+ :OwnerId: 00530000000hYFzAAM
2944
+ :Fax:
2945
+ :OtherStreet:
2946
+ :LastCURequestDate:
2947
+ :Title:
2948
+ :MailingCity:
2949
+ :CreatedDate: "2006-02-14T22:02:27.000Z"
2950
+ :MobilePhone:
2951
+ :OtherCity:
2952
+ :LastCUUpdateDate:
2953
+ :AssistantName:
2954
+ :MailingState:
2955
+ :CreatedById: 00530000000hYFzAAM
2956
+ :OtherPhone:
2957
+ :HomePhone:
2958
+ :OtherState:
2959
+ - :f1__c:
2960
+ :Level__c:
2961
+ :LeadSource:
2962
+ :MailingPostalCode:
2963
+ :AccountId:
2964
+ :n1__c:
2965
+ :LastModifiedDate: "2006-02-14T22:01:56.000Z"
2966
+ :AssistantPhone:
2967
+ :OtherPostalCode:
2968
+ :LastName: C
2969
+ :Languages__c:
2970
+ :Birthdate:
2971
+ :MailingCountry:
2972
+ :Salutation:
2973
+ :LastModifiedById: 00530000000hYFzAAM
2974
+ :Department:
2975
+ :ReportsToId:
2976
+ :OtherCountry:
2977
+ :FirstName: D
2978
+ :CustomUserRel__c:
2979
+ :Description:
2980
+ :Phone:
2981
+ :RecordTypeId: 012300000004pYzAAI
1218
2982
  :Id:
1219
2983
  - 0033000000G5TVwAAN
1220
2984
  - 0033000000G5TVwAAN
1221
- :size: "38"
2985
+ :type: Contact
2986
+ :f2__c: "100.0"
2987
+ :SystemModstamp: "2006-02-14T22:01:56.000Z"
2988
+ :Email:
2989
+ :MailingStreet:
2990
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
2991
+ :OwnerId: 00530000000hYFzAAM
2992
+ :Fax:
2993
+ :OtherStreet:
2994
+ :LastCURequestDate:
2995
+ :Title:
2996
+ :MailingCity:
2997
+ :CreatedDate: "2006-02-14T22:01:24.000Z"
2998
+ :MobilePhone:
2999
+ :OtherCity:
3000
+ :LastCUUpdateDate:
3001
+ :AssistantName:
3002
+ :MailingState:
3003
+ :CreatedById: 00530000000hYFzAAM
3004
+ :OtherPhone:
3005
+ :HomePhone:
3006
+ :OtherState:
3007
+ - :f1__c:
3008
+ :Level__c:
3009
+ :LeadSource:
3010
+ :MailingPostalCode:
3011
+ :AccountId: 0013000000CmawWAAR
3012
+ :n1__c:
3013
+ :LastModifiedDate: "2006-03-31T00:04:11.000Z"
3014
+ :AssistantPhone:
3015
+ :OtherPostalCode:
3016
+ :LastName: Chasmanii
3017
+ :Languages__c:
3018
+ :Birthdate:
3019
+ :MailingCountry:
3020
+ :Salutation:
3021
+ :LastModifiedById: 00530000000hYFzAAM
3022
+ :Department:
3023
+ :ReportsToId:
3024
+ :OtherCountry:
3025
+ :FirstName: Doug
3026
+ :CustomUserRel__c:
3027
+ :Description:
3028
+ :Phone:
3029
+ :RecordTypeId: 012300000004pYzAAI
3030
+ :Id:
3031
+ - 0033000000HccEHAAZ
3032
+ - 0033000000HccEHAAZ
3033
+ :type: Contact
3034
+ :f2__c: "100.0"
3035
+ :SystemModstamp: "2006-03-31T00:04:11.000Z"
3036
+ :Email: dchasman@salesforce.com
3037
+ :MailingStreet:
3038
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
3039
+ :OwnerId: 00530000000hYFzAAM
3040
+ :Fax:
3041
+ :OtherStreet:
3042
+ :LastCURequestDate:
3043
+ :Title:
3044
+ :MailingCity:
3045
+ :CreatedDate: "2006-03-31T00:04:11.000Z"
3046
+ :MobilePhone:
3047
+ :OtherCity:
3048
+ :LastCUUpdateDate:
3049
+ :AssistantName:
3050
+ :MailingState:
3051
+ :CreatedById: 00530000000hYFzAAM
3052
+ :OtherPhone:
3053
+ :HomePhone:
3054
+ :OtherState:
3055
+ - :f1__c:
3056
+ :Level__c:
3057
+ :LeadSource:
3058
+ :MailingPostalCode:
3059
+ :AccountId:
3060
+ :n1__c:
3061
+ :LastModifiedDate: "2006-03-30T23:54:35.000Z"
3062
+ :AssistantPhone:
3063
+ :OtherPostalCode:
3064
+ :LastName: Chasman
3065
+ :Languages__c:
3066
+ :Birthdate:
3067
+ :MailingCountry:
3068
+ :Salutation:
3069
+ :LastModifiedById: 00530000000hYFzAAM
3070
+ :Department:
3071
+ :ReportsToId:
3072
+ :OtherCountry:
3073
+ :FirstName: Dutch
3074
+ :CustomUserRel__c:
3075
+ :Description:
3076
+ :Phone:
3077
+ :RecordTypeId: 012300000004pYzAAI
3078
+ :Id:
3079
+ - 0033000000HcfkyAAB
3080
+ - 0033000000HcfkyAAB
3081
+ :type: Contact
3082
+ :f2__c: "100.0"
3083
+ :SystemModstamp: "2006-03-30T23:54:35.000Z"
3084
+ :Email:
3085
+ :MailingStreet:
3086
+ :ShowContactViaASF__c: <a href="http://www.salesforce.com" target="_blank">Doug Chasman</a>
3087
+ :OwnerId: 00530000000hYFzAAM
3088
+ :Fax:
3089
+ :OtherStreet:
3090
+ :LastCURequestDate:
3091
+ :Title:
3092
+ :MailingCity:
3093
+ :CreatedDate: "2006-03-30T23:54:35.000Z"
3094
+ :MobilePhone:
3095
+ :OtherCity:
3096
+ :LastCUUpdateDate:
3097
+ :AssistantName:
3098
+ :MailingState:
3099
+ :CreatedById: 00530000000hYFzAAM
3100
+ :OtherPhone:
3101
+ :HomePhone:
3102
+ :OtherState:
1222
3103
  :done: "true"
1223
- :queryLocator:
1224
3104
  ---
1225
- delete(ids:0033000000H1qJQAAZ): !ruby/object:RForce::SoapResponse
3105
+ delete(ids:0033000000IdebrAAB): !ruby/object:RForce::SoapResponse
1226
3106
  parsed:
1227
3107
  :deleteResponse:
1228
3108
  :result:
1229
- :success: "true"
1230
3109
  :errors:
1231
- :id: 0033000000H1qJQAAZ
3110
+ :success: "true"
3111
+ :id: 0033000000IdebrAAB