@salesforce/lds-ads-bridge 0.1.0-dev1

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