@salesforce/lds-ads-bridge 1.291.0 → 1.293.0

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.
@@ -17,31 +17,3240 @@ export function createRecord(config: any = {}) {
17
17
  };
18
18
  }
19
19
 
20
+ // Needs to be updated to rely on a refreshData script.
20
21
  export function createObjectInfo(config: any = {}) {
21
22
  return {
22
- apiName: 'Test__c',
23
+ apiName: 'Account',
23
24
  associateEntityType: null,
24
25
  associateParentEntity: null,
25
- childRelationships: [],
26
+ childRelationships: [
27
+ {
28
+ childObjectApiName: 'Account',
29
+ fieldName: 'ParentId',
30
+ junctionIdListNames: [],
31
+ junctionReferenceTo: [],
32
+ relationshipName: 'ChildAccounts',
33
+ },
34
+ {
35
+ childObjectApiName: 'AccountBrand',
36
+ fieldName: 'AccountId',
37
+ junctionIdListNames: [],
38
+ junctionReferenceTo: [],
39
+ relationshipName: 'AccountBrands',
40
+ },
41
+ {
42
+ childObjectApiName: 'AccountCleanInfo',
43
+ fieldName: 'AccountId',
44
+ junctionIdListNames: [],
45
+ junctionReferenceTo: [],
46
+ relationshipName: 'AccountCleanInfos',
47
+ },
48
+ {
49
+ childObjectApiName: 'AccountContactRole',
50
+ fieldName: 'AccountId',
51
+ junctionIdListNames: [],
52
+ junctionReferenceTo: [],
53
+ relationshipName: 'AccountContactRoles',
54
+ },
55
+ {
56
+ childObjectApiName: 'AccountFeed',
57
+ fieldName: 'ParentId',
58
+ junctionIdListNames: [],
59
+ junctionReferenceTo: [],
60
+ relationshipName: 'Feeds',
61
+ },
62
+ {
63
+ childObjectApiName: 'AccountHistory',
64
+ fieldName: 'AccountId',
65
+ junctionIdListNames: [],
66
+ junctionReferenceTo: [],
67
+ relationshipName: 'Histories',
68
+ },
69
+ {
70
+ childObjectApiName: 'AccountPartner',
71
+ fieldName: 'AccountFromId',
72
+ junctionIdListNames: [],
73
+ junctionReferenceTo: [],
74
+ relationshipName: 'AccountPartnersFrom',
75
+ },
76
+ {
77
+ childObjectApiName: 'AccountPartner',
78
+ fieldName: 'AccountToId',
79
+ junctionIdListNames: [],
80
+ junctionReferenceTo: [],
81
+ relationshipName: 'AccountPartnersTo',
82
+ },
83
+ {
84
+ childObjectApiName: 'AccountShare',
85
+ fieldName: 'AccountId',
86
+ junctionIdListNames: [],
87
+ junctionReferenceTo: [],
88
+ relationshipName: 'Shares',
89
+ },
90
+ {
91
+ childObjectApiName: 'ActivityHistory',
92
+ fieldName: 'AccountId',
93
+ junctionIdListNames: [],
94
+ junctionReferenceTo: [],
95
+ relationshipName: 'ActivityHistories',
96
+ },
97
+ {
98
+ childObjectApiName: 'AlternativePaymentMethod',
99
+ fieldName: 'AccountId',
100
+ junctionIdListNames: [],
101
+ junctionReferenceTo: [],
102
+ relationshipName: 'AlternativePaymentMethods',
103
+ },
104
+ {
105
+ childObjectApiName: 'Asset',
106
+ fieldName: 'AccountId',
107
+ junctionIdListNames: [],
108
+ junctionReferenceTo: [],
109
+ relationshipName: 'Assets',
110
+ },
111
+ {
112
+ childObjectApiName: 'Asset',
113
+ fieldName: 'AssetProvidedById',
114
+ junctionIdListNames: [],
115
+ junctionReferenceTo: [],
116
+ relationshipName: 'ProvidedAssets',
117
+ },
118
+ {
119
+ childObjectApiName: 'Asset',
120
+ fieldName: 'AssetServicedById',
121
+ junctionIdListNames: [],
122
+ junctionReferenceTo: [],
123
+ relationshipName: 'ServicedAssets',
124
+ },
125
+ {
126
+ childObjectApiName: 'AssetAccountParticipant',
127
+ fieldName: 'AccountId',
128
+ junctionIdListNames: [],
129
+ junctionReferenceTo: [],
130
+ relationshipName: 'AssetAccountParticipantAccount',
131
+ },
132
+ {
133
+ childObjectApiName: 'AssociatedLocation',
134
+ fieldName: 'ParentRecordId',
135
+ junctionIdListNames: [],
136
+ junctionReferenceTo: [],
137
+ relationshipName: 'AssociatedLocations',
138
+ },
139
+ {
140
+ childObjectApiName: 'AttachedContentDocument',
141
+ fieldName: 'LinkedEntityId',
142
+ junctionIdListNames: [],
143
+ junctionReferenceTo: [],
144
+ relationshipName: 'AttachedContentDocuments',
145
+ },
146
+ {
147
+ childObjectApiName: 'Attachment',
148
+ fieldName: 'ParentId',
149
+ junctionIdListNames: [],
150
+ junctionReferenceTo: [],
151
+ relationshipName: 'Attachments',
152
+ },
153
+ {
154
+ childObjectApiName: 'AuthorizationFormConsent',
155
+ fieldName: 'ConsentGiverId',
156
+ junctionIdListNames: [],
157
+ junctionReferenceTo: [],
158
+ relationshipName: 'AuthorizationFormConsents',
159
+ },
160
+ {
161
+ childObjectApiName: 'AuthorizationFormConsent',
162
+ fieldName: 'RelatedRecordId',
163
+ junctionIdListNames: [],
164
+ junctionReferenceTo: [],
165
+ relationshipName: 'RelatedAuthorizationFormConsents',
166
+ },
167
+ {
168
+ childObjectApiName: 'CardPaymentMethod',
169
+ fieldName: 'AccountId',
170
+ junctionIdListNames: [],
171
+ junctionReferenceTo: [],
172
+ relationshipName: 'CardPaymentMethods',
173
+ },
174
+ {
175
+ childObjectApiName: 'Case',
176
+ fieldName: 'AccountId',
177
+ junctionIdListNames: [],
178
+ junctionReferenceTo: [],
179
+ relationshipName: 'Cases',
180
+ },
181
+ {
182
+ childObjectApiName: 'ChannelProgramMember',
183
+ fieldName: 'PartnerId',
184
+ junctionIdListNames: [],
185
+ junctionReferenceTo: [],
186
+ relationshipName: 'ChannelProgramMembers',
187
+ },
188
+ {
189
+ childObjectApiName: 'CleanInfo',
190
+ fieldName: 'TargetEntityId',
191
+ junctionIdListNames: [],
192
+ junctionReferenceTo: [],
193
+ relationshipName: 'CleanInfos',
194
+ },
195
+ {
196
+ childObjectApiName: 'CollaborationGroupRecord',
197
+ fieldName: 'RecordId',
198
+ junctionIdListNames: [],
199
+ junctionReferenceTo: [],
200
+ relationshipName: 'RecordAssociatedGroups',
201
+ },
202
+ {
203
+ childObjectApiName: 'CombinedAttachment',
204
+ fieldName: 'ParentId',
205
+ junctionIdListNames: [],
206
+ junctionReferenceTo: [],
207
+ relationshipName: 'CombinedAttachments',
208
+ },
209
+ {
210
+ childObjectApiName: 'CommSubscriptionConsent',
211
+ fieldName: 'ConsentGiverId',
212
+ junctionIdListNames: [],
213
+ junctionReferenceTo: [],
214
+ relationshipName: 'CommSubscriptionConsents',
215
+ },
216
+ {
217
+ childObjectApiName: 'Contact',
218
+ fieldName: 'AccountId',
219
+ junctionIdListNames: [],
220
+ junctionReferenceTo: [],
221
+ relationshipName: 'Contacts',
222
+ },
223
+ {
224
+ childObjectApiName: 'ContactPointAddress',
225
+ fieldName: 'ParentId',
226
+ junctionIdListNames: [],
227
+ junctionReferenceTo: [],
228
+ relationshipName: 'ContactPointAddresses',
229
+ },
230
+ {
231
+ childObjectApiName: 'ContactPointEmail',
232
+ fieldName: 'ParentId',
233
+ junctionIdListNames: [],
234
+ junctionReferenceTo: [],
235
+ relationshipName: 'ContactPointEmails',
236
+ },
237
+ {
238
+ childObjectApiName: 'ContactPointPhone',
239
+ fieldName: 'ParentId',
240
+ junctionIdListNames: [],
241
+ junctionReferenceTo: [],
242
+ relationshipName: 'ContactPointPhones',
243
+ },
244
+ {
245
+ childObjectApiName: 'ContactRequest',
246
+ fieldName: 'WhatId',
247
+ junctionIdListNames: [],
248
+ junctionReferenceTo: [],
249
+ relationshipName: 'ContactRequests',
250
+ },
251
+ {
252
+ childObjectApiName: 'ContentDocumentLink',
253
+ fieldName: 'LinkedEntityId',
254
+ junctionIdListNames: [],
255
+ junctionReferenceTo: [],
256
+ relationshipName: 'ContentDocumentLinks',
257
+ },
258
+ {
259
+ childObjectApiName: 'Contract',
260
+ fieldName: 'AccountId',
261
+ junctionIdListNames: [],
262
+ junctionReferenceTo: [],
263
+ relationshipName: 'Contracts',
264
+ },
265
+ {
266
+ childObjectApiName: 'CreditMemo',
267
+ fieldName: 'BillingAccountId',
268
+ junctionIdListNames: [],
269
+ junctionReferenceTo: [],
270
+ relationshipName: 'CreditMemos',
271
+ },
272
+ {
273
+ childObjectApiName: 'DelegatedAccount',
274
+ fieldName: 'ParentId',
275
+ junctionIdListNames: [],
276
+ junctionReferenceTo: [],
277
+ relationshipName: 'DelegatedAccounts',
278
+ },
279
+ {
280
+ childObjectApiName: 'DelegatedAccount',
281
+ fieldName: 'TargetId',
282
+ junctionIdListNames: [],
283
+ junctionReferenceTo: [],
284
+ relationshipName: 'ManagedAccount',
285
+ },
286
+ {
287
+ childObjectApiName: 'DigitalWallet',
288
+ fieldName: 'AccountId',
289
+ junctionIdListNames: [],
290
+ junctionReferenceTo: [],
291
+ relationshipName: 'DigitalWallets',
292
+ },
293
+ {
294
+ childObjectApiName: 'DuplicateRecordItem',
295
+ fieldName: 'RecordId',
296
+ junctionIdListNames: [],
297
+ junctionReferenceTo: [],
298
+ relationshipName: 'DuplicateRecordItems',
299
+ },
300
+ {
301
+ childObjectApiName: 'EmailMessage',
302
+ fieldName: 'RelatedToId',
303
+ junctionIdListNames: [],
304
+ junctionReferenceTo: [],
305
+ relationshipName: 'Emails',
306
+ },
307
+ {
308
+ childObjectApiName: 'Entitlement',
309
+ fieldName: 'AccountId',
310
+ junctionIdListNames: [],
311
+ junctionReferenceTo: [],
312
+ relationshipName: 'Entitlements',
313
+ },
314
+ {
315
+ childObjectApiName: 'EntitySubscription',
316
+ fieldName: 'ParentId',
317
+ junctionIdListNames: [],
318
+ junctionReferenceTo: [],
319
+ relationshipName: 'FeedSubscriptionsForEntity',
320
+ },
321
+ {
322
+ childObjectApiName: 'Event',
323
+ fieldName: 'WhatId',
324
+ junctionIdListNames: [],
325
+ junctionReferenceTo: [],
326
+ relationshipName: 'Events',
327
+ },
328
+ {
329
+ childObjectApiName: 'Expense',
330
+ fieldName: 'AccountId',
331
+ junctionIdListNames: [],
332
+ junctionReferenceTo: [],
333
+ relationshipName: 'Expenses',
334
+ },
335
+ {
336
+ childObjectApiName: 'FinanceBalanceSnapshot',
337
+ fieldName: 'AccountId',
338
+ junctionIdListNames: [],
339
+ junctionReferenceTo: [],
340
+ relationshipName: 'FinanceBalanceSnapshots',
341
+ },
342
+ {
343
+ childObjectApiName: 'FinanceTransaction',
344
+ fieldName: 'AccountId',
345
+ junctionIdListNames: [],
346
+ junctionReferenceTo: [],
347
+ relationshipName: 'FinanceTransactions',
348
+ },
349
+ {
350
+ childObjectApiName: 'FlowOrchestrationWorkItem',
351
+ fieldName: 'RelatedRecordId',
352
+ junctionIdListNames: [],
353
+ junctionReferenceTo: [],
354
+ relationshipName: 'FlowOrchestrationWorkItems',
355
+ },
356
+ {
357
+ childObjectApiName: 'Invoice',
358
+ fieldName: 'BillingAccountId',
359
+ junctionIdListNames: [],
360
+ junctionReferenceTo: [],
361
+ relationshipName: 'Invoices',
362
+ },
363
+ {
364
+ childObjectApiName: 'MaintenancePlan',
365
+ fieldName: 'AccountId',
366
+ junctionIdListNames: [],
367
+ junctionReferenceTo: [],
368
+ relationshipName: 'MaintenancePlans',
369
+ },
370
+ {
371
+ childObjectApiName: 'MessagingEndUser',
372
+ fieldName: 'AccountId',
373
+ junctionIdListNames: [],
374
+ junctionReferenceTo: [],
375
+ relationshipName: 'MessagingEndUsers',
376
+ },
377
+ {
378
+ childObjectApiName: 'MessagingSession',
379
+ fieldName: 'EndUserAccountId',
380
+ junctionIdListNames: [],
381
+ junctionReferenceTo: [],
382
+ relationshipName: 'MessagingSessions',
383
+ },
384
+ {
385
+ childObjectApiName: 'NetworkActivityAudit',
386
+ fieldName: 'ParentEntityId',
387
+ junctionIdListNames: [],
388
+ junctionReferenceTo: [],
389
+ relationshipName: 'ParentEntities',
390
+ },
391
+ {
392
+ childObjectApiName: 'Note',
393
+ fieldName: 'ParentId',
394
+ junctionIdListNames: [],
395
+ junctionReferenceTo: [],
396
+ relationshipName: 'Notes',
397
+ },
398
+ {
399
+ childObjectApiName: 'NoteAndAttachment',
400
+ fieldName: 'ParentId',
401
+ junctionIdListNames: [],
402
+ junctionReferenceTo: [],
403
+ relationshipName: 'NotesAndAttachments',
404
+ },
405
+ {
406
+ childObjectApiName: 'OpenActivity',
407
+ fieldName: 'AccountId',
408
+ junctionIdListNames: [],
409
+ junctionReferenceTo: [],
410
+ relationshipName: 'OpenActivities',
411
+ },
412
+ {
413
+ childObjectApiName: 'Opportunity',
414
+ fieldName: 'AccountId',
415
+ junctionIdListNames: [],
416
+ junctionReferenceTo: [],
417
+ relationshipName: 'Opportunities',
418
+ },
419
+ {
420
+ childObjectApiName: 'OpportunityPartner',
421
+ fieldName: 'AccountToId',
422
+ junctionIdListNames: [],
423
+ junctionReferenceTo: [],
424
+ relationshipName: 'OpportunityPartnersTo',
425
+ },
426
+ {
427
+ childObjectApiName: 'Order',
428
+ fieldName: 'AccountId',
429
+ junctionIdListNames: [],
430
+ junctionReferenceTo: [],
431
+ relationshipName: 'Orders',
432
+ },
433
+ {
434
+ childObjectApiName: 'Partner',
435
+ fieldName: 'AccountFromId',
436
+ junctionIdListNames: [],
437
+ junctionReferenceTo: [],
438
+ relationshipName: 'PartnersFrom',
439
+ },
440
+ {
441
+ childObjectApiName: 'Partner',
442
+ fieldName: 'AccountToId',
443
+ junctionIdListNames: [],
444
+ junctionReferenceTo: [],
445
+ relationshipName: 'PartnersTo',
446
+ },
447
+ {
448
+ childObjectApiName: 'PartnerFundAllocation',
449
+ fieldName: 'ChannelPartnerId',
450
+ junctionIdListNames: [],
451
+ junctionReferenceTo: [],
452
+ relationshipName: 'PartnerFundAllocations',
453
+ },
454
+ {
455
+ childObjectApiName: 'PartnerFundClaim',
456
+ fieldName: 'ChannelPartnerId',
457
+ junctionIdListNames: [],
458
+ junctionReferenceTo: [],
459
+ relationshipName: 'PartnerFundClaims',
460
+ },
461
+ {
462
+ childObjectApiName: 'PartnerFundRequest',
463
+ fieldName: 'ChannelPartnerId',
464
+ junctionIdListNames: [],
465
+ junctionReferenceTo: [],
466
+ relationshipName: 'PartnerFundRequests',
467
+ },
468
+ {
469
+ childObjectApiName: 'PartnerMarketingBudget',
470
+ fieldName: 'ChannelPartnerId',
471
+ junctionIdListNames: [],
472
+ junctionReferenceTo: [],
473
+ relationshipName: 'PartnerMarketingBudgets',
474
+ },
475
+ {
476
+ childObjectApiName: 'Payment',
477
+ fieldName: 'AccountId',
478
+ junctionIdListNames: [],
479
+ junctionReferenceTo: [],
480
+ relationshipName: 'Payments',
481
+ },
482
+ {
483
+ childObjectApiName: 'PaymentAuthAdjustment',
484
+ fieldName: 'AccountId',
485
+ junctionIdListNames: [],
486
+ junctionReferenceTo: [],
487
+ relationshipName: 'PaymentAuthAdjustments',
488
+ },
489
+ {
490
+ childObjectApiName: 'PaymentAuthorization',
491
+ fieldName: 'AccountId',
492
+ junctionIdListNames: [],
493
+ junctionReferenceTo: [],
494
+ relationshipName: 'PaymentAuthorizations',
495
+ },
496
+ {
497
+ childObjectApiName: 'PaymentLineInvoice',
498
+ fieldName: 'AssociatedAccountId',
499
+ junctionIdListNames: [],
500
+ junctionReferenceTo: [],
501
+ relationshipName: 'PaymentLinesInvoice',
502
+ },
503
+ {
504
+ childObjectApiName: 'ProcessInstance',
505
+ fieldName: 'TargetObjectId',
506
+ junctionIdListNames: [],
507
+ junctionReferenceTo: [],
508
+ relationshipName: 'ProcessInstances',
509
+ },
510
+ {
511
+ childObjectApiName: 'ProcessInstanceHistory',
512
+ fieldName: 'TargetObjectId',
513
+ junctionIdListNames: [],
514
+ junctionReferenceTo: [],
515
+ relationshipName: 'ProcessSteps',
516
+ },
517
+ {
518
+ childObjectApiName: 'ProductRequest',
519
+ fieldName: 'AccountId',
520
+ junctionIdListNames: [],
521
+ junctionReferenceTo: [],
522
+ relationshipName: 'ProductRequests',
523
+ },
524
+ {
525
+ childObjectApiName: 'ProductRequestLineItem',
526
+ fieldName: 'AccountId',
527
+ junctionIdListNames: [],
528
+ junctionReferenceTo: [],
529
+ relationshipName: 'ProductRequestLineItems',
530
+ },
531
+ {
532
+ childObjectApiName: 'RecordAction',
533
+ fieldName: 'RecordId',
534
+ junctionIdListNames: [],
535
+ junctionReferenceTo: [],
536
+ relationshipName: 'RecordActions',
537
+ },
538
+ {
539
+ childObjectApiName: 'RecordActionHistory',
540
+ fieldName: 'ParentRecordId',
541
+ junctionIdListNames: [],
542
+ junctionReferenceTo: [],
543
+ relationshipName: 'RecordActionHistories',
544
+ },
545
+ {
546
+ childObjectApiName: 'Refund',
547
+ fieldName: 'AccountId',
548
+ junctionIdListNames: [],
549
+ junctionReferenceTo: [],
550
+ relationshipName: 'Refunds',
551
+ },
552
+ {
553
+ childObjectApiName: 'RefundLinePayment',
554
+ fieldName: 'AssociatedAccountId',
555
+ junctionIdListNames: [],
556
+ junctionReferenceTo: [],
557
+ relationshipName: 'RefundLinePayments',
558
+ },
559
+ {
560
+ childObjectApiName: 'ResourcePreference',
561
+ fieldName: 'RelatedRecordId',
562
+ junctionIdListNames: [],
563
+ junctionReferenceTo: [],
564
+ relationshipName: 'ResourcePreferences',
565
+ },
566
+ {
567
+ childObjectApiName: 'ReturnOrder',
568
+ fieldName: 'AccountId',
569
+ junctionIdListNames: [],
570
+ junctionReferenceTo: [],
571
+ relationshipName: 'ReturnOrders',
572
+ },
573
+ {
574
+ childObjectApiName: 'ScorecardAssociation',
575
+ fieldName: 'TargetEntityId',
576
+ junctionIdListNames: [],
577
+ junctionReferenceTo: [],
578
+ relationshipName: 'ScorecardAssociations',
579
+ },
580
+ {
581
+ childObjectApiName: 'ServiceAppointment',
582
+ fieldName: 'AccountId',
583
+ junctionIdListNames: [],
584
+ junctionReferenceTo: [],
585
+ relationshipName: 'ServiceAppointmentAccount',
586
+ },
587
+ {
588
+ childObjectApiName: 'ServiceAppointment',
589
+ fieldName: 'ParentRecordId',
590
+ junctionIdListNames: [],
591
+ junctionReferenceTo: [],
592
+ relationshipName: 'ServiceAppointments',
593
+ },
594
+ {
595
+ childObjectApiName: 'ServiceContract',
596
+ fieldName: 'AccountId',
597
+ junctionIdListNames: [],
598
+ junctionReferenceTo: [],
599
+ relationshipName: 'ServiceContracts',
600
+ },
601
+ {
602
+ childObjectApiName: 'ServiceResource',
603
+ fieldName: 'AccountId',
604
+ junctionIdListNames: [],
605
+ junctionReferenceTo: [],
606
+ relationshipName: 'ServiceResources',
607
+ },
608
+ {
609
+ childObjectApiName: 'Swarm',
610
+ fieldName: 'RelatedRecordId',
611
+ junctionIdListNames: [],
612
+ junctionReferenceTo: [],
613
+ relationshipName: 'Swarms',
614
+ },
615
+ {
616
+ childObjectApiName: 'SwarmMember',
617
+ fieldName: 'RelatedRecordId',
618
+ junctionIdListNames: [],
619
+ junctionReferenceTo: [],
620
+ relationshipName: 'SwarmMembers',
621
+ },
622
+ {
623
+ childObjectApiName: 'Task',
624
+ fieldName: 'WhatId',
625
+ junctionIdListNames: [],
626
+ junctionReferenceTo: [],
627
+ relationshipName: 'Tasks',
628
+ },
629
+ {
630
+ childObjectApiName: 'TopicAssignment',
631
+ fieldName: 'EntityId',
632
+ junctionIdListNames: [],
633
+ junctionReferenceTo: [],
634
+ relationshipName: 'TopicAssignments',
635
+ },
636
+ {
637
+ childObjectApiName: 'User',
638
+ fieldName: 'AccountId',
639
+ junctionIdListNames: [],
640
+ junctionReferenceTo: [],
641
+ relationshipName: 'Users',
642
+ },
643
+ {
644
+ childObjectApiName: 'UserDefinedLabelAssignment',
645
+ fieldName: 'ItemId',
646
+ junctionIdListNames: [],
647
+ junctionReferenceTo: [],
648
+ relationshipName: 'UserDefinedLabelAssignments',
649
+ },
650
+ {
651
+ childObjectApiName: 'WorkOrder',
652
+ fieldName: 'AccountId',
653
+ junctionIdListNames: [],
654
+ junctionReferenceTo: [],
655
+ relationshipName: 'WorkOrders',
656
+ },
657
+ {
658
+ childObjectApiName: 'WorkPlanSelectionRule',
659
+ fieldName: 'AccountId',
660
+ junctionIdListNames: [],
661
+ junctionReferenceTo: [],
662
+ relationshipName: 'WorkPlanSelectionRules',
663
+ },
664
+ ],
665
+ compactLayoutable: true,
26
666
  createable: true,
27
- custom: true,
28
- defaultRecordTypeId: null,
667
+ custom: false,
668
+ defaultRecordTypeId: '012000000000000AAA',
29
669
  deletable: true,
30
670
  dependentFields: {},
671
+ eTag: '0164e4acaf744c5878c6655199ff0d93',
31
672
  feedEnabled: true,
32
- fields: {},
33
- keyPrefix: '00X',
34
- label: 'test',
35
- labelPlural: 'tests',
673
+ fields: {
674
+ AAcountStuff__c: {
675
+ apiName: 'AAcountStuff__c',
676
+ calculated: false,
677
+ compound: false,
678
+ compoundComponentName: null,
679
+ compoundFieldName: null,
680
+ controllerName: null,
681
+ controllingFields: [],
682
+ createable: true,
683
+ custom: true,
684
+ dataType: 'String',
685
+ externalId: false,
686
+ extraTypeInfo: null,
687
+ filterable: true,
688
+ filteredLookupInfo: null,
689
+ highScaleNumber: false,
690
+ htmlFormatted: false,
691
+ inlineHelpText: null,
692
+ label: 'AAcountStuff',
693
+ length: 255,
694
+ maskType: null,
695
+ nameField: false,
696
+ polymorphicForeignKey: false,
697
+ precision: 0,
698
+ reference: false,
699
+ referenceTargetField: null,
700
+ referenceToInfos: [],
701
+ relationshipName: null,
702
+ required: false,
703
+ scale: 0,
704
+ searchPrefilterable: false,
705
+ sortable: true,
706
+ unique: false,
707
+ updateable: true,
708
+ },
709
+ AccountNumber: {
710
+ apiName: 'AccountNumber',
711
+ calculated: false,
712
+ compound: false,
713
+ compoundComponentName: null,
714
+ compoundFieldName: null,
715
+ controllerName: null,
716
+ controllingFields: [],
717
+ createable: true,
718
+ custom: false,
719
+ dataType: 'String',
720
+ externalId: false,
721
+ extraTypeInfo: null,
722
+ filterable: true,
723
+ filteredLookupInfo: null,
724
+ highScaleNumber: false,
725
+ htmlFormatted: false,
726
+ inlineHelpText: null,
727
+ label: 'Account Number',
728
+ length: 40,
729
+ maskType: null,
730
+ nameField: false,
731
+ polymorphicForeignKey: false,
732
+ precision: 0,
733
+ reference: false,
734
+ referenceTargetField: null,
735
+ referenceToInfos: [],
736
+ relationshipName: null,
737
+ required: false,
738
+ scale: 0,
739
+ searchPrefilterable: false,
740
+ sortable: true,
741
+ unique: false,
742
+ updateable: true,
743
+ },
744
+ AccountSource: {
745
+ apiName: 'AccountSource',
746
+ calculated: false,
747
+ compound: false,
748
+ compoundComponentName: null,
749
+ compoundFieldName: null,
750
+ controllerName: null,
751
+ controllingFields: [],
752
+ createable: true,
753
+ custom: false,
754
+ dataType: 'Picklist',
755
+ externalId: false,
756
+ extraTypeInfo: null,
757
+ filterable: true,
758
+ filteredLookupInfo: null,
759
+ highScaleNumber: false,
760
+ htmlFormatted: false,
761
+ inlineHelpText: null,
762
+ label: 'Account Source',
763
+ length: 255,
764
+ maskType: null,
765
+ nameField: false,
766
+ polymorphicForeignKey: false,
767
+ precision: 0,
768
+ reference: false,
769
+ referenceTargetField: null,
770
+ referenceToInfos: [],
771
+ relationshipName: null,
772
+ required: false,
773
+ scale: 0,
774
+ searchPrefilterable: false,
775
+ sortable: true,
776
+ unique: false,
777
+ updateable: true,
778
+ },
779
+ Active__c: {
780
+ apiName: 'Active__c',
781
+ calculated: false,
782
+ compound: false,
783
+ compoundComponentName: null,
784
+ compoundFieldName: null,
785
+ controllerName: null,
786
+ controllingFields: [],
787
+ createable: true,
788
+ custom: true,
789
+ dataType: 'Picklist',
790
+ externalId: false,
791
+ extraTypeInfo: null,
792
+ filterable: true,
793
+ filteredLookupInfo: null,
794
+ highScaleNumber: false,
795
+ htmlFormatted: false,
796
+ inlineHelpText: null,
797
+ label: 'Active',
798
+ length: 255,
799
+ maskType: null,
800
+ nameField: false,
801
+ polymorphicForeignKey: false,
802
+ precision: 0,
803
+ reference: false,
804
+ referenceTargetField: null,
805
+ referenceToInfos: [],
806
+ relationshipName: null,
807
+ required: false,
808
+ scale: 0,
809
+ searchPrefilterable: false,
810
+ sortable: true,
811
+ unique: false,
812
+ updateable: true,
813
+ },
814
+ AnnualRevenue: {
815
+ apiName: 'AnnualRevenue',
816
+ calculated: false,
817
+ compound: false,
818
+ compoundComponentName: null,
819
+ compoundFieldName: null,
820
+ controllerName: null,
821
+ controllingFields: [],
822
+ createable: true,
823
+ custom: false,
824
+ dataType: 'Currency',
825
+ externalId: false,
826
+ extraTypeInfo: null,
827
+ filterable: true,
828
+ filteredLookupInfo: null,
829
+ highScaleNumber: false,
830
+ htmlFormatted: false,
831
+ inlineHelpText: null,
832
+ label: 'Annual Revenue',
833
+ length: 0,
834
+ maskType: null,
835
+ nameField: false,
836
+ polymorphicForeignKey: false,
837
+ precision: 18,
838
+ reference: false,
839
+ referenceTargetField: null,
840
+ referenceToInfos: [],
841
+ relationshipName: null,
842
+ required: false,
843
+ scale: 0,
844
+ searchPrefilterable: false,
845
+ sortable: true,
846
+ unique: false,
847
+ updateable: true,
848
+ },
849
+ BillingAddress: {
850
+ apiName: 'BillingAddress',
851
+ calculated: false,
852
+ compound: true,
853
+ compoundComponentName: null,
854
+ compoundFieldName: null,
855
+ controllerName: null,
856
+ controllingFields: [],
857
+ createable: false,
858
+ custom: false,
859
+ dataType: 'Address',
860
+ externalId: false,
861
+ extraTypeInfo: null,
862
+ filterable: true,
863
+ filteredLookupInfo: null,
864
+ highScaleNumber: false,
865
+ htmlFormatted: false,
866
+ inlineHelpText: null,
867
+ label: 'Billing Address',
868
+ length: 0,
869
+ maskType: null,
870
+ nameField: false,
871
+ polymorphicForeignKey: false,
872
+ precision: 0,
873
+ reference: false,
874
+ referenceTargetField: null,
875
+ referenceToInfos: [],
876
+ relationshipName: null,
877
+ required: false,
878
+ scale: 0,
879
+ searchPrefilterable: false,
880
+ sortable: false,
881
+ unique: false,
882
+ updateable: false,
883
+ },
884
+ BillingCity: {
885
+ apiName: 'BillingCity',
886
+ calculated: false,
887
+ compound: false,
888
+ compoundComponentName: 'City',
889
+ compoundFieldName: 'BillingAddress',
890
+ controllerName: null,
891
+ controllingFields: [],
892
+ createable: true,
893
+ custom: false,
894
+ dataType: 'String',
895
+ externalId: false,
896
+ extraTypeInfo: null,
897
+ filterable: true,
898
+ filteredLookupInfo: null,
899
+ highScaleNumber: false,
900
+ htmlFormatted: false,
901
+ inlineHelpText: null,
902
+ label: 'Billing City',
903
+ length: 40,
904
+ maskType: null,
905
+ nameField: false,
906
+ polymorphicForeignKey: false,
907
+ precision: 0,
908
+ reference: false,
909
+ referenceTargetField: null,
910
+ referenceToInfos: [],
911
+ relationshipName: null,
912
+ required: false,
913
+ scale: 0,
914
+ searchPrefilterable: false,
915
+ sortable: true,
916
+ unique: false,
917
+ updateable: true,
918
+ },
919
+ BillingCountry: {
920
+ apiName: 'BillingCountry',
921
+ calculated: false,
922
+ compound: false,
923
+ compoundComponentName: 'Country',
924
+ compoundFieldName: 'BillingAddress',
925
+ controllerName: null,
926
+ controllingFields: [],
927
+ createable: true,
928
+ custom: false,
929
+ dataType: 'String',
930
+ externalId: false,
931
+ extraTypeInfo: null,
932
+ filterable: true,
933
+ filteredLookupInfo: null,
934
+ highScaleNumber: false,
935
+ htmlFormatted: false,
936
+ inlineHelpText: null,
937
+ label: 'Billing Country',
938
+ length: 80,
939
+ maskType: null,
940
+ nameField: false,
941
+ polymorphicForeignKey: false,
942
+ precision: 0,
943
+ reference: false,
944
+ referenceTargetField: null,
945
+ referenceToInfos: [],
946
+ relationshipName: null,
947
+ required: false,
948
+ scale: 0,
949
+ searchPrefilterable: false,
950
+ sortable: true,
951
+ unique: false,
952
+ updateable: true,
953
+ },
954
+ BillingGeocodeAccuracy: {
955
+ apiName: 'BillingGeocodeAccuracy',
956
+ calculated: false,
957
+ compound: false,
958
+ compoundComponentName: 'GeocodeAccuracy',
959
+ compoundFieldName: 'BillingAddress',
960
+ controllerName: null,
961
+ controllingFields: [],
962
+ createable: true,
963
+ custom: false,
964
+ dataType: 'Picklist',
965
+ externalId: false,
966
+ extraTypeInfo: null,
967
+ filterable: true,
968
+ filteredLookupInfo: null,
969
+ highScaleNumber: false,
970
+ htmlFormatted: false,
971
+ inlineHelpText: null,
972
+ label: 'Billing Geocode Accuracy',
973
+ length: 40,
974
+ maskType: null,
975
+ nameField: false,
976
+ polymorphicForeignKey: false,
977
+ precision: 0,
978
+ reference: false,
979
+ referenceTargetField: null,
980
+ referenceToInfos: [],
981
+ relationshipName: null,
982
+ required: false,
983
+ scale: 0,
984
+ searchPrefilterable: false,
985
+ sortable: true,
986
+ unique: false,
987
+ updateable: true,
988
+ },
989
+ BillingLatitude: {
990
+ apiName: 'BillingLatitude',
991
+ calculated: false,
992
+ compound: false,
993
+ compoundComponentName: 'Latitude',
994
+ compoundFieldName: 'BillingAddress',
995
+ controllerName: null,
996
+ controllingFields: [],
997
+ createable: true,
998
+ custom: false,
999
+ dataType: 'Double',
1000
+ externalId: false,
1001
+ extraTypeInfo: null,
1002
+ filterable: true,
1003
+ filteredLookupInfo: null,
1004
+ highScaleNumber: false,
1005
+ htmlFormatted: false,
1006
+ inlineHelpText: null,
1007
+ label: 'Billing Latitude',
1008
+ length: 0,
1009
+ maskType: null,
1010
+ nameField: false,
1011
+ polymorphicForeignKey: false,
1012
+ precision: 18,
1013
+ reference: false,
1014
+ referenceTargetField: null,
1015
+ referenceToInfos: [],
1016
+ relationshipName: null,
1017
+ required: false,
1018
+ scale: 15,
1019
+ searchPrefilterable: false,
1020
+ sortable: true,
1021
+ unique: false,
1022
+ updateable: true,
1023
+ },
1024
+ BillingLongitude: {
1025
+ apiName: 'BillingLongitude',
1026
+ calculated: false,
1027
+ compound: false,
1028
+ compoundComponentName: 'Longitude',
1029
+ compoundFieldName: 'BillingAddress',
1030
+ controllerName: null,
1031
+ controllingFields: [],
1032
+ createable: true,
1033
+ custom: false,
1034
+ dataType: 'Double',
1035
+ externalId: false,
1036
+ extraTypeInfo: null,
1037
+ filterable: true,
1038
+ filteredLookupInfo: null,
1039
+ highScaleNumber: false,
1040
+ htmlFormatted: false,
1041
+ inlineHelpText: null,
1042
+ label: 'Billing Longitude',
1043
+ length: 0,
1044
+ maskType: null,
1045
+ nameField: false,
1046
+ polymorphicForeignKey: false,
1047
+ precision: 18,
1048
+ reference: false,
1049
+ referenceTargetField: null,
1050
+ referenceToInfos: [],
1051
+ relationshipName: null,
1052
+ required: false,
1053
+ scale: 15,
1054
+ searchPrefilterable: false,
1055
+ sortable: true,
1056
+ unique: false,
1057
+ updateable: true,
1058
+ },
1059
+ BillingPostalCode: {
1060
+ apiName: 'BillingPostalCode',
1061
+ calculated: false,
1062
+ compound: false,
1063
+ compoundComponentName: 'PostalCode',
1064
+ compoundFieldName: 'BillingAddress',
1065
+ controllerName: null,
1066
+ controllingFields: [],
1067
+ createable: true,
1068
+ custom: false,
1069
+ dataType: 'String',
1070
+ externalId: false,
1071
+ extraTypeInfo: null,
1072
+ filterable: true,
1073
+ filteredLookupInfo: null,
1074
+ highScaleNumber: false,
1075
+ htmlFormatted: false,
1076
+ inlineHelpText: null,
1077
+ label: 'Billing Zip/Postal Code',
1078
+ length: 20,
1079
+ maskType: null,
1080
+ nameField: false,
1081
+ polymorphicForeignKey: false,
1082
+ precision: 0,
1083
+ reference: false,
1084
+ referenceTargetField: null,
1085
+ referenceToInfos: [],
1086
+ relationshipName: null,
1087
+ required: false,
1088
+ scale: 0,
1089
+ searchPrefilterable: false,
1090
+ sortable: true,
1091
+ unique: false,
1092
+ updateable: true,
1093
+ },
1094
+ BillingState: {
1095
+ apiName: 'BillingState',
1096
+ calculated: false,
1097
+ compound: false,
1098
+ compoundComponentName: 'State',
1099
+ compoundFieldName: 'BillingAddress',
1100
+ controllerName: null,
1101
+ controllingFields: [],
1102
+ createable: true,
1103
+ custom: false,
1104
+ dataType: 'String',
1105
+ externalId: false,
1106
+ extraTypeInfo: null,
1107
+ filterable: true,
1108
+ filteredLookupInfo: null,
1109
+ highScaleNumber: false,
1110
+ htmlFormatted: false,
1111
+ inlineHelpText: null,
1112
+ label: 'Billing State/Province',
1113
+ length: 80,
1114
+ maskType: null,
1115
+ nameField: false,
1116
+ polymorphicForeignKey: false,
1117
+ precision: 0,
1118
+ reference: false,
1119
+ referenceTargetField: null,
1120
+ referenceToInfos: [],
1121
+ relationshipName: null,
1122
+ required: false,
1123
+ scale: 0,
1124
+ searchPrefilterable: false,
1125
+ sortable: true,
1126
+ unique: false,
1127
+ updateable: true,
1128
+ },
1129
+ BillingStreet: {
1130
+ apiName: 'BillingStreet',
1131
+ calculated: false,
1132
+ compound: false,
1133
+ compoundComponentName: 'Street',
1134
+ compoundFieldName: 'BillingAddress',
1135
+ controllerName: null,
1136
+ controllingFields: [],
1137
+ createable: true,
1138
+ custom: false,
1139
+ dataType: 'TextArea',
1140
+ externalId: false,
1141
+ extraTypeInfo: 'PlainTextArea',
1142
+ filterable: true,
1143
+ filteredLookupInfo: null,
1144
+ highScaleNumber: false,
1145
+ htmlFormatted: false,
1146
+ inlineHelpText: null,
1147
+ label: 'Billing Street',
1148
+ length: 255,
1149
+ maskType: null,
1150
+ nameField: false,
1151
+ polymorphicForeignKey: false,
1152
+ precision: 0,
1153
+ reference: false,
1154
+ referenceTargetField: null,
1155
+ referenceToInfos: [],
1156
+ relationshipName: null,
1157
+ required: false,
1158
+ scale: 0,
1159
+ searchPrefilterable: false,
1160
+ sortable: true,
1161
+ unique: false,
1162
+ updateable: true,
1163
+ },
1164
+ ChannelProgramLevelName: {
1165
+ apiName: 'ChannelProgramLevelName',
1166
+ calculated: false,
1167
+ compound: false,
1168
+ compoundComponentName: null,
1169
+ compoundFieldName: null,
1170
+ controllerName: null,
1171
+ controllingFields: [],
1172
+ createable: false,
1173
+ custom: false,
1174
+ dataType: 'String',
1175
+ externalId: false,
1176
+ extraTypeInfo: null,
1177
+ filterable: false,
1178
+ filteredLookupInfo: null,
1179
+ highScaleNumber: false,
1180
+ htmlFormatted: false,
1181
+ inlineHelpText: null,
1182
+ label: 'Channel Program Level Name',
1183
+ length: 255,
1184
+ maskType: null,
1185
+ nameField: false,
1186
+ polymorphicForeignKey: false,
1187
+ precision: 0,
1188
+ reference: false,
1189
+ referenceTargetField: null,
1190
+ referenceToInfos: [],
1191
+ relationshipName: null,
1192
+ required: false,
1193
+ scale: 0,
1194
+ searchPrefilterable: false,
1195
+ sortable: false,
1196
+ unique: false,
1197
+ updateable: false,
1198
+ },
1199
+ ChannelProgramName: {
1200
+ apiName: 'ChannelProgramName',
1201
+ calculated: false,
1202
+ compound: false,
1203
+ compoundComponentName: null,
1204
+ compoundFieldName: null,
1205
+ controllerName: null,
1206
+ controllingFields: [],
1207
+ createable: false,
1208
+ custom: false,
1209
+ dataType: 'String',
1210
+ externalId: false,
1211
+ extraTypeInfo: null,
1212
+ filterable: false,
1213
+ filteredLookupInfo: null,
1214
+ highScaleNumber: false,
1215
+ htmlFormatted: false,
1216
+ inlineHelpText: null,
1217
+ label: 'Channel Program Name',
1218
+ length: 255,
1219
+ maskType: null,
1220
+ nameField: false,
1221
+ polymorphicForeignKey: false,
1222
+ precision: 0,
1223
+ reference: false,
1224
+ referenceTargetField: null,
1225
+ referenceToInfos: [],
1226
+ relationshipName: null,
1227
+ required: false,
1228
+ scale: 0,
1229
+ searchPrefilterable: false,
1230
+ sortable: false,
1231
+ unique: false,
1232
+ updateable: false,
1233
+ },
1234
+ CleanStatus: {
1235
+ apiName: 'CleanStatus',
1236
+ calculated: false,
1237
+ compound: false,
1238
+ compoundComponentName: null,
1239
+ compoundFieldName: null,
1240
+ controllerName: null,
1241
+ controllingFields: [],
1242
+ createable: true,
1243
+ custom: false,
1244
+ dataType: 'Picklist',
1245
+ externalId: false,
1246
+ extraTypeInfo: null,
1247
+ filterable: true,
1248
+ filteredLookupInfo: null,
1249
+ highScaleNumber: false,
1250
+ htmlFormatted: false,
1251
+ inlineHelpText: null,
1252
+ label: 'Clean Status',
1253
+ length: 40,
1254
+ maskType: null,
1255
+ nameField: false,
1256
+ polymorphicForeignKey: false,
1257
+ precision: 0,
1258
+ reference: false,
1259
+ referenceTargetField: null,
1260
+ referenceToInfos: [],
1261
+ relationshipName: null,
1262
+ required: false,
1263
+ scale: 0,
1264
+ searchPrefilterable: false,
1265
+ sortable: true,
1266
+ unique: false,
1267
+ updateable: true,
1268
+ },
1269
+ CloneSourceId: {
1270
+ apiName: 'CloneSourceId',
1271
+ calculated: false,
1272
+ compound: false,
1273
+ compoundComponentName: null,
1274
+ compoundFieldName: null,
1275
+ controllerName: null,
1276
+ controllingFields: [],
1277
+ createable: false,
1278
+ custom: false,
1279
+ dataType: 'Reference',
1280
+ externalId: false,
1281
+ extraTypeInfo: null,
1282
+ filterable: true,
1283
+ filteredLookupInfo: null,
1284
+ highScaleNumber: false,
1285
+ htmlFormatted: false,
1286
+ inlineHelpText: null,
1287
+ label: 'Clone Source',
1288
+ length: 18,
1289
+ maskType: null,
1290
+ nameField: false,
1291
+ polymorphicForeignKey: false,
1292
+ precision: 0,
1293
+ reference: true,
1294
+ referenceTargetField: null,
1295
+ referenceToInfos: [],
1296
+ relationshipName: null,
1297
+ required: false,
1298
+ scale: 0,
1299
+ searchPrefilterable: false,
1300
+ sortable: true,
1301
+ unique: false,
1302
+ updateable: false,
1303
+ },
1304
+ CreatedById: {
1305
+ apiName: 'CreatedById',
1306
+ calculated: false,
1307
+ compound: false,
1308
+ compoundComponentName: null,
1309
+ compoundFieldName: null,
1310
+ controllerName: null,
1311
+ controllingFields: [],
1312
+ createable: false,
1313
+ custom: false,
1314
+ dataType: 'Reference',
1315
+ externalId: false,
1316
+ extraTypeInfo: null,
1317
+ filterable: true,
1318
+ filteredLookupInfo: null,
1319
+ highScaleNumber: false,
1320
+ htmlFormatted: false,
1321
+ inlineHelpText: null,
1322
+ label: 'Created By ID',
1323
+ length: 18,
1324
+ maskType: null,
1325
+ nameField: false,
1326
+ polymorphicForeignKey: false,
1327
+ precision: 0,
1328
+ reference: true,
1329
+ referenceTargetField: null,
1330
+ referenceToInfos: [
1331
+ {
1332
+ apiName: 'User',
1333
+ nameFields: ['FirstName', 'LastName', 'Name'],
1334
+ },
1335
+ ],
1336
+ relationshipName: 'CreatedBy',
1337
+ required: true,
1338
+ scale: 0,
1339
+ searchPrefilterable: false,
1340
+ sortable: true,
1341
+ unique: false,
1342
+ updateable: false,
1343
+ },
1344
+ CreatedDate: {
1345
+ apiName: 'CreatedDate',
1346
+ calculated: false,
1347
+ compound: false,
1348
+ compoundComponentName: null,
1349
+ compoundFieldName: null,
1350
+ controllerName: null,
1351
+ controllingFields: [],
1352
+ createable: false,
1353
+ custom: false,
1354
+ dataType: 'DateTime',
1355
+ externalId: false,
1356
+ extraTypeInfo: null,
1357
+ filterable: true,
1358
+ filteredLookupInfo: null,
1359
+ highScaleNumber: false,
1360
+ htmlFormatted: false,
1361
+ inlineHelpText: null,
1362
+ label: 'Created Date',
1363
+ length: 0,
1364
+ maskType: null,
1365
+ nameField: false,
1366
+ polymorphicForeignKey: false,
1367
+ precision: 0,
1368
+ reference: false,
1369
+ referenceTargetField: null,
1370
+ referenceToInfos: [],
1371
+ relationshipName: null,
1372
+ required: true,
1373
+ scale: 0,
1374
+ searchPrefilterable: false,
1375
+ sortable: true,
1376
+ unique: false,
1377
+ updateable: false,
1378
+ },
1379
+ CustomerPriority__c: {
1380
+ apiName: 'CustomerPriority__c',
1381
+ calculated: false,
1382
+ compound: false,
1383
+ compoundComponentName: null,
1384
+ compoundFieldName: null,
1385
+ controllerName: null,
1386
+ controllingFields: [],
1387
+ createable: true,
1388
+ custom: true,
1389
+ dataType: 'Picklist',
1390
+ externalId: false,
1391
+ extraTypeInfo: null,
1392
+ filterable: true,
1393
+ filteredLookupInfo: null,
1394
+ highScaleNumber: false,
1395
+ htmlFormatted: false,
1396
+ inlineHelpText: null,
1397
+ label: 'Customer Priority',
1398
+ length: 255,
1399
+ maskType: null,
1400
+ nameField: false,
1401
+ polymorphicForeignKey: false,
1402
+ precision: 0,
1403
+ reference: false,
1404
+ referenceTargetField: null,
1405
+ referenceToInfos: [],
1406
+ relationshipName: null,
1407
+ required: false,
1408
+ scale: 0,
1409
+ searchPrefilterable: false,
1410
+ sortable: true,
1411
+ unique: false,
1412
+ updateable: true,
1413
+ },
1414
+ DandbCompanyId: {
1415
+ apiName: 'DandbCompanyId',
1416
+ calculated: false,
1417
+ compound: false,
1418
+ compoundComponentName: null,
1419
+ compoundFieldName: null,
1420
+ controllerName: null,
1421
+ controllingFields: [],
1422
+ createable: true,
1423
+ custom: false,
1424
+ dataType: 'Reference',
1425
+ externalId: false,
1426
+ extraTypeInfo: null,
1427
+ filterable: true,
1428
+ filteredLookupInfo: null,
1429
+ highScaleNumber: false,
1430
+ htmlFormatted: false,
1431
+ inlineHelpText: null,
1432
+ label: 'D&B Company ID',
1433
+ length: 18,
1434
+ maskType: null,
1435
+ nameField: false,
1436
+ polymorphicForeignKey: false,
1437
+ precision: 0,
1438
+ reference: true,
1439
+ referenceTargetField: null,
1440
+ referenceToInfos: [
1441
+ {
1442
+ apiName: 'DandBCompany',
1443
+ nameFields: ['Name'],
1444
+ },
1445
+ ],
1446
+ relationshipName: 'DandbCompany',
1447
+ required: false,
1448
+ scale: 0,
1449
+ searchPrefilterable: true,
1450
+ sortable: true,
1451
+ unique: false,
1452
+ updateable: true,
1453
+ },
1454
+ Description: {
1455
+ apiName: 'Description',
1456
+ calculated: false,
1457
+ compound: false,
1458
+ compoundComponentName: null,
1459
+ compoundFieldName: null,
1460
+ controllerName: null,
1461
+ controllingFields: [],
1462
+ createable: true,
1463
+ custom: false,
1464
+ dataType: 'TextArea',
1465
+ externalId: false,
1466
+ extraTypeInfo: 'PlainTextArea',
1467
+ filterable: false,
1468
+ filteredLookupInfo: null,
1469
+ highScaleNumber: false,
1470
+ htmlFormatted: false,
1471
+ inlineHelpText: null,
1472
+ label: 'Account Description',
1473
+ length: 32000,
1474
+ maskType: null,
1475
+ nameField: false,
1476
+ polymorphicForeignKey: false,
1477
+ precision: 0,
1478
+ reference: false,
1479
+ referenceTargetField: null,
1480
+ referenceToInfos: [],
1481
+ relationshipName: null,
1482
+ required: false,
1483
+ scale: 0,
1484
+ searchPrefilterable: false,
1485
+ sortable: false,
1486
+ unique: false,
1487
+ updateable: true,
1488
+ },
1489
+ DunsNumber: {
1490
+ apiName: 'DunsNumber',
1491
+ calculated: false,
1492
+ compound: false,
1493
+ compoundComponentName: null,
1494
+ compoundFieldName: null,
1495
+ controllerName: null,
1496
+ controllingFields: [],
1497
+ createable: true,
1498
+ custom: false,
1499
+ dataType: 'String',
1500
+ externalId: false,
1501
+ extraTypeInfo: null,
1502
+ filterable: true,
1503
+ filteredLookupInfo: null,
1504
+ highScaleNumber: false,
1505
+ htmlFormatted: false,
1506
+ inlineHelpText: null,
1507
+ label: 'D-U-N-S Number',
1508
+ length: 9,
1509
+ maskType: null,
1510
+ nameField: false,
1511
+ polymorphicForeignKey: false,
1512
+ precision: 0,
1513
+ reference: false,
1514
+ referenceTargetField: null,
1515
+ referenceToInfos: [],
1516
+ relationshipName: null,
1517
+ required: false,
1518
+ scale: 0,
1519
+ searchPrefilterable: false,
1520
+ sortable: true,
1521
+ unique: false,
1522
+ updateable: true,
1523
+ },
1524
+ Fax: {
1525
+ apiName: 'Fax',
1526
+ calculated: false,
1527
+ compound: false,
1528
+ compoundComponentName: null,
1529
+ compoundFieldName: null,
1530
+ controllerName: null,
1531
+ controllingFields: [],
1532
+ createable: true,
1533
+ custom: false,
1534
+ dataType: 'Phone',
1535
+ externalId: false,
1536
+ extraTypeInfo: null,
1537
+ filterable: true,
1538
+ filteredLookupInfo: null,
1539
+ highScaleNumber: false,
1540
+ htmlFormatted: false,
1541
+ inlineHelpText: null,
1542
+ label: 'Account Fax',
1543
+ length: 40,
1544
+ maskType: null,
1545
+ nameField: false,
1546
+ polymorphicForeignKey: false,
1547
+ precision: 0,
1548
+ reference: false,
1549
+ referenceTargetField: null,
1550
+ referenceToInfos: [],
1551
+ relationshipName: null,
1552
+ required: false,
1553
+ scale: 0,
1554
+ searchPrefilterable: false,
1555
+ sortable: true,
1556
+ unique: false,
1557
+ updateable: true,
1558
+ },
1559
+ Id: {
1560
+ apiName: 'Id',
1561
+ calculated: false,
1562
+ compound: false,
1563
+ compoundComponentName: null,
1564
+ compoundFieldName: null,
1565
+ controllerName: null,
1566
+ controllingFields: [],
1567
+ createable: false,
1568
+ custom: false,
1569
+ dataType: 'String',
1570
+ externalId: false,
1571
+ extraTypeInfo: null,
1572
+ filterable: true,
1573
+ filteredLookupInfo: null,
1574
+ highScaleNumber: false,
1575
+ htmlFormatted: false,
1576
+ inlineHelpText: null,
1577
+ label: 'Account ID',
1578
+ length: 18,
1579
+ maskType: null,
1580
+ nameField: false,
1581
+ polymorphicForeignKey: false,
1582
+ precision: 0,
1583
+ reference: false,
1584
+ referenceTargetField: null,
1585
+ referenceToInfos: [],
1586
+ relationshipName: null,
1587
+ required: true,
1588
+ scale: 0,
1589
+ searchPrefilterable: false,
1590
+ sortable: true,
1591
+ unique: false,
1592
+ updateable: false,
1593
+ },
1594
+ Industry: {
1595
+ apiName: 'Industry',
1596
+ calculated: false,
1597
+ compound: false,
1598
+ compoundComponentName: null,
1599
+ compoundFieldName: null,
1600
+ controllerName: null,
1601
+ controllingFields: [],
1602
+ createable: true,
1603
+ custom: false,
1604
+ dataType: 'Picklist',
1605
+ externalId: false,
1606
+ extraTypeInfo: null,
1607
+ filterable: true,
1608
+ filteredLookupInfo: null,
1609
+ highScaleNumber: false,
1610
+ htmlFormatted: false,
1611
+ inlineHelpText: null,
1612
+ label: 'Industry',
1613
+ length: 255,
1614
+ maskType: null,
1615
+ nameField: false,
1616
+ polymorphicForeignKey: false,
1617
+ precision: 0,
1618
+ reference: false,
1619
+ referenceTargetField: null,
1620
+ referenceToInfos: [],
1621
+ relationshipName: null,
1622
+ required: false,
1623
+ scale: 0,
1624
+ searchPrefilterable: false,
1625
+ sortable: true,
1626
+ unique: false,
1627
+ updateable: true,
1628
+ },
1629
+ IsCustomerPortal: {
1630
+ apiName: 'IsCustomerPortal',
1631
+ calculated: false,
1632
+ compound: false,
1633
+ compoundComponentName: null,
1634
+ compoundFieldName: null,
1635
+ controllerName: null,
1636
+ controllingFields: [],
1637
+ createable: false,
1638
+ custom: false,
1639
+ dataType: 'Boolean',
1640
+ externalId: false,
1641
+ extraTypeInfo: null,
1642
+ filterable: true,
1643
+ filteredLookupInfo: null,
1644
+ highScaleNumber: false,
1645
+ htmlFormatted: false,
1646
+ inlineHelpText: null,
1647
+ label: 'Customer Portal Account',
1648
+ length: 0,
1649
+ maskType: null,
1650
+ nameField: false,
1651
+ polymorphicForeignKey: false,
1652
+ precision: 0,
1653
+ reference: false,
1654
+ referenceTargetField: null,
1655
+ referenceToInfos: [],
1656
+ relationshipName: null,
1657
+ required: true,
1658
+ scale: 0,
1659
+ searchPrefilterable: false,
1660
+ sortable: true,
1661
+ unique: false,
1662
+ updateable: true,
1663
+ },
1664
+ IsDeleted: {
1665
+ apiName: 'IsDeleted',
1666
+ calculated: false,
1667
+ compound: false,
1668
+ compoundComponentName: null,
1669
+ compoundFieldName: null,
1670
+ controllerName: null,
1671
+ controllingFields: [],
1672
+ createable: false,
1673
+ custom: false,
1674
+ dataType: 'Boolean',
1675
+ externalId: false,
1676
+ extraTypeInfo: null,
1677
+ filterable: true,
1678
+ filteredLookupInfo: null,
1679
+ highScaleNumber: false,
1680
+ htmlFormatted: false,
1681
+ inlineHelpText: null,
1682
+ label: 'Deleted',
1683
+ length: 0,
1684
+ maskType: null,
1685
+ nameField: false,
1686
+ polymorphicForeignKey: false,
1687
+ precision: 0,
1688
+ reference: false,
1689
+ referenceTargetField: null,
1690
+ referenceToInfos: [],
1691
+ relationshipName: null,
1692
+ required: true,
1693
+ scale: 0,
1694
+ searchPrefilterable: false,
1695
+ sortable: true,
1696
+ unique: false,
1697
+ updateable: false,
1698
+ },
1699
+ IsPartner: {
1700
+ apiName: 'IsPartner',
1701
+ calculated: false,
1702
+ compound: false,
1703
+ compoundComponentName: null,
1704
+ compoundFieldName: null,
1705
+ controllerName: null,
1706
+ controllingFields: [],
1707
+ createable: false,
1708
+ custom: false,
1709
+ dataType: 'Boolean',
1710
+ externalId: false,
1711
+ extraTypeInfo: null,
1712
+ filterable: true,
1713
+ filteredLookupInfo: null,
1714
+ highScaleNumber: false,
1715
+ htmlFormatted: false,
1716
+ inlineHelpText: null,
1717
+ label: 'Partner Account',
1718
+ length: 0,
1719
+ maskType: null,
1720
+ nameField: false,
1721
+ polymorphicForeignKey: false,
1722
+ precision: 0,
1723
+ reference: false,
1724
+ referenceTargetField: null,
1725
+ referenceToInfos: [],
1726
+ relationshipName: null,
1727
+ required: true,
1728
+ scale: 0,
1729
+ searchPrefilterable: false,
1730
+ sortable: true,
1731
+ unique: false,
1732
+ updateable: true,
1733
+ },
1734
+ Jigsaw: {
1735
+ apiName: 'Jigsaw',
1736
+ calculated: false,
1737
+ compound: false,
1738
+ compoundComponentName: null,
1739
+ compoundFieldName: null,
1740
+ controllerName: null,
1741
+ controllingFields: [],
1742
+ createable: true,
1743
+ custom: false,
1744
+ dataType: 'String',
1745
+ externalId: false,
1746
+ extraTypeInfo: null,
1747
+ filterable: true,
1748
+ filteredLookupInfo: null,
1749
+ highScaleNumber: false,
1750
+ htmlFormatted: false,
1751
+ inlineHelpText: null,
1752
+ label: 'Data.com Key',
1753
+ length: 20,
1754
+ maskType: null,
1755
+ nameField: false,
1756
+ polymorphicForeignKey: false,
1757
+ precision: 0,
1758
+ reference: false,
1759
+ referenceTargetField: null,
1760
+ referenceToInfos: [],
1761
+ relationshipName: null,
1762
+ required: false,
1763
+ scale: 0,
1764
+ searchPrefilterable: false,
1765
+ sortable: true,
1766
+ unique: false,
1767
+ updateable: true,
1768
+ },
1769
+ JigsawCompanyId: {
1770
+ apiName: 'JigsawCompanyId',
1771
+ calculated: false,
1772
+ compound: false,
1773
+ compoundComponentName: null,
1774
+ compoundFieldName: null,
1775
+ controllerName: null,
1776
+ controllingFields: [],
1777
+ createable: false,
1778
+ custom: false,
1779
+ dataType: 'String',
1780
+ externalId: false,
1781
+ extraTypeInfo: null,
1782
+ filterable: true,
1783
+ filteredLookupInfo: null,
1784
+ highScaleNumber: false,
1785
+ htmlFormatted: false,
1786
+ inlineHelpText: null,
1787
+ label: 'Jigsaw Company ID',
1788
+ length: 20,
1789
+ maskType: null,
1790
+ nameField: false,
1791
+ polymorphicForeignKey: false,
1792
+ precision: 0,
1793
+ reference: false,
1794
+ referenceTargetField: null,
1795
+ referenceToInfos: [],
1796
+ relationshipName: 'JigsawCompany',
1797
+ required: false,
1798
+ scale: 0,
1799
+ searchPrefilterable: false,
1800
+ sortable: true,
1801
+ unique: false,
1802
+ updateable: false,
1803
+ },
1804
+ LastActivityDate: {
1805
+ apiName: 'LastActivityDate',
1806
+ calculated: false,
1807
+ compound: false,
1808
+ compoundComponentName: null,
1809
+ compoundFieldName: null,
1810
+ controllerName: null,
1811
+ controllingFields: [],
1812
+ createable: false,
1813
+ custom: false,
1814
+ dataType: 'Date',
1815
+ externalId: false,
1816
+ extraTypeInfo: null,
1817
+ filterable: true,
1818
+ filteredLookupInfo: null,
1819
+ highScaleNumber: false,
1820
+ htmlFormatted: false,
1821
+ inlineHelpText: null,
1822
+ label: 'Last Activity',
1823
+ length: 0,
1824
+ maskType: null,
1825
+ nameField: false,
1826
+ polymorphicForeignKey: false,
1827
+ precision: 0,
1828
+ reference: false,
1829
+ referenceTargetField: null,
1830
+ referenceToInfos: [],
1831
+ relationshipName: null,
1832
+ required: false,
1833
+ scale: 0,
1834
+ searchPrefilterable: false,
1835
+ sortable: true,
1836
+ unique: false,
1837
+ updateable: false,
1838
+ },
1839
+ LastModifiedById: {
1840
+ apiName: 'LastModifiedById',
1841
+ calculated: false,
1842
+ compound: false,
1843
+ compoundComponentName: null,
1844
+ compoundFieldName: null,
1845
+ controllerName: null,
1846
+ controllingFields: [],
1847
+ createable: false,
1848
+ custom: false,
1849
+ dataType: 'Reference',
1850
+ externalId: false,
1851
+ extraTypeInfo: null,
1852
+ filterable: true,
1853
+ filteredLookupInfo: null,
1854
+ highScaleNumber: false,
1855
+ htmlFormatted: false,
1856
+ inlineHelpText: null,
1857
+ label: 'Last Modified By ID',
1858
+ length: 18,
1859
+ maskType: null,
1860
+ nameField: false,
1861
+ polymorphicForeignKey: false,
1862
+ precision: 0,
1863
+ reference: true,
1864
+ referenceTargetField: null,
1865
+ referenceToInfos: [
1866
+ {
1867
+ apiName: 'User',
1868
+ nameFields: ['FirstName', 'LastName', 'Name'],
1869
+ },
1870
+ ],
1871
+ relationshipName: 'LastModifiedBy',
1872
+ required: true,
1873
+ scale: 0,
1874
+ searchPrefilterable: false,
1875
+ sortable: true,
1876
+ unique: false,
1877
+ updateable: false,
1878
+ },
1879
+ LastModifiedDate: {
1880
+ apiName: 'LastModifiedDate',
1881
+ calculated: false,
1882
+ compound: false,
1883
+ compoundComponentName: null,
1884
+ compoundFieldName: null,
1885
+ controllerName: null,
1886
+ controllingFields: [],
1887
+ createable: false,
1888
+ custom: false,
1889
+ dataType: 'DateTime',
1890
+ externalId: false,
1891
+ extraTypeInfo: null,
1892
+ filterable: true,
1893
+ filteredLookupInfo: null,
1894
+ highScaleNumber: false,
1895
+ htmlFormatted: false,
1896
+ inlineHelpText: null,
1897
+ label: 'Last Modified Date',
1898
+ length: 0,
1899
+ maskType: null,
1900
+ nameField: false,
1901
+ polymorphicForeignKey: false,
1902
+ precision: 0,
1903
+ reference: false,
1904
+ referenceTargetField: null,
1905
+ referenceToInfos: [],
1906
+ relationshipName: null,
1907
+ required: true,
1908
+ scale: 0,
1909
+ searchPrefilterable: false,
1910
+ sortable: true,
1911
+ unique: false,
1912
+ updateable: false,
1913
+ },
1914
+ LastReferencedDate: {
1915
+ apiName: 'LastReferencedDate',
1916
+ calculated: false,
1917
+ compound: false,
1918
+ compoundComponentName: null,
1919
+ compoundFieldName: null,
1920
+ controllerName: null,
1921
+ controllingFields: [],
1922
+ createable: false,
1923
+ custom: false,
1924
+ dataType: 'DateTime',
1925
+ externalId: false,
1926
+ extraTypeInfo: null,
1927
+ filterable: true,
1928
+ filteredLookupInfo: null,
1929
+ highScaleNumber: false,
1930
+ htmlFormatted: false,
1931
+ inlineHelpText: null,
1932
+ label: 'Last Referenced Date',
1933
+ length: 0,
1934
+ maskType: null,
1935
+ nameField: false,
1936
+ polymorphicForeignKey: false,
1937
+ precision: 0,
1938
+ reference: false,
1939
+ referenceTargetField: null,
1940
+ referenceToInfos: [],
1941
+ relationshipName: null,
1942
+ required: false,
1943
+ scale: 0,
1944
+ searchPrefilterable: false,
1945
+ sortable: true,
1946
+ unique: false,
1947
+ updateable: false,
1948
+ },
1949
+ LastViewedDate: {
1950
+ apiName: 'LastViewedDate',
1951
+ calculated: false,
1952
+ compound: false,
1953
+ compoundComponentName: null,
1954
+ compoundFieldName: null,
1955
+ controllerName: null,
1956
+ controllingFields: [],
1957
+ createable: false,
1958
+ custom: false,
1959
+ dataType: 'DateTime',
1960
+ externalId: false,
1961
+ extraTypeInfo: null,
1962
+ filterable: true,
1963
+ filteredLookupInfo: null,
1964
+ highScaleNumber: false,
1965
+ htmlFormatted: false,
1966
+ inlineHelpText: null,
1967
+ label: 'Last Viewed Date',
1968
+ length: 0,
1969
+ maskType: null,
1970
+ nameField: false,
1971
+ polymorphicForeignKey: false,
1972
+ precision: 0,
1973
+ reference: false,
1974
+ referenceTargetField: null,
1975
+ referenceToInfos: [],
1976
+ relationshipName: null,
1977
+ required: false,
1978
+ scale: 0,
1979
+ searchPrefilterable: false,
1980
+ sortable: true,
1981
+ unique: false,
1982
+ updateable: false,
1983
+ },
1984
+ MasterRecordId: {
1985
+ apiName: 'MasterRecordId',
1986
+ calculated: false,
1987
+ compound: false,
1988
+ compoundComponentName: null,
1989
+ compoundFieldName: null,
1990
+ controllerName: null,
1991
+ controllingFields: [],
1992
+ createable: false,
1993
+ custom: false,
1994
+ dataType: 'Reference',
1995
+ externalId: false,
1996
+ extraTypeInfo: null,
1997
+ filterable: true,
1998
+ filteredLookupInfo: null,
1999
+ highScaleNumber: false,
2000
+ htmlFormatted: false,
2001
+ inlineHelpText: null,
2002
+ label: 'Master Record ID',
2003
+ length: 18,
2004
+ maskType: null,
2005
+ nameField: false,
2006
+ polymorphicForeignKey: false,
2007
+ precision: 0,
2008
+ reference: true,
2009
+ referenceTargetField: null,
2010
+ referenceToInfos: [
2011
+ {
2012
+ apiName: 'Account',
2013
+ nameFields: ['Name'],
2014
+ },
2015
+ ],
2016
+ relationshipName: 'MasterRecord',
2017
+ required: false,
2018
+ scale: 0,
2019
+ searchPrefilterable: false,
2020
+ sortable: true,
2021
+ unique: false,
2022
+ updateable: false,
2023
+ },
2024
+ NaicsCode: {
2025
+ apiName: 'NaicsCode',
2026
+ calculated: false,
2027
+ compound: false,
2028
+ compoundComponentName: null,
2029
+ compoundFieldName: null,
2030
+ controllerName: null,
2031
+ controllingFields: [],
2032
+ createable: true,
2033
+ custom: false,
2034
+ dataType: 'String',
2035
+ externalId: false,
2036
+ extraTypeInfo: null,
2037
+ filterable: true,
2038
+ filteredLookupInfo: null,
2039
+ highScaleNumber: false,
2040
+ htmlFormatted: false,
2041
+ inlineHelpText: null,
2042
+ label: 'NAICS Code',
2043
+ length: 8,
2044
+ maskType: null,
2045
+ nameField: false,
2046
+ polymorphicForeignKey: false,
2047
+ precision: 0,
2048
+ reference: false,
2049
+ referenceTargetField: null,
2050
+ referenceToInfos: [],
2051
+ relationshipName: null,
2052
+ required: false,
2053
+ scale: 0,
2054
+ searchPrefilterable: false,
2055
+ sortable: true,
2056
+ unique: false,
2057
+ updateable: true,
2058
+ },
2059
+ NaicsDesc: {
2060
+ apiName: 'NaicsDesc',
2061
+ calculated: false,
2062
+ compound: false,
2063
+ compoundComponentName: null,
2064
+ compoundFieldName: null,
2065
+ controllerName: null,
2066
+ controllingFields: [],
2067
+ createable: true,
2068
+ custom: false,
2069
+ dataType: 'String',
2070
+ externalId: false,
2071
+ extraTypeInfo: null,
2072
+ filterable: true,
2073
+ filteredLookupInfo: null,
2074
+ highScaleNumber: false,
2075
+ htmlFormatted: false,
2076
+ inlineHelpText: null,
2077
+ label: 'NAICS Description',
2078
+ length: 120,
2079
+ maskType: null,
2080
+ nameField: false,
2081
+ polymorphicForeignKey: false,
2082
+ precision: 0,
2083
+ reference: false,
2084
+ referenceTargetField: null,
2085
+ referenceToInfos: [],
2086
+ relationshipName: null,
2087
+ required: false,
2088
+ scale: 0,
2089
+ searchPrefilterable: false,
2090
+ sortable: true,
2091
+ unique: false,
2092
+ updateable: true,
2093
+ },
2094
+ Name: {
2095
+ apiName: 'Name',
2096
+ calculated: false,
2097
+ compound: true,
2098
+ compoundComponentName: null,
2099
+ compoundFieldName: 'Name',
2100
+ controllerName: null,
2101
+ controllingFields: [],
2102
+ createable: true,
2103
+ custom: false,
2104
+ dataType: 'String',
2105
+ externalId: false,
2106
+ extraTypeInfo: 'SwitchablePersonName',
2107
+ filterable: true,
2108
+ filteredLookupInfo: null,
2109
+ highScaleNumber: false,
2110
+ htmlFormatted: false,
2111
+ inlineHelpText: null,
2112
+ label: 'Account Name',
2113
+ length: 255,
2114
+ maskType: null,
2115
+ nameField: true,
2116
+ polymorphicForeignKey: false,
2117
+ precision: 0,
2118
+ reference: false,
2119
+ referenceTargetField: null,
2120
+ referenceToInfos: [],
2121
+ relationshipName: null,
2122
+ required: true,
2123
+ scale: 0,
2124
+ searchPrefilterable: false,
2125
+ sortable: true,
2126
+ unique: false,
2127
+ updateable: true,
2128
+ },
2129
+ NumberOfEmployees: {
2130
+ apiName: 'NumberOfEmployees',
2131
+ calculated: false,
2132
+ compound: false,
2133
+ compoundComponentName: null,
2134
+ compoundFieldName: null,
2135
+ controllerName: null,
2136
+ controllingFields: [],
2137
+ createable: true,
2138
+ custom: false,
2139
+ dataType: 'Int',
2140
+ externalId: false,
2141
+ extraTypeInfo: null,
2142
+ filterable: true,
2143
+ filteredLookupInfo: null,
2144
+ highScaleNumber: false,
2145
+ htmlFormatted: false,
2146
+ inlineHelpText: null,
2147
+ label: 'Employees',
2148
+ length: 0,
2149
+ maskType: null,
2150
+ nameField: false,
2151
+ polymorphicForeignKey: false,
2152
+ precision: 0,
2153
+ reference: false,
2154
+ referenceTargetField: null,
2155
+ referenceToInfos: [],
2156
+ relationshipName: null,
2157
+ required: false,
2158
+ scale: 0,
2159
+ searchPrefilterable: false,
2160
+ sortable: true,
2161
+ unique: false,
2162
+ updateable: true,
2163
+ },
2164
+ NumberofLocations__c: {
2165
+ apiName: 'NumberofLocations__c',
2166
+ calculated: false,
2167
+ compound: false,
2168
+ compoundComponentName: null,
2169
+ compoundFieldName: null,
2170
+ controllerName: null,
2171
+ controllingFields: [],
2172
+ createable: true,
2173
+ custom: true,
2174
+ dataType: 'Double',
2175
+ externalId: false,
2176
+ extraTypeInfo: null,
2177
+ filterable: true,
2178
+ filteredLookupInfo: null,
2179
+ highScaleNumber: false,
2180
+ htmlFormatted: false,
2181
+ inlineHelpText: null,
2182
+ label: 'Number of Locations',
2183
+ length: 0,
2184
+ maskType: null,
2185
+ nameField: false,
2186
+ polymorphicForeignKey: false,
2187
+ precision: 3,
2188
+ reference: false,
2189
+ referenceTargetField: null,
2190
+ referenceToInfos: [],
2191
+ relationshipName: null,
2192
+ required: false,
2193
+ scale: 0,
2194
+ searchPrefilterable: false,
2195
+ sortable: true,
2196
+ unique: false,
2197
+ updateable: true,
2198
+ },
2199
+ OperatingHoursId: {
2200
+ apiName: 'OperatingHoursId',
2201
+ calculated: false,
2202
+ compound: false,
2203
+ compoundComponentName: null,
2204
+ compoundFieldName: null,
2205
+ controllerName: null,
2206
+ controllingFields: [],
2207
+ createable: true,
2208
+ custom: false,
2209
+ dataType: 'Reference',
2210
+ externalId: false,
2211
+ extraTypeInfo: null,
2212
+ filterable: true,
2213
+ filteredLookupInfo: null,
2214
+ highScaleNumber: false,
2215
+ htmlFormatted: false,
2216
+ inlineHelpText: null,
2217
+ label: 'Operating Hour ID',
2218
+ length: 18,
2219
+ maskType: null,
2220
+ nameField: false,
2221
+ polymorphicForeignKey: false,
2222
+ precision: 0,
2223
+ reference: true,
2224
+ referenceTargetField: null,
2225
+ referenceToInfos: [
2226
+ {
2227
+ apiName: 'OperatingHours',
2228
+ nameFields: ['Name'],
2229
+ },
2230
+ ],
2231
+ relationshipName: 'OperatingHours',
2232
+ required: false,
2233
+ scale: 0,
2234
+ searchPrefilterable: true,
2235
+ sortable: true,
2236
+ unique: false,
2237
+ updateable: true,
2238
+ },
2239
+ OwnerId: {
2240
+ apiName: 'OwnerId',
2241
+ calculated: false,
2242
+ compound: false,
2243
+ compoundComponentName: null,
2244
+ compoundFieldName: null,
2245
+ controllerName: null,
2246
+ controllingFields: [],
2247
+ createable: true,
2248
+ custom: false,
2249
+ dataType: 'Reference',
2250
+ externalId: false,
2251
+ extraTypeInfo: null,
2252
+ filterable: true,
2253
+ filteredLookupInfo: null,
2254
+ highScaleNumber: false,
2255
+ htmlFormatted: false,
2256
+ inlineHelpText: null,
2257
+ label: 'Owner ID',
2258
+ length: 18,
2259
+ maskType: null,
2260
+ nameField: false,
2261
+ polymorphicForeignKey: false,
2262
+ precision: 0,
2263
+ reference: true,
2264
+ referenceTargetField: null,
2265
+ referenceToInfos: [
2266
+ {
2267
+ apiName: 'User',
2268
+ nameFields: ['FirstName', 'LastName', 'Name'],
2269
+ },
2270
+ ],
2271
+ relationshipName: 'Owner',
2272
+ required: true,
2273
+ scale: 0,
2274
+ searchPrefilterable: false,
2275
+ sortable: true,
2276
+ unique: false,
2277
+ updateable: true,
2278
+ },
2279
+ Ownership: {
2280
+ apiName: 'Ownership',
2281
+ calculated: false,
2282
+ compound: false,
2283
+ compoundComponentName: null,
2284
+ compoundFieldName: null,
2285
+ controllerName: null,
2286
+ controllingFields: [],
2287
+ createable: true,
2288
+ custom: false,
2289
+ dataType: 'Picklist',
2290
+ externalId: false,
2291
+ extraTypeInfo: null,
2292
+ filterable: true,
2293
+ filteredLookupInfo: null,
2294
+ highScaleNumber: false,
2295
+ htmlFormatted: false,
2296
+ inlineHelpText: null,
2297
+ label: 'Ownership',
2298
+ length: 255,
2299
+ maskType: null,
2300
+ nameField: false,
2301
+ polymorphicForeignKey: false,
2302
+ precision: 0,
2303
+ reference: false,
2304
+ referenceTargetField: null,
2305
+ referenceToInfos: [],
2306
+ relationshipName: null,
2307
+ required: false,
2308
+ scale: 0,
2309
+ searchPrefilterable: false,
2310
+ sortable: true,
2311
+ unique: false,
2312
+ updateable: true,
2313
+ },
2314
+ ParentId: {
2315
+ apiName: 'ParentId',
2316
+ calculated: false,
2317
+ compound: false,
2318
+ compoundComponentName: null,
2319
+ compoundFieldName: null,
2320
+ controllerName: null,
2321
+ controllingFields: [],
2322
+ createable: true,
2323
+ custom: false,
2324
+ dataType: 'Reference',
2325
+ externalId: false,
2326
+ extraTypeInfo: null,
2327
+ filterable: true,
2328
+ filteredLookupInfo: null,
2329
+ highScaleNumber: false,
2330
+ htmlFormatted: false,
2331
+ inlineHelpText: null,
2332
+ label: 'Parent Account ID',
2333
+ length: 18,
2334
+ maskType: null,
2335
+ nameField: false,
2336
+ polymorphicForeignKey: false,
2337
+ precision: 0,
2338
+ reference: true,
2339
+ referenceTargetField: null,
2340
+ referenceToInfos: [
2341
+ {
2342
+ apiName: 'Account',
2343
+ nameFields: ['Name'],
2344
+ },
2345
+ ],
2346
+ relationshipName: 'Parent',
2347
+ required: false,
2348
+ scale: 0,
2349
+ searchPrefilterable: true,
2350
+ sortable: true,
2351
+ unique: false,
2352
+ updateable: true,
2353
+ },
2354
+ Phone: {
2355
+ apiName: 'Phone',
2356
+ calculated: false,
2357
+ compound: false,
2358
+ compoundComponentName: null,
2359
+ compoundFieldName: null,
2360
+ controllerName: null,
2361
+ controllingFields: [],
2362
+ createable: true,
2363
+ custom: false,
2364
+ dataType: 'Phone',
2365
+ externalId: false,
2366
+ extraTypeInfo: null,
2367
+ filterable: true,
2368
+ filteredLookupInfo: null,
2369
+ highScaleNumber: false,
2370
+ htmlFormatted: false,
2371
+ inlineHelpText: null,
2372
+ label: 'Account Phone',
2373
+ length: 40,
2374
+ maskType: null,
2375
+ nameField: false,
2376
+ polymorphicForeignKey: false,
2377
+ precision: 0,
2378
+ reference: false,
2379
+ referenceTargetField: null,
2380
+ referenceToInfos: [],
2381
+ relationshipName: null,
2382
+ required: false,
2383
+ scale: 0,
2384
+ searchPrefilterable: false,
2385
+ sortable: true,
2386
+ unique: false,
2387
+ updateable: true,
2388
+ },
2389
+ PhotoUrl: {
2390
+ apiName: 'PhotoUrl',
2391
+ calculated: false,
2392
+ compound: false,
2393
+ compoundComponentName: null,
2394
+ compoundFieldName: null,
2395
+ controllerName: null,
2396
+ controllingFields: [],
2397
+ createable: false,
2398
+ custom: false,
2399
+ dataType: 'Url',
2400
+ externalId: false,
2401
+ extraTypeInfo: 'ImageUrl',
2402
+ filterable: true,
2403
+ filteredLookupInfo: null,
2404
+ highScaleNumber: false,
2405
+ htmlFormatted: false,
2406
+ inlineHelpText: null,
2407
+ label: 'Photo URL',
2408
+ length: 255,
2409
+ maskType: null,
2410
+ nameField: false,
2411
+ polymorphicForeignKey: false,
2412
+ precision: 0,
2413
+ reference: false,
2414
+ referenceTargetField: null,
2415
+ referenceToInfos: [],
2416
+ relationshipName: null,
2417
+ required: false,
2418
+ scale: 0,
2419
+ searchPrefilterable: false,
2420
+ sortable: true,
2421
+ unique: false,
2422
+ updateable: false,
2423
+ },
2424
+ Rating: {
2425
+ apiName: 'Rating',
2426
+ calculated: false,
2427
+ compound: false,
2428
+ compoundComponentName: null,
2429
+ compoundFieldName: null,
2430
+ controllerName: null,
2431
+ controllingFields: [],
2432
+ createable: true,
2433
+ custom: false,
2434
+ dataType: 'Picklist',
2435
+ externalId: false,
2436
+ extraTypeInfo: null,
2437
+ filterable: true,
2438
+ filteredLookupInfo: null,
2439
+ highScaleNumber: false,
2440
+ htmlFormatted: false,
2441
+ inlineHelpText: null,
2442
+ label: 'Account Rating',
2443
+ length: 255,
2444
+ maskType: null,
2445
+ nameField: false,
2446
+ polymorphicForeignKey: false,
2447
+ precision: 0,
2448
+ reference: false,
2449
+ referenceTargetField: null,
2450
+ referenceToInfos: [],
2451
+ relationshipName: null,
2452
+ required: false,
2453
+ scale: 0,
2454
+ searchPrefilterable: false,
2455
+ sortable: true,
2456
+ unique: false,
2457
+ updateable: true,
2458
+ },
2459
+ SLAExpirationDate__c: {
2460
+ apiName: 'SLAExpirationDate__c',
2461
+ calculated: false,
2462
+ compound: false,
2463
+ compoundComponentName: null,
2464
+ compoundFieldName: null,
2465
+ controllerName: null,
2466
+ controllingFields: [],
2467
+ createable: true,
2468
+ custom: true,
2469
+ dataType: 'Date',
2470
+ externalId: false,
2471
+ extraTypeInfo: null,
2472
+ filterable: true,
2473
+ filteredLookupInfo: null,
2474
+ highScaleNumber: false,
2475
+ htmlFormatted: false,
2476
+ inlineHelpText: null,
2477
+ label: 'SLA Expiration Date',
2478
+ length: 0,
2479
+ maskType: null,
2480
+ nameField: false,
2481
+ polymorphicForeignKey: false,
2482
+ precision: 0,
2483
+ reference: false,
2484
+ referenceTargetField: null,
2485
+ referenceToInfos: [],
2486
+ relationshipName: null,
2487
+ required: false,
2488
+ scale: 0,
2489
+ searchPrefilterable: false,
2490
+ sortable: true,
2491
+ unique: false,
2492
+ updateable: true,
2493
+ },
2494
+ SLASerialNumber__c: {
2495
+ apiName: 'SLASerialNumber__c',
2496
+ calculated: false,
2497
+ compound: false,
2498
+ compoundComponentName: null,
2499
+ compoundFieldName: null,
2500
+ controllerName: null,
2501
+ controllingFields: [],
2502
+ createable: true,
2503
+ custom: true,
2504
+ dataType: 'String',
2505
+ externalId: false,
2506
+ extraTypeInfo: null,
2507
+ filterable: true,
2508
+ filteredLookupInfo: null,
2509
+ highScaleNumber: false,
2510
+ htmlFormatted: false,
2511
+ inlineHelpText: null,
2512
+ label: 'SLA Serial Number',
2513
+ length: 10,
2514
+ maskType: null,
2515
+ nameField: false,
2516
+ polymorphicForeignKey: false,
2517
+ precision: 0,
2518
+ reference: false,
2519
+ referenceTargetField: null,
2520
+ referenceToInfos: [],
2521
+ relationshipName: null,
2522
+ required: false,
2523
+ scale: 0,
2524
+ searchPrefilterable: false,
2525
+ sortable: true,
2526
+ unique: false,
2527
+ updateable: true,
2528
+ },
2529
+ SLA__c: {
2530
+ apiName: 'SLA__c',
2531
+ calculated: false,
2532
+ compound: false,
2533
+ compoundComponentName: null,
2534
+ compoundFieldName: null,
2535
+ controllerName: null,
2536
+ controllingFields: [],
2537
+ createable: true,
2538
+ custom: true,
2539
+ dataType: 'Picklist',
2540
+ externalId: false,
2541
+ extraTypeInfo: null,
2542
+ filterable: true,
2543
+ filteredLookupInfo: null,
2544
+ highScaleNumber: false,
2545
+ htmlFormatted: false,
2546
+ inlineHelpText: null,
2547
+ label: 'SLA',
2548
+ length: 255,
2549
+ maskType: null,
2550
+ nameField: false,
2551
+ polymorphicForeignKey: false,
2552
+ precision: 0,
2553
+ reference: false,
2554
+ referenceTargetField: null,
2555
+ referenceToInfos: [],
2556
+ relationshipName: null,
2557
+ required: false,
2558
+ scale: 0,
2559
+ searchPrefilterable: false,
2560
+ sortable: true,
2561
+ unique: false,
2562
+ updateable: true,
2563
+ },
2564
+ ShippingAddress: {
2565
+ apiName: 'ShippingAddress',
2566
+ calculated: false,
2567
+ compound: true,
2568
+ compoundComponentName: null,
2569
+ compoundFieldName: null,
2570
+ controllerName: null,
2571
+ controllingFields: [],
2572
+ createable: false,
2573
+ custom: false,
2574
+ dataType: 'Address',
2575
+ externalId: false,
2576
+ extraTypeInfo: null,
2577
+ filterable: true,
2578
+ filteredLookupInfo: null,
2579
+ highScaleNumber: false,
2580
+ htmlFormatted: false,
2581
+ inlineHelpText: null,
2582
+ label: 'Shipping Address',
2583
+ length: 0,
2584
+ maskType: null,
2585
+ nameField: false,
2586
+ polymorphicForeignKey: false,
2587
+ precision: 0,
2588
+ reference: false,
2589
+ referenceTargetField: null,
2590
+ referenceToInfos: [],
2591
+ relationshipName: null,
2592
+ required: false,
2593
+ scale: 0,
2594
+ searchPrefilterable: false,
2595
+ sortable: false,
2596
+ unique: false,
2597
+ updateable: false,
2598
+ },
2599
+ ShippingCity: {
2600
+ apiName: 'ShippingCity',
2601
+ calculated: false,
2602
+ compound: false,
2603
+ compoundComponentName: 'City',
2604
+ compoundFieldName: 'ShippingAddress',
2605
+ controllerName: null,
2606
+ controllingFields: [],
2607
+ createable: true,
2608
+ custom: false,
2609
+ dataType: 'String',
2610
+ externalId: false,
2611
+ extraTypeInfo: null,
2612
+ filterable: true,
2613
+ filteredLookupInfo: null,
2614
+ highScaleNumber: false,
2615
+ htmlFormatted: false,
2616
+ inlineHelpText: null,
2617
+ label: 'Shipping City',
2618
+ length: 40,
2619
+ maskType: null,
2620
+ nameField: false,
2621
+ polymorphicForeignKey: false,
2622
+ precision: 0,
2623
+ reference: false,
2624
+ referenceTargetField: null,
2625
+ referenceToInfos: [],
2626
+ relationshipName: null,
2627
+ required: false,
2628
+ scale: 0,
2629
+ searchPrefilterable: false,
2630
+ sortable: true,
2631
+ unique: false,
2632
+ updateable: true,
2633
+ },
2634
+ ShippingCountry: {
2635
+ apiName: 'ShippingCountry',
2636
+ calculated: false,
2637
+ compound: false,
2638
+ compoundComponentName: 'Country',
2639
+ compoundFieldName: 'ShippingAddress',
2640
+ controllerName: null,
2641
+ controllingFields: [],
2642
+ createable: true,
2643
+ custom: false,
2644
+ dataType: 'String',
2645
+ externalId: false,
2646
+ extraTypeInfo: null,
2647
+ filterable: true,
2648
+ filteredLookupInfo: null,
2649
+ highScaleNumber: false,
2650
+ htmlFormatted: false,
2651
+ inlineHelpText: null,
2652
+ label: 'Shipping Country',
2653
+ length: 80,
2654
+ maskType: null,
2655
+ nameField: false,
2656
+ polymorphicForeignKey: false,
2657
+ precision: 0,
2658
+ reference: false,
2659
+ referenceTargetField: null,
2660
+ referenceToInfos: [],
2661
+ relationshipName: null,
2662
+ required: false,
2663
+ scale: 0,
2664
+ searchPrefilterable: false,
2665
+ sortable: true,
2666
+ unique: false,
2667
+ updateable: true,
2668
+ },
2669
+ ShippingGeocodeAccuracy: {
2670
+ apiName: 'ShippingGeocodeAccuracy',
2671
+ calculated: false,
2672
+ compound: false,
2673
+ compoundComponentName: 'GeocodeAccuracy',
2674
+ compoundFieldName: 'ShippingAddress',
2675
+ controllerName: null,
2676
+ controllingFields: [],
2677
+ createable: true,
2678
+ custom: false,
2679
+ dataType: 'Picklist',
2680
+ externalId: false,
2681
+ extraTypeInfo: null,
2682
+ filterable: true,
2683
+ filteredLookupInfo: null,
2684
+ highScaleNumber: false,
2685
+ htmlFormatted: false,
2686
+ inlineHelpText: null,
2687
+ label: 'Shipping Geocode Accuracy',
2688
+ length: 40,
2689
+ maskType: null,
2690
+ nameField: false,
2691
+ polymorphicForeignKey: false,
2692
+ precision: 0,
2693
+ reference: false,
2694
+ referenceTargetField: null,
2695
+ referenceToInfos: [],
2696
+ relationshipName: null,
2697
+ required: false,
2698
+ scale: 0,
2699
+ searchPrefilterable: false,
2700
+ sortable: true,
2701
+ unique: false,
2702
+ updateable: true,
2703
+ },
2704
+ ShippingLatitude: {
2705
+ apiName: 'ShippingLatitude',
2706
+ calculated: false,
2707
+ compound: false,
2708
+ compoundComponentName: 'Latitude',
2709
+ compoundFieldName: 'ShippingAddress',
2710
+ controllerName: null,
2711
+ controllingFields: [],
2712
+ createable: true,
2713
+ custom: false,
2714
+ dataType: 'Double',
2715
+ externalId: false,
2716
+ extraTypeInfo: null,
2717
+ filterable: true,
2718
+ filteredLookupInfo: null,
2719
+ highScaleNumber: false,
2720
+ htmlFormatted: false,
2721
+ inlineHelpText: null,
2722
+ label: 'Shipping Latitude',
2723
+ length: 0,
2724
+ maskType: null,
2725
+ nameField: false,
2726
+ polymorphicForeignKey: false,
2727
+ precision: 18,
2728
+ reference: false,
2729
+ referenceTargetField: null,
2730
+ referenceToInfos: [],
2731
+ relationshipName: null,
2732
+ required: false,
2733
+ scale: 15,
2734
+ searchPrefilterable: false,
2735
+ sortable: true,
2736
+ unique: false,
2737
+ updateable: true,
2738
+ },
2739
+ ShippingLongitude: {
2740
+ apiName: 'ShippingLongitude',
2741
+ calculated: false,
2742
+ compound: false,
2743
+ compoundComponentName: 'Longitude',
2744
+ compoundFieldName: 'ShippingAddress',
2745
+ controllerName: null,
2746
+ controllingFields: [],
2747
+ createable: true,
2748
+ custom: false,
2749
+ dataType: 'Double',
2750
+ externalId: false,
2751
+ extraTypeInfo: null,
2752
+ filterable: true,
2753
+ filteredLookupInfo: null,
2754
+ highScaleNumber: false,
2755
+ htmlFormatted: false,
2756
+ inlineHelpText: null,
2757
+ label: 'Shipping Longitude',
2758
+ length: 0,
2759
+ maskType: null,
2760
+ nameField: false,
2761
+ polymorphicForeignKey: false,
2762
+ precision: 18,
2763
+ reference: false,
2764
+ referenceTargetField: null,
2765
+ referenceToInfos: [],
2766
+ relationshipName: null,
2767
+ required: false,
2768
+ scale: 15,
2769
+ searchPrefilterable: false,
2770
+ sortable: true,
2771
+ unique: false,
2772
+ updateable: true,
2773
+ },
2774
+ ShippingPostalCode: {
2775
+ apiName: 'ShippingPostalCode',
2776
+ calculated: false,
2777
+ compound: false,
2778
+ compoundComponentName: 'PostalCode',
2779
+ compoundFieldName: 'ShippingAddress',
2780
+ controllerName: null,
2781
+ controllingFields: [],
2782
+ createable: true,
2783
+ custom: false,
2784
+ dataType: 'String',
2785
+ externalId: false,
2786
+ extraTypeInfo: null,
2787
+ filterable: true,
2788
+ filteredLookupInfo: null,
2789
+ highScaleNumber: false,
2790
+ htmlFormatted: false,
2791
+ inlineHelpText: null,
2792
+ label: 'Shipping Zip/Postal Code',
2793
+ length: 20,
2794
+ maskType: null,
2795
+ nameField: false,
2796
+ polymorphicForeignKey: false,
2797
+ precision: 0,
2798
+ reference: false,
2799
+ referenceTargetField: null,
2800
+ referenceToInfos: [],
2801
+ relationshipName: null,
2802
+ required: false,
2803
+ scale: 0,
2804
+ searchPrefilterable: false,
2805
+ sortable: true,
2806
+ unique: false,
2807
+ updateable: true,
2808
+ },
2809
+ ShippingState: {
2810
+ apiName: 'ShippingState',
2811
+ calculated: false,
2812
+ compound: false,
2813
+ compoundComponentName: 'State',
2814
+ compoundFieldName: 'ShippingAddress',
2815
+ controllerName: null,
2816
+ controllingFields: [],
2817
+ createable: true,
2818
+ custom: false,
2819
+ dataType: 'String',
2820
+ externalId: false,
2821
+ extraTypeInfo: null,
2822
+ filterable: true,
2823
+ filteredLookupInfo: null,
2824
+ highScaleNumber: false,
2825
+ htmlFormatted: false,
2826
+ inlineHelpText: null,
2827
+ label: 'Shipping State/Province',
2828
+ length: 80,
2829
+ maskType: null,
2830
+ nameField: false,
2831
+ polymorphicForeignKey: false,
2832
+ precision: 0,
2833
+ reference: false,
2834
+ referenceTargetField: null,
2835
+ referenceToInfos: [],
2836
+ relationshipName: null,
2837
+ required: false,
2838
+ scale: 0,
2839
+ searchPrefilterable: false,
2840
+ sortable: true,
2841
+ unique: false,
2842
+ updateable: true,
2843
+ },
2844
+ ShippingStreet: {
2845
+ apiName: 'ShippingStreet',
2846
+ calculated: false,
2847
+ compound: false,
2848
+ compoundComponentName: 'Street',
2849
+ compoundFieldName: 'ShippingAddress',
2850
+ controllerName: null,
2851
+ controllingFields: [],
2852
+ createable: true,
2853
+ custom: false,
2854
+ dataType: 'TextArea',
2855
+ externalId: false,
2856
+ extraTypeInfo: 'PlainTextArea',
2857
+ filterable: true,
2858
+ filteredLookupInfo: null,
2859
+ highScaleNumber: false,
2860
+ htmlFormatted: false,
2861
+ inlineHelpText: null,
2862
+ label: 'Shipping Street',
2863
+ length: 255,
2864
+ maskType: null,
2865
+ nameField: false,
2866
+ polymorphicForeignKey: false,
2867
+ precision: 0,
2868
+ reference: false,
2869
+ referenceTargetField: null,
2870
+ referenceToInfos: [],
2871
+ relationshipName: null,
2872
+ required: false,
2873
+ scale: 0,
2874
+ searchPrefilterable: false,
2875
+ sortable: true,
2876
+ unique: false,
2877
+ updateable: true,
2878
+ },
2879
+ Sic: {
2880
+ apiName: 'Sic',
2881
+ calculated: false,
2882
+ compound: false,
2883
+ compoundComponentName: null,
2884
+ compoundFieldName: null,
2885
+ controllerName: null,
2886
+ controllingFields: [],
2887
+ createable: true,
2888
+ custom: false,
2889
+ dataType: 'String',
2890
+ externalId: false,
2891
+ extraTypeInfo: null,
2892
+ filterable: true,
2893
+ filteredLookupInfo: null,
2894
+ highScaleNumber: false,
2895
+ htmlFormatted: false,
2896
+ inlineHelpText: null,
2897
+ label: 'SIC Code',
2898
+ length: 20,
2899
+ maskType: null,
2900
+ nameField: false,
2901
+ polymorphicForeignKey: false,
2902
+ precision: 0,
2903
+ reference: false,
2904
+ referenceTargetField: null,
2905
+ referenceToInfos: [],
2906
+ relationshipName: null,
2907
+ required: false,
2908
+ scale: 0,
2909
+ searchPrefilterable: false,
2910
+ sortable: true,
2911
+ unique: false,
2912
+ updateable: true,
2913
+ },
2914
+ SicDesc: {
2915
+ apiName: 'SicDesc',
2916
+ calculated: false,
2917
+ compound: false,
2918
+ compoundComponentName: null,
2919
+ compoundFieldName: null,
2920
+ controllerName: null,
2921
+ controllingFields: [],
2922
+ createable: true,
2923
+ custom: false,
2924
+ dataType: 'String',
2925
+ externalId: false,
2926
+ extraTypeInfo: null,
2927
+ filterable: true,
2928
+ filteredLookupInfo: null,
2929
+ highScaleNumber: false,
2930
+ htmlFormatted: false,
2931
+ inlineHelpText: null,
2932
+ label: 'SIC Description',
2933
+ length: 80,
2934
+ maskType: null,
2935
+ nameField: false,
2936
+ polymorphicForeignKey: false,
2937
+ precision: 0,
2938
+ reference: false,
2939
+ referenceTargetField: null,
2940
+ referenceToInfos: [],
2941
+ relationshipName: null,
2942
+ required: false,
2943
+ scale: 0,
2944
+ searchPrefilterable: false,
2945
+ sortable: true,
2946
+ unique: false,
2947
+ updateable: true,
2948
+ },
2949
+ Site: {
2950
+ apiName: 'Site',
2951
+ calculated: false,
2952
+ compound: false,
2953
+ compoundComponentName: null,
2954
+ compoundFieldName: null,
2955
+ controllerName: null,
2956
+ controllingFields: [],
2957
+ createable: true,
2958
+ custom: false,
2959
+ dataType: 'String',
2960
+ externalId: false,
2961
+ extraTypeInfo: null,
2962
+ filterable: true,
2963
+ filteredLookupInfo: null,
2964
+ highScaleNumber: false,
2965
+ htmlFormatted: false,
2966
+ inlineHelpText: null,
2967
+ label: 'Account Site',
2968
+ length: 80,
2969
+ maskType: null,
2970
+ nameField: false,
2971
+ polymorphicForeignKey: false,
2972
+ precision: 0,
2973
+ reference: false,
2974
+ referenceTargetField: null,
2975
+ referenceToInfos: [],
2976
+ relationshipName: null,
2977
+ required: false,
2978
+ scale: 0,
2979
+ searchPrefilterable: false,
2980
+ sortable: true,
2981
+ unique: false,
2982
+ updateable: true,
2983
+ },
2984
+ SystemModstamp: {
2985
+ apiName: 'SystemModstamp',
2986
+ calculated: false,
2987
+ compound: false,
2988
+ compoundComponentName: null,
2989
+ compoundFieldName: null,
2990
+ controllerName: null,
2991
+ controllingFields: [],
2992
+ createable: false,
2993
+ custom: false,
2994
+ dataType: 'DateTime',
2995
+ externalId: false,
2996
+ extraTypeInfo: null,
2997
+ filterable: true,
2998
+ filteredLookupInfo: null,
2999
+ highScaleNumber: false,
3000
+ htmlFormatted: false,
3001
+ inlineHelpText: null,
3002
+ label: 'System Modstamp',
3003
+ length: 0,
3004
+ maskType: null,
3005
+ nameField: false,
3006
+ polymorphicForeignKey: false,
3007
+ precision: 0,
3008
+ reference: false,
3009
+ referenceTargetField: null,
3010
+ referenceToInfos: [],
3011
+ relationshipName: null,
3012
+ required: true,
3013
+ scale: 0,
3014
+ searchPrefilterable: false,
3015
+ sortable: true,
3016
+ unique: false,
3017
+ updateable: false,
3018
+ },
3019
+ TickerSymbol: {
3020
+ apiName: 'TickerSymbol',
3021
+ calculated: false,
3022
+ compound: false,
3023
+ compoundComponentName: null,
3024
+ compoundFieldName: null,
3025
+ controllerName: null,
3026
+ controllingFields: [],
3027
+ createable: true,
3028
+ custom: false,
3029
+ dataType: 'String',
3030
+ externalId: false,
3031
+ extraTypeInfo: null,
3032
+ filterable: true,
3033
+ filteredLookupInfo: null,
3034
+ highScaleNumber: false,
3035
+ htmlFormatted: false,
3036
+ inlineHelpText: null,
3037
+ label: 'Ticker Symbol',
3038
+ length: 20,
3039
+ maskType: null,
3040
+ nameField: false,
3041
+ polymorphicForeignKey: false,
3042
+ precision: 0,
3043
+ reference: false,
3044
+ referenceTargetField: null,
3045
+ referenceToInfos: [],
3046
+ relationshipName: null,
3047
+ required: false,
3048
+ scale: 0,
3049
+ searchPrefilterable: false,
3050
+ sortable: true,
3051
+ unique: false,
3052
+ updateable: true,
3053
+ },
3054
+ Tradestyle: {
3055
+ apiName: 'Tradestyle',
3056
+ calculated: false,
3057
+ compound: false,
3058
+ compoundComponentName: null,
3059
+ compoundFieldName: null,
3060
+ controllerName: null,
3061
+ controllingFields: [],
3062
+ createable: true,
3063
+ custom: false,
3064
+ dataType: 'String',
3065
+ externalId: false,
3066
+ extraTypeInfo: null,
3067
+ filterable: true,
3068
+ filteredLookupInfo: null,
3069
+ highScaleNumber: false,
3070
+ htmlFormatted: false,
3071
+ inlineHelpText: null,
3072
+ label: 'Tradestyle',
3073
+ length: 255,
3074
+ maskType: null,
3075
+ nameField: false,
3076
+ polymorphicForeignKey: false,
3077
+ precision: 0,
3078
+ reference: false,
3079
+ referenceTargetField: null,
3080
+ referenceToInfos: [],
3081
+ relationshipName: null,
3082
+ required: false,
3083
+ scale: 0,
3084
+ searchPrefilterable: false,
3085
+ sortable: true,
3086
+ unique: false,
3087
+ updateable: true,
3088
+ },
3089
+ Type: {
3090
+ apiName: 'Type',
3091
+ calculated: false,
3092
+ compound: false,
3093
+ compoundComponentName: null,
3094
+ compoundFieldName: null,
3095
+ controllerName: null,
3096
+ controllingFields: [],
3097
+ createable: true,
3098
+ custom: false,
3099
+ dataType: 'Picklist',
3100
+ externalId: false,
3101
+ extraTypeInfo: null,
3102
+ filterable: true,
3103
+ filteredLookupInfo: null,
3104
+ highScaleNumber: false,
3105
+ htmlFormatted: false,
3106
+ inlineHelpText: null,
3107
+ label: 'Account Type',
3108
+ length: 255,
3109
+ maskType: null,
3110
+ nameField: false,
3111
+ polymorphicForeignKey: false,
3112
+ precision: 0,
3113
+ reference: false,
3114
+ referenceTargetField: null,
3115
+ referenceToInfos: [],
3116
+ relationshipName: null,
3117
+ required: false,
3118
+ scale: 0,
3119
+ searchPrefilterable: false,
3120
+ sortable: true,
3121
+ unique: false,
3122
+ updateable: true,
3123
+ },
3124
+ UpsellOpportunity__c: {
3125
+ apiName: 'UpsellOpportunity__c',
3126
+ calculated: false,
3127
+ compound: false,
3128
+ compoundComponentName: null,
3129
+ compoundFieldName: null,
3130
+ controllerName: null,
3131
+ controllingFields: [],
3132
+ createable: true,
3133
+ custom: true,
3134
+ dataType: 'Picklist',
3135
+ externalId: false,
3136
+ extraTypeInfo: null,
3137
+ filterable: true,
3138
+ filteredLookupInfo: null,
3139
+ highScaleNumber: false,
3140
+ htmlFormatted: false,
3141
+ inlineHelpText: null,
3142
+ label: 'Upsell Opportunity',
3143
+ length: 255,
3144
+ maskType: null,
3145
+ nameField: false,
3146
+ polymorphicForeignKey: false,
3147
+ precision: 0,
3148
+ reference: false,
3149
+ referenceTargetField: null,
3150
+ referenceToInfos: [],
3151
+ relationshipName: null,
3152
+ required: false,
3153
+ scale: 0,
3154
+ searchPrefilterable: false,
3155
+ sortable: true,
3156
+ unique: false,
3157
+ updateable: true,
3158
+ },
3159
+ Website: {
3160
+ apiName: 'Website',
3161
+ calculated: false,
3162
+ compound: false,
3163
+ compoundComponentName: null,
3164
+ compoundFieldName: null,
3165
+ controllerName: null,
3166
+ controllingFields: [],
3167
+ createable: true,
3168
+ custom: false,
3169
+ dataType: 'Url',
3170
+ externalId: false,
3171
+ extraTypeInfo: null,
3172
+ filterable: true,
3173
+ filteredLookupInfo: null,
3174
+ highScaleNumber: false,
3175
+ htmlFormatted: false,
3176
+ inlineHelpText: null,
3177
+ label: 'Website',
3178
+ length: 255,
3179
+ maskType: null,
3180
+ nameField: false,
3181
+ polymorphicForeignKey: false,
3182
+ precision: 0,
3183
+ reference: false,
3184
+ referenceTargetField: null,
3185
+ referenceToInfos: [],
3186
+ relationshipName: null,
3187
+ required: false,
3188
+ scale: 0,
3189
+ searchPrefilterable: false,
3190
+ sortable: true,
3191
+ unique: false,
3192
+ updateable: true,
3193
+ },
3194
+ YearStarted: {
3195
+ apiName: 'YearStarted',
3196
+ calculated: false,
3197
+ compound: false,
3198
+ compoundComponentName: null,
3199
+ compoundFieldName: null,
3200
+ controllerName: null,
3201
+ controllingFields: [],
3202
+ createable: true,
3203
+ custom: false,
3204
+ dataType: 'String',
3205
+ externalId: false,
3206
+ extraTypeInfo: null,
3207
+ filterable: true,
3208
+ filteredLookupInfo: null,
3209
+ highScaleNumber: false,
3210
+ htmlFormatted: false,
3211
+ inlineHelpText: null,
3212
+ label: 'Year Started',
3213
+ length: 4,
3214
+ maskType: null,
3215
+ nameField: false,
3216
+ polymorphicForeignKey: false,
3217
+ precision: 0,
3218
+ reference: false,
3219
+ referenceTargetField: null,
3220
+ referenceToInfos: [],
3221
+ relationshipName: null,
3222
+ required: false,
3223
+ scale: 0,
3224
+ searchPrefilterable: false,
3225
+ sortable: true,
3226
+ unique: false,
3227
+ updateable: true,
3228
+ },
3229
+ },
3230
+ keyPrefix: '001',
3231
+ label: 'Account',
3232
+ labelPlural: 'Accounts',
36
3233
  layoutable: true,
37
3234
  mruEnabled: true,
38
- nameFields: [],
3235
+ nameFields: ['Name'],
39
3236
  queryable: true,
40
- recordTypeInfos: {},
3237
+ recordTypeInfos: {
3238
+ '012000000000000AAA': {
3239
+ available: true,
3240
+ defaultRecordTypeMapping: true,
3241
+ master: true,
3242
+ name: 'Master',
3243
+ recordTypeId: '012000000000000AAA',
3244
+ },
3245
+ },
3246
+ searchLayoutable: true,
41
3247
  searchable: true,
42
- themeInfo: null,
3248
+ themeInfo: {
3249
+ color: '5867E8',
3250
+ iconUrl:
3251
+ 'https://dsg000001v9qn2aa-dev-ed.develop.test1.my.pc-rnd.salesforce.com/img/icon/t4v35/standard/account_120.png',
3252
+ },
43
3253
  updateable: true,
44
- eTag: '123456',
45
3254
  ...config,
46
3255
  };
47
3256
  }