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