@salesforce/lds-ads-bridge 1.100.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +82 -0
- package/babel.config.js +1 -0
- package/best/rollup-plugin-mocks/index.js +7 -0
- package/best.config.js +6 -0
- package/dist/ads-bridge-perf.js +9867 -0
- package/dist/ads-bridge.d.ts +87 -0
- package/dist/adsBridge.js +378 -0
- package/dist/instrumentation.d.ts +22 -0
- package/dist/main.d.ts +13 -0
- package/dist/utils/language.d.ts +11 -0
- package/dist/utils/metric-keys.d.ts +3 -0
- package/jest.config.js +8 -0
- package/package.json +30 -0
- package/rollup.config.js +47 -0
- package/src/__benchmarks__/ads-bridge.benchmark.js +83 -0
- package/src/__benchmarks__/mocks/custom-proto-medium-object-info.js +13674 -0
- package/src/__benchmarks__/mocks/custom-proto-medium-record.js +497 -0
- package/src/__tests__/ads-bridge.spec.ts +1366 -0
- package/src/__tests__/test-utils.ts +57 -0
- package/src/ads-bridge.ts +457 -0
- package/src/instrumentation.ts +27 -0
- package/src/main.ts +40 -0
- package/src/utils/language.ts +16 -0
- package/src/utils/metric-keys.ts +3 -0
- package/tsconfig.json +4 -0
|
@@ -0,0 +1,497 @@
|
|
|
1
|
+
export default `{
|
|
2
|
+
"apiName": "Custom_Proto_Medium__c",
|
|
3
|
+
"childRelationships": {},
|
|
4
|
+
"eTag": "0000",
|
|
5
|
+
"fields": {
|
|
6
|
+
"Checkbox_Field_1__c": {
|
|
7
|
+
"displayValue": null,
|
|
8
|
+
"value": true
|
|
9
|
+
},
|
|
10
|
+
"CreatedBy": {
|
|
11
|
+
"displayValue": "SFX_ RecEx1",
|
|
12
|
+
"value": {
|
|
13
|
+
"apiName": "User",
|
|
14
|
+
"childRelationships": {},
|
|
15
|
+
"eTag": "0000",
|
|
16
|
+
"fields": {
|
|
17
|
+
"Id": {
|
|
18
|
+
"displayValue": null,
|
|
19
|
+
"value": "005x0000000gqIHAAY"
|
|
20
|
+
},
|
|
21
|
+
"Name": {
|
|
22
|
+
"displayValue": null,
|
|
23
|
+
"value": "SFX_ RecEx1"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"id": "005x0000000gqIHAAY",
|
|
27
|
+
"lastModifiedById": "005x0000000cgS7AAI",
|
|
28
|
+
"lastModifiedDate": "2017-02-09T00:23:37.000Z",
|
|
29
|
+
"recordTypeId": "012000000000000AAA",
|
|
30
|
+
"recordTypeInfo": null,
|
|
31
|
+
"systemModstamp": "2018-10-08T18:41:15.000Z"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"CreatedById": {
|
|
35
|
+
"displayValue": null,
|
|
36
|
+
"value": "005x0000000gqIHAAY"
|
|
37
|
+
},
|
|
38
|
+
"CreatedDate": {
|
|
39
|
+
"displayValue": "2/8/2017 6:25 PM",
|
|
40
|
+
"value": "2017-02-09T02:25:28.000Z"
|
|
41
|
+
},
|
|
42
|
+
"DateTime_Field_1__c": {
|
|
43
|
+
"displayValue": "2/1/2017 7:46 PM",
|
|
44
|
+
"value": "2017-02-02T03:46:13.000Z"
|
|
45
|
+
},
|
|
46
|
+
"LastModifiedBy": {
|
|
47
|
+
"displayValue": "SFX_ RecEx1",
|
|
48
|
+
"value": {
|
|
49
|
+
"apiName": "User",
|
|
50
|
+
"childRelationships": {},
|
|
51
|
+
"eTag": "0000",
|
|
52
|
+
"fields": {
|
|
53
|
+
"Id": {
|
|
54
|
+
"displayValue": null,
|
|
55
|
+
"value": "005x0000000gqIHAAY"
|
|
56
|
+
},
|
|
57
|
+
"Name": {
|
|
58
|
+
"displayValue": null,
|
|
59
|
+
"value": "SFX_ RecEx1"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"id": "005x0000000gqIHAAY",
|
|
63
|
+
"lastModifiedById": "005x0000000cgS7AAI",
|
|
64
|
+
"lastModifiedDate": "2017-02-09T00:23:37.000Z",
|
|
65
|
+
"recordTypeId": "012000000000000AAA",
|
|
66
|
+
"recordTypeInfo": null,
|
|
67
|
+
"systemModstamp": "2018-10-08T18:41:15.000Z"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"LastModifiedById": {
|
|
71
|
+
"displayValue": null,
|
|
72
|
+
"value": "005x0000000gqIHAAY"
|
|
73
|
+
},
|
|
74
|
+
"LastModifiedDate": {
|
|
75
|
+
"displayValue": "2/8/2017 10:19 PM",
|
|
76
|
+
"value": "2017-02-09T06:19:03.000Z"
|
|
77
|
+
},
|
|
78
|
+
"Lookup_Field_10__c": {
|
|
79
|
+
"displayValue": null,
|
|
80
|
+
"value": "aIvx00000000001CAA"
|
|
81
|
+
},
|
|
82
|
+
"Lookup_Field_10__r": {
|
|
83
|
+
"displayValue": "SFX_CustomObjectForLookup10",
|
|
84
|
+
"value": {
|
|
85
|
+
"apiName": "Custom_Object_For_Lookup_10__c",
|
|
86
|
+
"childRelationships": {},
|
|
87
|
+
"eTag": "0000",
|
|
88
|
+
"fields": {
|
|
89
|
+
"Id": {
|
|
90
|
+
"displayValue": null,
|
|
91
|
+
"value": "aIvx00000000001CAA"
|
|
92
|
+
},
|
|
93
|
+
"Name": {
|
|
94
|
+
"displayValue": null,
|
|
95
|
+
"value": "SFX_CustomObjectForLookup10"
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
"id": "aIvx00000000001CAA",
|
|
99
|
+
"lastModifiedById": "005x0000000gqIMAAY",
|
|
100
|
+
"lastModifiedDate": "2019-02-09T01:21:36.000Z",
|
|
101
|
+
"recordTypeId": "012000000000000AAA",
|
|
102
|
+
"recordTypeInfo": null,
|
|
103
|
+
"systemModstamp": "2019-02-09T01:21:36.000Z"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"Lookup_Field_11__c": {
|
|
107
|
+
"displayValue": null,
|
|
108
|
+
"value": "aIwx00000000001CAA"
|
|
109
|
+
},
|
|
110
|
+
"Lookup_Field_11__r": {
|
|
111
|
+
"displayValue": "SFX_CustomObjectForLookup11",
|
|
112
|
+
"value": {
|
|
113
|
+
"apiName": "Custom_Object_For_Lookup_11__c",
|
|
114
|
+
"childRelationships": {},
|
|
115
|
+
"eTag": "0000",
|
|
116
|
+
"fields": {
|
|
117
|
+
"Id": {
|
|
118
|
+
"displayValue": null,
|
|
119
|
+
"value": "aIwx00000000001CAA"
|
|
120
|
+
},
|
|
121
|
+
"Name": {
|
|
122
|
+
"displayValue": null,
|
|
123
|
+
"value": "SFX_CustomObjectForLookup11"
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
"id": "aIwx00000000001CAA",
|
|
127
|
+
"lastModifiedById": "005x0000000gqIHAAY",
|
|
128
|
+
"lastModifiedDate": "2017-02-09T03:14:46.000Z",
|
|
129
|
+
"recordTypeId": "012000000000000AAA",
|
|
130
|
+
"recordTypeInfo": null,
|
|
131
|
+
"systemModstamp": "2017-02-09T03:14:46.000Z"
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
"Lookup_Field_12__c": {
|
|
135
|
+
"displayValue": null,
|
|
136
|
+
"value": "aIxx00000000006CAA"
|
|
137
|
+
},
|
|
138
|
+
"Lookup_Field_12__r": {
|
|
139
|
+
"displayValue": "SFX_CustomObjectForLookup12",
|
|
140
|
+
"value": {
|
|
141
|
+
"apiName": "Custom_Object_For_Lookup_12__c",
|
|
142
|
+
"childRelationships": {},
|
|
143
|
+
"eTag": "0000",
|
|
144
|
+
"fields": {
|
|
145
|
+
"Id": {
|
|
146
|
+
"displayValue": null,
|
|
147
|
+
"value": "aIxx00000000006CAA"
|
|
148
|
+
},
|
|
149
|
+
"Name": {
|
|
150
|
+
"displayValue": null,
|
|
151
|
+
"value": "SFX_CustomObjectForLookup12"
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
"id": "aIxx00000000006CAA",
|
|
155
|
+
"lastModifiedById": "005x0000000gqIHAAY",
|
|
156
|
+
"lastModifiedDate": "2017-02-09T03:20:39.000Z",
|
|
157
|
+
"recordTypeId": "012000000000000AAA",
|
|
158
|
+
"recordTypeInfo": null,
|
|
159
|
+
"systemModstamp": "2017-02-09T03:20:39.000Z"
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
"Lookup_Field_13__c": {
|
|
163
|
+
"displayValue": null,
|
|
164
|
+
"value": "aIyx00000000001CAA"
|
|
165
|
+
},
|
|
166
|
+
"Lookup_Field_13__r": {
|
|
167
|
+
"displayValue": "SFX_CustomObjectForLookup13",
|
|
168
|
+
"value": {
|
|
169
|
+
"apiName": "Custom_Object_For_Lookup_13__c",
|
|
170
|
+
"childRelationships": {},
|
|
171
|
+
"eTag": "0000",
|
|
172
|
+
"fields": {
|
|
173
|
+
"Id": {
|
|
174
|
+
"displayValue": null,
|
|
175
|
+
"value": "aIyx00000000001CAA"
|
|
176
|
+
},
|
|
177
|
+
"Name": {
|
|
178
|
+
"displayValue": null,
|
|
179
|
+
"value": "SFX_CustomObjectForLookup13"
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
"id": "aIyx00000000001CAA",
|
|
183
|
+
"lastModifiedById": "005x0000000gqIHAAY",
|
|
184
|
+
"lastModifiedDate": "2017-02-09T03:23:19.000Z",
|
|
185
|
+
"recordTypeId": "012000000000000AAA",
|
|
186
|
+
"recordTypeInfo": null,
|
|
187
|
+
"systemModstamp": "2017-02-09T03:23:19.000Z"
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
"Lookup_Field_1__c": {
|
|
191
|
+
"displayValue": null,
|
|
192
|
+
"value": "aJ5x000000000WFCAY"
|
|
193
|
+
},
|
|
194
|
+
"Lookup_Field_1__r": {
|
|
195
|
+
"displayValue": "SFX_CustomObjectForLookup1",
|
|
196
|
+
"value": {
|
|
197
|
+
"apiName": "Custom_Object_For_Lookup_1__c",
|
|
198
|
+
"childRelationships": {},
|
|
199
|
+
"eTag": "0000",
|
|
200
|
+
"fields": {
|
|
201
|
+
"Id": {
|
|
202
|
+
"displayValue": null,
|
|
203
|
+
"value": "aJ5x000000000WFCAY"
|
|
204
|
+
},
|
|
205
|
+
"Name": {
|
|
206
|
+
"displayValue": null,
|
|
207
|
+
"value": "SFX_CustomObjectForLookup1"
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
"id": "aJ5x000000000WFCAY",
|
|
211
|
+
"lastModifiedById": "005x0000000gqIHAAY",
|
|
212
|
+
"lastModifiedDate": "2017-02-09T03:06:18.000Z",
|
|
213
|
+
"recordTypeId": "012000000000000AAA",
|
|
214
|
+
"recordTypeInfo": null,
|
|
215
|
+
"systemModstamp": "2017-02-09T03:06:18.000Z"
|
|
216
|
+
}
|
|
217
|
+
},
|
|
218
|
+
"Lookup_Field_2__c": {
|
|
219
|
+
"displayValue": null,
|
|
220
|
+
"value": "aJ7x00000000001CAA"
|
|
221
|
+
},
|
|
222
|
+
"Lookup_Field_2__r": {
|
|
223
|
+
"displayValue": "SFX_CustomObjectForLookup2",
|
|
224
|
+
"value": {
|
|
225
|
+
"apiName": "Custom_Object_For_Lookup_2__c",
|
|
226
|
+
"childRelationships": {},
|
|
227
|
+
"eTag": "0000",
|
|
228
|
+
"fields": {
|
|
229
|
+
"Id": {
|
|
230
|
+
"displayValue": null,
|
|
231
|
+
"value": "aJ7x00000000001CAA"
|
|
232
|
+
},
|
|
233
|
+
"Name": {
|
|
234
|
+
"displayValue": null,
|
|
235
|
+
"value": "SFX_CustomObjectForLookup2"
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
"id": "aJ7x00000000001CAA",
|
|
239
|
+
"lastModifiedById": "005x0000000gqIMAAY",
|
|
240
|
+
"lastModifiedDate": "2019-02-09T05:19:20.000Z",
|
|
241
|
+
"recordTypeId": "012000000000000AAA",
|
|
242
|
+
"recordTypeInfo": null,
|
|
243
|
+
"systemModstamp": "2019-02-09T05:19:20.000Z"
|
|
244
|
+
}
|
|
245
|
+
},
|
|
246
|
+
"Lookup_Field_3__c": {
|
|
247
|
+
"displayValue": null,
|
|
248
|
+
"value": "aJ8x00000000001CAA"
|
|
249
|
+
},
|
|
250
|
+
"Lookup_Field_3__r": {
|
|
251
|
+
"displayValue": "SFX_CustomObjectForLookup3",
|
|
252
|
+
"value": {
|
|
253
|
+
"apiName": "Custom_Object_For_Lookup_3__c",
|
|
254
|
+
"childRelationships": {},
|
|
255
|
+
"eTag": "0000",
|
|
256
|
+
"fields": {
|
|
257
|
+
"Id": {
|
|
258
|
+
"displayValue": null,
|
|
259
|
+
"value": "aJ8x00000000001CAA"
|
|
260
|
+
},
|
|
261
|
+
"Name": {
|
|
262
|
+
"displayValue": null,
|
|
263
|
+
"value": "SFX_CustomObjectForLookup3"
|
|
264
|
+
}
|
|
265
|
+
},
|
|
266
|
+
"id": "aJ8x00000000001CAA",
|
|
267
|
+
"lastModifiedById": "005x0000000gqIMAAY",
|
|
268
|
+
"lastModifiedDate": "2019-02-08T23:51:20.000Z",
|
|
269
|
+
"recordTypeId": "012000000000000AAA",
|
|
270
|
+
"recordTypeInfo": null,
|
|
271
|
+
"systemModstamp": "2019-02-08T23:51:20.000Z"
|
|
272
|
+
}
|
|
273
|
+
},
|
|
274
|
+
"Lookup_Field_4__c": {
|
|
275
|
+
"displayValue": null,
|
|
276
|
+
"value": "aJ9x00000000001CAA"
|
|
277
|
+
},
|
|
278
|
+
"Lookup_Field_4__r": {
|
|
279
|
+
"displayValue": "SFX_CustomObjectForLookup4",
|
|
280
|
+
"value": {
|
|
281
|
+
"apiName": "Custom_Object_For_Lookup_4__c",
|
|
282
|
+
"childRelationships": {},
|
|
283
|
+
"eTag": "0000",
|
|
284
|
+
"fields": {
|
|
285
|
+
"Id": {
|
|
286
|
+
"displayValue": null,
|
|
287
|
+
"value": "aJ9x00000000001CAA"
|
|
288
|
+
},
|
|
289
|
+
"Name": {
|
|
290
|
+
"displayValue": null,
|
|
291
|
+
"value": "SFX_CustomObjectForLookup4"
|
|
292
|
+
}
|
|
293
|
+
},
|
|
294
|
+
"id": "aJ9x00000000001CAA",
|
|
295
|
+
"lastModifiedById": "005x0000000gqIMAAY",
|
|
296
|
+
"lastModifiedDate": "2019-02-09T00:07:47.000Z",
|
|
297
|
+
"recordTypeId": "012000000000000AAA",
|
|
298
|
+
"recordTypeInfo": null,
|
|
299
|
+
"systemModstamp": "2019-02-09T00:07:47.000Z"
|
|
300
|
+
}
|
|
301
|
+
},
|
|
302
|
+
"Lookup_Field_5__c": {
|
|
303
|
+
"displayValue": null,
|
|
304
|
+
"value": "aJAx00000000001GAA"
|
|
305
|
+
},
|
|
306
|
+
"Lookup_Field_5__r": {
|
|
307
|
+
"displayValue": "SFX_CustomObjectForLookup5",
|
|
308
|
+
"value": {
|
|
309
|
+
"apiName": "Custom_Object_For_Lookup_5__c",
|
|
310
|
+
"childRelationships": {},
|
|
311
|
+
"eTag": "0000",
|
|
312
|
+
"fields": {
|
|
313
|
+
"Id": {
|
|
314
|
+
"displayValue": null,
|
|
315
|
+
"value": "aJAx00000000001GAA"
|
|
316
|
+
},
|
|
317
|
+
"Name": {
|
|
318
|
+
"displayValue": null,
|
|
319
|
+
"value": "SFX_CustomObjectForLookup5"
|
|
320
|
+
}
|
|
321
|
+
},
|
|
322
|
+
"id": "aJAx00000000001GAA",
|
|
323
|
+
"lastModifiedById": "005x0000000gqIMAAY",
|
|
324
|
+
"lastModifiedDate": "2019-02-09T00:29:06.000Z",
|
|
325
|
+
"recordTypeId": "012000000000000AAA",
|
|
326
|
+
"recordTypeInfo": null,
|
|
327
|
+
"systemModstamp": "2019-02-09T00:29:06.000Z"
|
|
328
|
+
}
|
|
329
|
+
},
|
|
330
|
+
"Lookup_Field_6__c": {
|
|
331
|
+
"displayValue": null,
|
|
332
|
+
"value": "aJBx00000000001GAA"
|
|
333
|
+
},
|
|
334
|
+
"Lookup_Field_6__r": {
|
|
335
|
+
"displayValue": "SFX_CustomObjectForLookup6",
|
|
336
|
+
"value": {
|
|
337
|
+
"apiName": "Custom_Object_For_Lookup_6__c",
|
|
338
|
+
"childRelationships": {},
|
|
339
|
+
"eTag": "0000",
|
|
340
|
+
"fields": {
|
|
341
|
+
"Id": {
|
|
342
|
+
"displayValue": null,
|
|
343
|
+
"value": "aJBx00000000001GAA"
|
|
344
|
+
},
|
|
345
|
+
"Name": {
|
|
346
|
+
"displayValue": null,
|
|
347
|
+
"value": "SFX_CustomObjectForLookup6"
|
|
348
|
+
}
|
|
349
|
+
},
|
|
350
|
+
"id": "aJBx00000000001GAA",
|
|
351
|
+
"lastModifiedById": "005x0000000gqIMAAY",
|
|
352
|
+
"lastModifiedDate": "2019-02-09T00:36:50.000Z",
|
|
353
|
+
"recordTypeId": "012000000000000AAA",
|
|
354
|
+
"recordTypeInfo": null,
|
|
355
|
+
"systemModstamp": "2019-02-09T00:36:50.000Z"
|
|
356
|
+
}
|
|
357
|
+
},
|
|
358
|
+
"Lookup_Field_7__c": {
|
|
359
|
+
"displayValue": null,
|
|
360
|
+
"value": "aJCx00000000049GAA"
|
|
361
|
+
},
|
|
362
|
+
"Lookup_Field_7__r": {
|
|
363
|
+
"displayValue": "SFX_CustomObjectForLookup7",
|
|
364
|
+
"value": {
|
|
365
|
+
"apiName": "Custom_Object_For_Lookup_7__c",
|
|
366
|
+
"childRelationships": {},
|
|
367
|
+
"eTag": "0000",
|
|
368
|
+
"fields": {
|
|
369
|
+
"Id": {
|
|
370
|
+
"displayValue": null,
|
|
371
|
+
"value": "aJCx00000000049GAA"
|
|
372
|
+
},
|
|
373
|
+
"Name": {
|
|
374
|
+
"displayValue": null,
|
|
375
|
+
"value": "SFX_CustomObjectForLookup7"
|
|
376
|
+
}
|
|
377
|
+
},
|
|
378
|
+
"id": "aJCx00000000049GAA",
|
|
379
|
+
"lastModifiedById": "005x0000000gqIMAAY",
|
|
380
|
+
"lastModifiedDate": "2019-02-09T00:41:15.000Z",
|
|
381
|
+
"recordTypeId": "012000000000000AAA",
|
|
382
|
+
"recordTypeInfo": null,
|
|
383
|
+
"systemModstamp": "2019-02-09T00:41:15.000Z"
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
"Lookup_Field_8__c": {
|
|
387
|
+
"displayValue": null,
|
|
388
|
+
"value": "aJDx00000000001GAA"
|
|
389
|
+
},
|
|
390
|
+
"Lookup_Field_8__r": {
|
|
391
|
+
"displayValue": "SFX_CustomObjectForLookup8",
|
|
392
|
+
"value": {
|
|
393
|
+
"apiName": "Custom_Object_For_Lookup_8__c",
|
|
394
|
+
"childRelationships": {},
|
|
395
|
+
"eTag": "0000",
|
|
396
|
+
"fields": {
|
|
397
|
+
"Id": {
|
|
398
|
+
"displayValue": null,
|
|
399
|
+
"value": "aJDx00000000001GAA"
|
|
400
|
+
},
|
|
401
|
+
"Name": {
|
|
402
|
+
"displayValue": null,
|
|
403
|
+
"value": "SFX_CustomObjectForLookup8"
|
|
404
|
+
}
|
|
405
|
+
},
|
|
406
|
+
"id": "aJDx00000000001GAA",
|
|
407
|
+
"lastModifiedById": "005x0000000gqIMAAY",
|
|
408
|
+
"lastModifiedDate": "2019-02-09T00:54:02.000Z",
|
|
409
|
+
"recordTypeId": "012000000000000AAA",
|
|
410
|
+
"recordTypeInfo": null,
|
|
411
|
+
"systemModstamp": "2019-02-09T00:54:02.000Z"
|
|
412
|
+
}
|
|
413
|
+
},
|
|
414
|
+
"Lookup_Field_9__c": {
|
|
415
|
+
"displayValue": null,
|
|
416
|
+
"value": "aJEx0000000008HGAQ"
|
|
417
|
+
},
|
|
418
|
+
"Lookup_Field_9__r": {
|
|
419
|
+
"displayValue": "SFX_CustomObjectForLookup9",
|
|
420
|
+
"value": {
|
|
421
|
+
"apiName": "Custom_Object_For_Lookup_9__c",
|
|
422
|
+
"childRelationships": {},
|
|
423
|
+
"eTag": "0000",
|
|
424
|
+
"fields": {
|
|
425
|
+
"Id": {
|
|
426
|
+
"displayValue": null,
|
|
427
|
+
"value": "aJEx0000000008HGAQ"
|
|
428
|
+
},
|
|
429
|
+
"Name": {
|
|
430
|
+
"displayValue": null,
|
|
431
|
+
"value": "SFX_CustomObjectForLookup9"
|
|
432
|
+
}
|
|
433
|
+
},
|
|
434
|
+
"id": "aJEx0000000008HGAQ",
|
|
435
|
+
"lastModifiedById": "005x0000000gqIMAAY",
|
|
436
|
+
"lastModifiedDate": "2019-02-09T01:02:28.000Z",
|
|
437
|
+
"recordTypeId": "012000000000000AAA",
|
|
438
|
+
"recordTypeInfo": null,
|
|
439
|
+
"systemModstamp": "2019-02-09T01:02:28.000Z"
|
|
440
|
+
}
|
|
441
|
+
},
|
|
442
|
+
"Name": {
|
|
443
|
+
"displayValue": null,
|
|
444
|
+
"value": "SFX_CustomProtoMedium"
|
|
445
|
+
},
|
|
446
|
+
"Number_Field_1__c": {
|
|
447
|
+
"displayValue": null,
|
|
448
|
+
"value": 74481.83
|
|
449
|
+
},
|
|
450
|
+
"Number_Field_2__c": {
|
|
451
|
+
"displayValue": null,
|
|
452
|
+
"value": 15831.3
|
|
453
|
+
},
|
|
454
|
+
"Number_Field_3__c": {
|
|
455
|
+
"displayValue": null,
|
|
456
|
+
"value": 5163.45
|
|
457
|
+
},
|
|
458
|
+
"Number_Field_4__c": {
|
|
459
|
+
"displayValue": null,
|
|
460
|
+
"value": 75340
|
|
461
|
+
},
|
|
462
|
+
"TextArea_Field_1__c": {
|
|
463
|
+
"displayValue": null,
|
|
464
|
+
"value": "The quick brown fox jumps over the lazy dog. Crazy"
|
|
465
|
+
},
|
|
466
|
+
"TextArea_Field_2__c": {
|
|
467
|
+
"displayValue": null,
|
|
468
|
+
"value": "We promptly judged antique ivory buckles for the next prize. Pack my box with five dozen liquor jugs. Pack my box with five dozen liquor jugs. Jinxed wizards pluck ivy from the big quilt. The quick brown fo"
|
|
469
|
+
},
|
|
470
|
+
"Text_Field_1__c": {
|
|
471
|
+
"displayValue": null,
|
|
472
|
+
"value": "Sphinx of black quartz, judge my vow. We promptly j"
|
|
473
|
+
},
|
|
474
|
+
"Text_Field_2__c": {
|
|
475
|
+
"displayValue": null,
|
|
476
|
+
"value": "Sphinx of black quartz, judge my vow. The quick brown fox jumps over the lazy dog. Jinxed wizards pluck ivy from the big quilt. Crazy Fredrick bought many very exquisite opal jewels. A mad"
|
|
477
|
+
},
|
|
478
|
+
"Text_Field_3__c": {
|
|
479
|
+
"displayValue": null,
|
|
480
|
+
"value": "Sphinx of black quartz, judge my vow. We promptly judged antique ivory buckles for the next prize. Jinxed wizards pluc"
|
|
481
|
+
},
|
|
482
|
+
"Text_Field_4__c": {
|
|
483
|
+
"displayValue": null,
|
|
484
|
+
"value": "Jinxed wizards pluck ivy from the big quilt. The quick brown fox jumps over the lazy dog."
|
|
485
|
+
},
|
|
486
|
+
"Text_Field_5__c": {
|
|
487
|
+
"displayValue": null,
|
|
488
|
+
"value": "Jaded zombies acted quaintly but kept driving their oxen forward. Crazy Fredrick bought many very exquisite opal jewels. We promptly judged antique"
|
|
489
|
+
}
|
|
490
|
+
},
|
|
491
|
+
"id": "aJGx00000000001GAA",
|
|
492
|
+
"lastModifiedById": "005x0000000gqIHAAY",
|
|
493
|
+
"lastModifiedDate": "2017-02-09T06:19:03.000Z",
|
|
494
|
+
"recordTypeId": "012000000000000AAA",
|
|
495
|
+
"recordTypeInfo": null,
|
|
496
|
+
"systemModstamp": "2017-02-09T06:19:03.000Z"
|
|
497
|
+
}`;
|