@schandlergarcia/sf-web-components 1.9.4 → 1.9.6

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.
Files changed (62) hide show
  1. package/dist/types/conversation.d.ts +21 -2
  2. package/package.json +2 -2
  3. package/scripts/postinstall.mjs +5 -0
  4. package/src/types/conversation.ts +21 -2
  5. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Account.cls +0 -196
  6. package/src/components/library/.sfdx/tools/sobjects/standardObjects/AccountHistory.cls +0 -25
  7. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Asset.cls +0 -138
  8. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Attachment.cls +0 -35
  9. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Case.cls +0 -111
  10. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Contact.cls +0 -167
  11. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Contract.cls +0 -96
  12. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Domain.cls +0 -29
  13. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Lead.cls +0 -128
  14. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Note.cls +0 -32
  15. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Opportunity.cls +0 -113
  16. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Order.cls +0 -127
  17. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Pricebook2.cls +0 -47
  18. package/src/components/library/.sfdx/tools/sobjects/standardObjects/PricebookEntry.cls +0 -47
  19. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Product2.cls +0 -91
  20. package/src/components/library/.sfdx/tools/sobjects/standardObjects/RecordType.cls +0 -35
  21. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Report.cls +0 -47
  22. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Task.cls +0 -79
  23. package/src/components/library/.sfdx/tools/sobjects/standardObjects/User.cls +0 -2318
  24. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Account.json +0 -2952
  25. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/AccountHistory.json +0 -875
  26. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Asset.json +0 -1699
  27. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Attachment.json +0 -362
  28. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Case.json +0 -1371
  29. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Contact.json +0 -2309
  30. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Contract.json +0 -1304
  31. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Domain.json +0 -293
  32. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Lead.json +0 -1977
  33. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Note.json +0 -303
  34. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Opportunity.json +0 -1470
  35. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Order.json +0 -1646
  36. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Pricebook2.json +0 -482
  37. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/PricebookEntry.json +0 -433
  38. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Product2.json +0 -1039
  39. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/RecordType.json +0 -2576
  40. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Report.json +0 -486
  41. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Task.json +0 -4296
  42. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/User.json +0 -30415
  43. package/src/components/library/.sfdx/tools/soqlMetadata/typeNames.json +0 -78
  44. package/src/components/library/.sfdx/typings/lwc/sobjects/Account.d.ts +0 -264
  45. package/src/components/library/.sfdx/typings/lwc/sobjects/AccountHistory.d.ts +0 -44
  46. package/src/components/library/.sfdx/typings/lwc/sobjects/Asset.d.ts +0 -240
  47. package/src/components/library/.sfdx/typings/lwc/sobjects/Attachment.d.ts +0 -76
  48. package/src/components/library/.sfdx/typings/lwc/sobjects/Case.d.ts +0 -172
  49. package/src/components/library/.sfdx/typings/lwc/sobjects/Contact.d.ts +0 -264
  50. package/src/components/library/.sfdx/typings/lwc/sobjects/Contract.d.ts +0 -188
  51. package/src/components/library/.sfdx/typings/lwc/sobjects/Domain.d.ts +0 -52
  52. package/src/components/library/.sfdx/typings/lwc/sobjects/Lead.d.ts +0 -252
  53. package/src/components/library/.sfdx/typings/lwc/sobjects/Note.d.ts +0 -64
  54. package/src/components/library/.sfdx/typings/lwc/sobjects/Opportunity.d.ts +0 -200
  55. package/src/components/library/.sfdx/typings/lwc/sobjects/Order.d.ts +0 -260
  56. package/src/components/library/.sfdx/typings/lwc/sobjects/Pricebook2.d.ts +0 -64
  57. package/src/components/library/.sfdx/typings/lwc/sobjects/PricebookEntry.d.ts +0 -76
  58. package/src/components/library/.sfdx/typings/lwc/sobjects/Product2.d.ts +0 -96
  59. package/src/components/library/.sfdx/typings/lwc/sobjects/RecordType.d.ts +0 -64
  60. package/src/components/library/.sfdx/typings/lwc/sobjects/Report.d.ts +0 -80
  61. package/src/components/library/.sfdx/typings/lwc/sobjects/Task.d.ts +0 -184
  62. package/src/components/library/.sfdx/typings/lwc/sobjects/User.d.ts +0 -752
@@ -1,1039 +0,0 @@
1
- {
2
- "fields": [
3
- {
4
- "aggregatable": true,
5
- "custom": false,
6
- "defaultValue": null,
7
- "extraTypeInfo": null,
8
- "filterable": true,
9
- "groupable": true,
10
- "inlineHelpText": null,
11
- "label": "Product ID",
12
- "name": "Id",
13
- "nillable": false,
14
- "picklistValues": [],
15
- "referenceTo": [],
16
- "relationshipName": null,
17
- "sortable": true,
18
- "type": "id"
19
- },
20
- {
21
- "aggregatable": true,
22
- "custom": false,
23
- "defaultValue": null,
24
- "extraTypeInfo": null,
25
- "filterable": true,
26
- "groupable": true,
27
- "inlineHelpText": null,
28
- "label": "Product Name",
29
- "name": "Name",
30
- "nillable": false,
31
- "picklistValues": [],
32
- "referenceTo": [],
33
- "relationshipName": null,
34
- "sortable": true,
35
- "type": "string"
36
- },
37
- {
38
- "aggregatable": true,
39
- "custom": false,
40
- "defaultValue": null,
41
- "extraTypeInfo": null,
42
- "filterable": true,
43
- "groupable": true,
44
- "inlineHelpText": null,
45
- "label": "Product Code",
46
- "name": "ProductCode",
47
- "nillable": true,
48
- "picklistValues": [],
49
- "referenceTo": [],
50
- "relationshipName": null,
51
- "sortable": true,
52
- "type": "string"
53
- },
54
- {
55
- "aggregatable": true,
56
- "custom": false,
57
- "defaultValue": null,
58
- "extraTypeInfo": "plaintextarea",
59
- "filterable": true,
60
- "groupable": false,
61
- "inlineHelpText": null,
62
- "label": "Product Description",
63
- "name": "Description",
64
- "nillable": true,
65
- "picklistValues": [],
66
- "referenceTo": [],
67
- "relationshipName": null,
68
- "sortable": true,
69
- "type": "textarea"
70
- },
71
- {
72
- "aggregatable": false,
73
- "custom": false,
74
- "defaultValue": null,
75
- "extraTypeInfo": null,
76
- "filterable": true,
77
- "groupable": true,
78
- "inlineHelpText": null,
79
- "label": "Active",
80
- "name": "IsActive",
81
- "nillable": false,
82
- "picklistValues": [],
83
- "referenceTo": [],
84
- "relationshipName": null,
85
- "sortable": true,
86
- "type": "boolean"
87
- },
88
- {
89
- "aggregatable": true,
90
- "custom": false,
91
- "defaultValue": null,
92
- "extraTypeInfo": null,
93
- "filterable": true,
94
- "groupable": false,
95
- "inlineHelpText": null,
96
- "label": "Created Date",
97
- "name": "CreatedDate",
98
- "nillable": false,
99
- "picklistValues": [],
100
- "referenceTo": [],
101
- "relationshipName": null,
102
- "sortable": true,
103
- "type": "datetime"
104
- },
105
- {
106
- "aggregatable": true,
107
- "custom": false,
108
- "defaultValue": null,
109
- "extraTypeInfo": null,
110
- "filterable": true,
111
- "groupable": true,
112
- "inlineHelpText": null,
113
- "label": "Created By ID",
114
- "name": "CreatedById",
115
- "nillable": false,
116
- "picklistValues": [],
117
- "referenceTo": [
118
- "User"
119
- ],
120
- "relationshipName": "CreatedBy",
121
- "sortable": true,
122
- "type": "reference"
123
- },
124
- {
125
- "aggregatable": true,
126
- "custom": false,
127
- "defaultValue": null,
128
- "extraTypeInfo": null,
129
- "filterable": true,
130
- "groupable": false,
131
- "inlineHelpText": null,
132
- "label": "Last Modified Date",
133
- "name": "LastModifiedDate",
134
- "nillable": false,
135
- "picklistValues": [],
136
- "referenceTo": [],
137
- "relationshipName": null,
138
- "sortable": true,
139
- "type": "datetime"
140
- },
141
- {
142
- "aggregatable": true,
143
- "custom": false,
144
- "defaultValue": null,
145
- "extraTypeInfo": null,
146
- "filterable": true,
147
- "groupable": true,
148
- "inlineHelpText": null,
149
- "label": "Last Modified By ID",
150
- "name": "LastModifiedById",
151
- "nillable": false,
152
- "picklistValues": [],
153
- "referenceTo": [
154
- "User"
155
- ],
156
- "relationshipName": "LastModifiedBy",
157
- "sortable": true,
158
- "type": "reference"
159
- },
160
- {
161
- "aggregatable": true,
162
- "custom": false,
163
- "defaultValue": null,
164
- "extraTypeInfo": null,
165
- "filterable": true,
166
- "groupable": false,
167
- "inlineHelpText": null,
168
- "label": "System Modstamp",
169
- "name": "SystemModstamp",
170
- "nillable": false,
171
- "picklistValues": [],
172
- "referenceTo": [],
173
- "relationshipName": null,
174
- "sortable": true,
175
- "type": "datetime"
176
- },
177
- {
178
- "aggregatable": true,
179
- "custom": false,
180
- "defaultValue": null,
181
- "extraTypeInfo": null,
182
- "filterable": true,
183
- "groupable": true,
184
- "inlineHelpText": null,
185
- "label": "Product Family",
186
- "name": "Family",
187
- "nillable": true,
188
- "picklistValues": [
189
- {
190
- "active": true,
191
- "defaultValue": false,
192
- "label": "None",
193
- "validFor": null,
194
- "value": "None"
195
- }
196
- ],
197
- "referenceTo": [],
198
- "relationshipName": null,
199
- "sortable": true,
200
- "type": "picklist"
201
- },
202
- {
203
- "aggregatable": false,
204
- "custom": false,
205
- "defaultValue": null,
206
- "extraTypeInfo": null,
207
- "filterable": true,
208
- "groupable": true,
209
- "inlineHelpText": null,
210
- "label": "Serialized",
211
- "name": "IsSerialized",
212
- "nillable": false,
213
- "picklistValues": [],
214
- "referenceTo": [],
215
- "relationshipName": null,
216
- "sortable": true,
217
- "type": "boolean"
218
- },
219
- {
220
- "aggregatable": true,
221
- "custom": false,
222
- "defaultValue": null,
223
- "extraTypeInfo": null,
224
- "filterable": true,
225
- "groupable": true,
226
- "inlineHelpText": null,
227
- "label": "External Data Source ID",
228
- "name": "ExternalDataSourceId",
229
- "nillable": true,
230
- "picklistValues": [],
231
- "referenceTo": [
232
- "ExternalDataSource"
233
- ],
234
- "relationshipName": null,
235
- "sortable": true,
236
- "type": "reference"
237
- },
238
- {
239
- "aggregatable": true,
240
- "custom": false,
241
- "defaultValue": null,
242
- "extraTypeInfo": null,
243
- "filterable": true,
244
- "groupable": true,
245
- "inlineHelpText": null,
246
- "label": "External ID",
247
- "name": "ExternalId",
248
- "nillable": true,
249
- "picklistValues": [],
250
- "referenceTo": [],
251
- "relationshipName": null,
252
- "sortable": true,
253
- "type": "string"
254
- },
255
- {
256
- "aggregatable": true,
257
- "custom": false,
258
- "defaultValue": null,
259
- "extraTypeInfo": null,
260
- "filterable": true,
261
- "groupable": false,
262
- "inlineHelpText": null,
263
- "label": "Display URL",
264
- "name": "DisplayUrl",
265
- "nillable": true,
266
- "picklistValues": [],
267
- "referenceTo": [],
268
- "relationshipName": null,
269
- "sortable": true,
270
- "type": "url"
271
- },
272
- {
273
- "aggregatable": true,
274
- "custom": false,
275
- "defaultValue": null,
276
- "extraTypeInfo": null,
277
- "filterable": true,
278
- "groupable": true,
279
- "inlineHelpText": null,
280
- "label": "Quantity Unit Of Measure",
281
- "name": "QuantityUnitOfMeasure",
282
- "nillable": true,
283
- "picklistValues": [
284
- {
285
- "active": true,
286
- "defaultValue": false,
287
- "label": "Each",
288
- "validFor": null,
289
- "value": "Each"
290
- }
291
- ],
292
- "referenceTo": [],
293
- "relationshipName": null,
294
- "sortable": true,
295
- "type": "picklist"
296
- },
297
- {
298
- "aggregatable": false,
299
- "custom": false,
300
- "defaultValue": null,
301
- "extraTypeInfo": null,
302
- "filterable": true,
303
- "groupable": true,
304
- "inlineHelpText": null,
305
- "label": "Deleted",
306
- "name": "IsDeleted",
307
- "nillable": false,
308
- "picklistValues": [],
309
- "referenceTo": [],
310
- "relationshipName": null,
311
- "sortable": true,
312
- "type": "boolean"
313
- },
314
- {
315
- "aggregatable": false,
316
- "custom": false,
317
- "defaultValue": null,
318
- "extraTypeInfo": null,
319
- "filterable": true,
320
- "groupable": true,
321
- "inlineHelpText": null,
322
- "label": "Archived",
323
- "name": "IsArchived",
324
- "nillable": false,
325
- "picklistValues": [],
326
- "referenceTo": [],
327
- "relationshipName": null,
328
- "sortable": true,
329
- "type": "boolean"
330
- },
331
- {
332
- "aggregatable": true,
333
- "custom": false,
334
- "defaultValue": null,
335
- "extraTypeInfo": null,
336
- "filterable": true,
337
- "groupable": false,
338
- "inlineHelpText": null,
339
- "label": "Last Viewed Date",
340
- "name": "LastViewedDate",
341
- "nillable": true,
342
- "picklistValues": [],
343
- "referenceTo": [],
344
- "relationshipName": null,
345
- "sortable": true,
346
- "type": "datetime"
347
- },
348
- {
349
- "aggregatable": true,
350
- "custom": false,
351
- "defaultValue": null,
352
- "extraTypeInfo": null,
353
- "filterable": true,
354
- "groupable": false,
355
- "inlineHelpText": null,
356
- "label": "Last Referenced Date",
357
- "name": "LastReferencedDate",
358
- "nillable": true,
359
- "picklistValues": [],
360
- "referenceTo": [],
361
- "relationshipName": null,
362
- "sortable": true,
363
- "type": "datetime"
364
- },
365
- {
366
- "aggregatable": true,
367
- "custom": false,
368
- "defaultValue": null,
369
- "extraTypeInfo": null,
370
- "filterable": true,
371
- "groupable": true,
372
- "inlineHelpText": null,
373
- "label": "Product SKU",
374
- "name": "StockKeepingUnit",
375
- "nillable": true,
376
- "picklistValues": [],
377
- "referenceTo": [],
378
- "relationshipName": null,
379
- "sortable": true,
380
- "type": "string"
381
- }
382
- ],
383
- "label": "Product",
384
- "childRelationships": [
385
- {
386
- "cascadeDelete": true,
387
- "childSObject": "AIInsightValue",
388
- "deprecatedAndHidden": false,
389
- "field": "SobjectLookupValueId",
390
- "junctionIdListNames": [],
391
- "junctionReferenceTo": [],
392
- "relationshipName": null,
393
- "restrictedDelete": false
394
- },
395
- {
396
- "cascadeDelete": true,
397
- "childSObject": "AIRecordInsight",
398
- "deprecatedAndHidden": false,
399
- "field": "TargetId",
400
- "junctionIdListNames": [],
401
- "junctionReferenceTo": [],
402
- "relationshipName": null,
403
- "restrictedDelete": false
404
- },
405
- {
406
- "cascadeDelete": true,
407
- "childSObject": "ActivityHistory",
408
- "deprecatedAndHidden": false,
409
- "field": "WhatId",
410
- "junctionIdListNames": [],
411
- "junctionReferenceTo": [],
412
- "relationshipName": "ActivityHistories",
413
- "restrictedDelete": false
414
- },
415
- {
416
- "cascadeDelete": false,
417
- "childSObject": "Asset",
418
- "deprecatedAndHidden": false,
419
- "field": "Product2Id",
420
- "junctionIdListNames": [],
421
- "junctionReferenceTo": [],
422
- "relationshipName": "Assets",
423
- "restrictedDelete": true
424
- },
425
- {
426
- "cascadeDelete": false,
427
- "childSObject": "AssetChangeEvent",
428
- "deprecatedAndHidden": false,
429
- "field": "Product2Id",
430
- "junctionIdListNames": [],
431
- "junctionReferenceTo": [],
432
- "relationshipName": null,
433
- "restrictedDelete": false
434
- },
435
- {
436
- "cascadeDelete": true,
437
- "childSObject": "AttachedContentDocument",
438
- "deprecatedAndHidden": false,
439
- "field": "LinkedEntityId",
440
- "junctionIdListNames": [],
441
- "junctionReferenceTo": [],
442
- "relationshipName": "AttachedContentDocuments",
443
- "restrictedDelete": false
444
- },
445
- {
446
- "cascadeDelete": true,
447
- "childSObject": "Attachment",
448
- "deprecatedAndHidden": false,
449
- "field": "ParentId",
450
- "junctionIdListNames": [],
451
- "junctionReferenceTo": [],
452
- "relationshipName": "Attachments",
453
- "restrictedDelete": false
454
- },
455
- {
456
- "cascadeDelete": true,
457
- "childSObject": "CombinedAttachment",
458
- "deprecatedAndHidden": false,
459
- "field": "ParentId",
460
- "junctionIdListNames": [],
461
- "junctionReferenceTo": [],
462
- "relationshipName": "CombinedAttachments",
463
- "restrictedDelete": false
464
- },
465
- {
466
- "cascadeDelete": true,
467
- "childSObject": "ContentDocumentLink",
468
- "deprecatedAndHidden": false,
469
- "field": "LinkedEntityId",
470
- "junctionIdListNames": [],
471
- "junctionReferenceTo": [],
472
- "relationshipName": "ContentDocumentLinks",
473
- "restrictedDelete": false
474
- },
475
- {
476
- "cascadeDelete": false,
477
- "childSObject": "ContentDocumentLinkChangeEvent",
478
- "deprecatedAndHidden": false,
479
- "field": "LinkedEntityId",
480
- "junctionIdListNames": [],
481
- "junctionReferenceTo": [],
482
- "relationshipName": null,
483
- "restrictedDelete": false
484
- },
485
- {
486
- "cascadeDelete": false,
487
- "childSObject": "ContentVersion",
488
- "deprecatedAndHidden": false,
489
- "field": "FirstPublishLocationId",
490
- "junctionIdListNames": [],
491
- "junctionReferenceTo": [],
492
- "relationshipName": null,
493
- "restrictedDelete": false
494
- },
495
- {
496
- "cascadeDelete": false,
497
- "childSObject": "ContentVersionChangeEvent",
498
- "deprecatedAndHidden": false,
499
- "field": "FirstPublishLocationId",
500
- "junctionIdListNames": [],
501
- "junctionReferenceTo": [],
502
- "relationshipName": null,
503
- "restrictedDelete": false
504
- },
505
- {
506
- "cascadeDelete": false,
507
- "childSObject": "ContractLineItem",
508
- "deprecatedAndHidden": false,
509
- "field": "Product2Id",
510
- "junctionIdListNames": [],
511
- "junctionReferenceTo": [],
512
- "relationshipName": "ContractLineItems",
513
- "restrictedDelete": false
514
- },
515
- {
516
- "cascadeDelete": false,
517
- "childSObject": "CreditMemoLine",
518
- "deprecatedAndHidden": false,
519
- "field": "Product2Id",
520
- "junctionIdListNames": [],
521
- "junctionReferenceTo": [],
522
- "relationshipName": "CreditMemoLines",
523
- "restrictedDelete": true
524
- },
525
- {
526
- "cascadeDelete": false,
527
- "childSObject": "EmailMessage",
528
- "deprecatedAndHidden": false,
529
- "field": "RelatedToId",
530
- "junctionIdListNames": [],
531
- "junctionReferenceTo": [],
532
- "relationshipName": "Emails",
533
- "restrictedDelete": false
534
- },
535
- {
536
- "cascadeDelete": false,
537
- "childSObject": "EmailMessageChangeEvent",
538
- "deprecatedAndHidden": false,
539
- "field": "RelatedToId",
540
- "junctionIdListNames": [],
541
- "junctionReferenceTo": [],
542
- "relationshipName": null,
543
- "restrictedDelete": false
544
- },
545
- {
546
- "cascadeDelete": true,
547
- "childSObject": "EntitySubscription",
548
- "deprecatedAndHidden": false,
549
- "field": "ParentId",
550
- "junctionIdListNames": [],
551
- "junctionReferenceTo": [],
552
- "relationshipName": "FeedSubscriptionsForEntity",
553
- "restrictedDelete": false
554
- },
555
- {
556
- "cascadeDelete": true,
557
- "childSObject": "Event",
558
- "deprecatedAndHidden": false,
559
- "field": "WhatId",
560
- "junctionIdListNames": [],
561
- "junctionReferenceTo": [],
562
- "relationshipName": "Events",
563
- "restrictedDelete": false
564
- },
565
- {
566
- "cascadeDelete": false,
567
- "childSObject": "EventChangeEvent",
568
- "deprecatedAndHidden": false,
569
- "field": "WhatId",
570
- "junctionIdListNames": [],
571
- "junctionReferenceTo": [],
572
- "relationshipName": null,
573
- "restrictedDelete": false
574
- },
575
- {
576
- "cascadeDelete": false,
577
- "childSObject": "EventRelationChangeEvent",
578
- "deprecatedAndHidden": false,
579
- "field": "RelationId",
580
- "junctionIdListNames": [],
581
- "junctionReferenceTo": [],
582
- "relationshipName": null,
583
- "restrictedDelete": false
584
- },
585
- {
586
- "cascadeDelete": false,
587
- "childSObject": "FeedComment",
588
- "deprecatedAndHidden": false,
589
- "field": "ParentId",
590
- "junctionIdListNames": [],
591
- "junctionReferenceTo": [],
592
- "relationshipName": null,
593
- "restrictedDelete": false
594
- },
595
- {
596
- "cascadeDelete": true,
597
- "childSObject": "FeedItem",
598
- "deprecatedAndHidden": false,
599
- "field": "ParentId",
600
- "junctionIdListNames": [],
601
- "junctionReferenceTo": [],
602
- "relationshipName": null,
603
- "restrictedDelete": false
604
- },
605
- {
606
- "cascadeDelete": false,
607
- "childSObject": "FlowExecutionErrorEvent",
608
- "deprecatedAndHidden": false,
609
- "field": "ContextRecordId",
610
- "junctionIdListNames": [],
611
- "junctionReferenceTo": [],
612
- "relationshipName": null,
613
- "restrictedDelete": false
614
- },
615
- {
616
- "cascadeDelete": false,
617
- "childSObject": "FlowOrchestrationWorkItem",
618
- "deprecatedAndHidden": false,
619
- "field": "RelatedRecordId",
620
- "junctionIdListNames": [],
621
- "junctionReferenceTo": [],
622
- "relationshipName": null,
623
- "restrictedDelete": false
624
- },
625
- {
626
- "cascadeDelete": false,
627
- "childSObject": "FlowRecordRelation",
628
- "deprecatedAndHidden": false,
629
- "field": "RelatedRecordId",
630
- "junctionIdListNames": [],
631
- "junctionReferenceTo": [],
632
- "relationshipName": null,
633
- "restrictedDelete": false
634
- },
635
- {
636
- "cascadeDelete": false,
637
- "childSObject": "InvoiceLine",
638
- "deprecatedAndHidden": false,
639
- "field": "Product2Id",
640
- "junctionIdListNames": [],
641
- "junctionReferenceTo": [],
642
- "relationshipName": "InvoiceLines",
643
- "restrictedDelete": true
644
- },
645
- {
646
- "cascadeDelete": true,
647
- "childSObject": "Note",
648
- "deprecatedAndHidden": false,
649
- "field": "ParentId",
650
- "junctionIdListNames": [],
651
- "junctionReferenceTo": [],
652
- "relationshipName": "Notes",
653
- "restrictedDelete": false
654
- },
655
- {
656
- "cascadeDelete": true,
657
- "childSObject": "NoteAndAttachment",
658
- "deprecatedAndHidden": false,
659
- "field": "ParentId",
660
- "junctionIdListNames": [],
661
- "junctionReferenceTo": [],
662
- "relationshipName": "NotesAndAttachments",
663
- "restrictedDelete": false
664
- },
665
- {
666
- "cascadeDelete": true,
667
- "childSObject": "OpenActivity",
668
- "deprecatedAndHidden": false,
669
- "field": "WhatId",
670
- "junctionIdListNames": [],
671
- "junctionReferenceTo": [],
672
- "relationshipName": "OpenActivities",
673
- "restrictedDelete": false
674
- },
675
- {
676
- "cascadeDelete": false,
677
- "childSObject": "OpportunityLineItem",
678
- "deprecatedAndHidden": false,
679
- "field": "Product2Id",
680
- "junctionIdListNames": [],
681
- "junctionReferenceTo": [],
682
- "relationshipName": null,
683
- "restrictedDelete": false
684
- },
685
- {
686
- "cascadeDelete": false,
687
- "childSObject": "OrderItem",
688
- "deprecatedAndHidden": false,
689
- "field": "Product2Id",
690
- "junctionIdListNames": [],
691
- "junctionReferenceTo": [],
692
- "relationshipName": null,
693
- "restrictedDelete": true
694
- },
695
- {
696
- "cascadeDelete": false,
697
- "childSObject": "OrderItemChangeEvent",
698
- "deprecatedAndHidden": false,
699
- "field": "Product2Id",
700
- "junctionIdListNames": [],
701
- "junctionReferenceTo": [],
702
- "relationshipName": null,
703
- "restrictedDelete": false
704
- },
705
- {
706
- "cascadeDelete": false,
707
- "childSObject": "OutgoingEmail",
708
- "deprecatedAndHidden": false,
709
- "field": "RelatedToId",
710
- "junctionIdListNames": [],
711
- "junctionReferenceTo": [],
712
- "relationshipName": null,
713
- "restrictedDelete": false
714
- },
715
- {
716
- "cascadeDelete": true,
717
- "childSObject": "PricebookEntry",
718
- "deprecatedAndHidden": false,
719
- "field": "Product2Id",
720
- "junctionIdListNames": [],
721
- "junctionReferenceTo": [],
722
- "relationshipName": "PricebookEntries",
723
- "restrictedDelete": true
724
- },
725
- {
726
- "cascadeDelete": false,
727
- "childSObject": "PricebookEntryChangeEvent",
728
- "deprecatedAndHidden": false,
729
- "field": "Product2Id",
730
- "junctionIdListNames": [],
731
- "junctionReferenceTo": [],
732
- "relationshipName": null,
733
- "restrictedDelete": false
734
- },
735
- {
736
- "cascadeDelete": true,
737
- "childSObject": "ProcessInstance",
738
- "deprecatedAndHidden": false,
739
- "field": "TargetObjectId",
740
- "junctionIdListNames": [],
741
- "junctionReferenceTo": [],
742
- "relationshipName": "ProcessInstances",
743
- "restrictedDelete": false
744
- },
745
- {
746
- "cascadeDelete": false,
747
- "childSObject": "ProcessInstanceHistory",
748
- "deprecatedAndHidden": false,
749
- "field": "TargetObjectId",
750
- "junctionIdListNames": [],
751
- "junctionReferenceTo": [],
752
- "relationshipName": "ProcessSteps",
753
- "restrictedDelete": false
754
- },
755
- {
756
- "cascadeDelete": true,
757
- "childSObject": "Product2Feed",
758
- "deprecatedAndHidden": false,
759
- "field": "ParentId",
760
- "junctionIdListNames": [],
761
- "junctionReferenceTo": [],
762
- "relationshipName": "Feeds",
763
- "restrictedDelete": false
764
- },
765
- {
766
- "cascadeDelete": true,
767
- "childSObject": "Product2History",
768
- "deprecatedAndHidden": false,
769
- "field": "Product2Id",
770
- "junctionIdListNames": [],
771
- "junctionReferenceTo": [],
772
- "relationshipName": "Histories",
773
- "restrictedDelete": false
774
- },
775
- {
776
- "cascadeDelete": false,
777
- "childSObject": "ProductConsumed",
778
- "deprecatedAndHidden": false,
779
- "field": "Product2Id",
780
- "junctionIdListNames": [],
781
- "junctionReferenceTo": [],
782
- "relationshipName": "ProductsConsumed",
783
- "restrictedDelete": false
784
- },
785
- {
786
- "cascadeDelete": true,
787
- "childSObject": "ProductConsumptionSchedule",
788
- "deprecatedAndHidden": false,
789
- "field": "ProductId",
790
- "junctionIdListNames": [],
791
- "junctionReferenceTo": [],
792
- "relationshipName": "ProductConsumptionSchedules",
793
- "restrictedDelete": false
794
- },
795
- {
796
- "cascadeDelete": false,
797
- "childSObject": "ProductEntitlementTemplate",
798
- "deprecatedAndHidden": false,
799
- "field": "Product2Id",
800
- "junctionIdListNames": [],
801
- "junctionReferenceTo": [],
802
- "relationshipName": null,
803
- "restrictedDelete": false
804
- },
805
- {
806
- "cascadeDelete": true,
807
- "childSObject": "ProductItem",
808
- "deprecatedAndHidden": false,
809
- "field": "Product2Id",
810
- "junctionIdListNames": [],
811
- "junctionReferenceTo": [],
812
- "relationshipName": "ProductItems",
813
- "restrictedDelete": false
814
- },
815
- {
816
- "cascadeDelete": false,
817
- "childSObject": "ProductItemChangeEvent",
818
- "deprecatedAndHidden": false,
819
- "field": "Product2Id",
820
- "junctionIdListNames": [],
821
- "junctionReferenceTo": [],
822
- "relationshipName": null,
823
- "restrictedDelete": false
824
- },
825
- {
826
- "cascadeDelete": true,
827
- "childSObject": "ProductRequestLineItem",
828
- "deprecatedAndHidden": false,
829
- "field": "Product2Id",
830
- "junctionIdListNames": [],
831
- "junctionReferenceTo": [],
832
- "relationshipName": "ProductRequestLineItems",
833
- "restrictedDelete": false
834
- },
835
- {
836
- "cascadeDelete": false,
837
- "childSObject": "ProductRequestLineItemChangeEvent",
838
- "deprecatedAndHidden": false,
839
- "field": "Product2Id",
840
- "junctionIdListNames": [],
841
- "junctionReferenceTo": [],
842
- "relationshipName": null,
843
- "restrictedDelete": false
844
- },
845
- {
846
- "cascadeDelete": true,
847
- "childSObject": "ProductRequired",
848
- "deprecatedAndHidden": false,
849
- "field": "Product2Id",
850
- "junctionIdListNames": [],
851
- "junctionReferenceTo": [],
852
- "relationshipName": "ProductsRequired",
853
- "restrictedDelete": false
854
- },
855
- {
856
- "cascadeDelete": false,
857
- "childSObject": "ProductRequiredChangeEvent",
858
- "deprecatedAndHidden": false,
859
- "field": "Product2Id",
860
- "junctionIdListNames": [],
861
- "junctionReferenceTo": [],
862
- "relationshipName": null,
863
- "restrictedDelete": false
864
- },
865
- {
866
- "cascadeDelete": false,
867
- "childSObject": "ProductServiceCampaign",
868
- "deprecatedAndHidden": false,
869
- "field": "Product2Id",
870
- "junctionIdListNames": [],
871
- "junctionReferenceTo": [],
872
- "relationshipName": "ProductServiceCampaignProducts",
873
- "restrictedDelete": false
874
- },
875
- {
876
- "cascadeDelete": false,
877
- "childSObject": "ProductServiceCampaignItem",
878
- "deprecatedAndHidden": false,
879
- "field": "Product2Id",
880
- "junctionIdListNames": [],
881
- "junctionReferenceTo": [],
882
- "relationshipName": "ProductServiceCampaignItems",
883
- "restrictedDelete": true
884
- },
885
- {
886
- "cascadeDelete": true,
887
- "childSObject": "ProductTransfer",
888
- "deprecatedAndHidden": false,
889
- "field": "Product2Id",
890
- "junctionIdListNames": [],
891
- "junctionReferenceTo": [],
892
- "relationshipName": "ProductTransfers",
893
- "restrictedDelete": false
894
- },
895
- {
896
- "cascadeDelete": false,
897
- "childSObject": "ProductTransferChangeEvent",
898
- "deprecatedAndHidden": false,
899
- "field": "Product2Id",
900
- "junctionIdListNames": [],
901
- "junctionReferenceTo": [],
902
- "relationshipName": null,
903
- "restrictedDelete": false
904
- },
905
- {
906
- "cascadeDelete": false,
907
- "childSObject": "ProductWarrantyTerm",
908
- "deprecatedAndHidden": false,
909
- "field": "CoveredProductId",
910
- "junctionIdListNames": [],
911
- "junctionReferenceTo": [],
912
- "relationshipName": "ProductWarrantyTermProducts",
913
- "restrictedDelete": false
914
- },
915
- {
916
- "cascadeDelete": true,
917
- "childSObject": "RecordAction",
918
- "deprecatedAndHidden": false,
919
- "field": "RecordId",
920
- "junctionIdListNames": [],
921
- "junctionReferenceTo": [],
922
- "relationshipName": "RecordActions",
923
- "restrictedDelete": false
924
- },
925
- {
926
- "cascadeDelete": false,
927
- "childSObject": "RecordActionHistory",
928
- "deprecatedAndHidden": false,
929
- "field": "ParentRecordId",
930
- "junctionIdListNames": [],
931
- "junctionReferenceTo": [],
932
- "relationshipName": "RecordActionHistories",
933
- "restrictedDelete": false
934
- },
935
- {
936
- "cascadeDelete": true,
937
- "childSObject": "ReturnOrderLineItem",
938
- "deprecatedAndHidden": false,
939
- "field": "Product2Id",
940
- "junctionIdListNames": [],
941
- "junctionReferenceTo": [],
942
- "relationshipName": "ReturnOrderLineItems",
943
- "restrictedDelete": false
944
- },
945
- {
946
- "cascadeDelete": false,
947
- "childSObject": "ReturnOrderLineItemChangeEvent",
948
- "deprecatedAndHidden": false,
949
- "field": "Product2Id",
950
- "junctionIdListNames": [],
951
- "junctionReferenceTo": [],
952
- "relationshipName": null,
953
- "restrictedDelete": false
954
- },
955
- {
956
- "cascadeDelete": true,
957
- "childSObject": "SerializedProduct",
958
- "deprecatedAndHidden": false,
959
- "field": "Product2Id",
960
- "junctionIdListNames": [],
961
- "junctionReferenceTo": [],
962
- "relationshipName": "SerializedProducts",
963
- "restrictedDelete": false
964
- },
965
- {
966
- "cascadeDelete": false,
967
- "childSObject": "ShipmentItem",
968
- "deprecatedAndHidden": false,
969
- "field": "Product2Id",
970
- "junctionIdListNames": [],
971
- "junctionReferenceTo": [],
972
- "relationshipName": "ShipmentItems",
973
- "restrictedDelete": false
974
- },
975
- {
976
- "cascadeDelete": true,
977
- "childSObject": "Task",
978
- "deprecatedAndHidden": false,
979
- "field": "WhatId",
980
- "junctionIdListNames": [],
981
- "junctionReferenceTo": [],
982
- "relationshipName": "Tasks",
983
- "restrictedDelete": false
984
- },
985
- {
986
- "cascadeDelete": false,
987
- "childSObject": "TaskChangeEvent",
988
- "deprecatedAndHidden": false,
989
- "field": "WhatId",
990
- "junctionIdListNames": [],
991
- "junctionReferenceTo": [],
992
- "relationshipName": null,
993
- "restrictedDelete": false
994
- },
995
- {
996
- "cascadeDelete": false,
997
- "childSObject": "WorkOrderLineItem",
998
- "deprecatedAndHidden": false,
999
- "field": "Product2Id",
1000
- "junctionIdListNames": [],
1001
- "junctionReferenceTo": [],
1002
- "relationshipName": "WorkOrderLineItems",
1003
- "restrictedDelete": false
1004
- },
1005
- {
1006
- "cascadeDelete": false,
1007
- "childSObject": "WorkOrderLineItemChangeEvent",
1008
- "deprecatedAndHidden": false,
1009
- "field": "Product2Id",
1010
- "junctionIdListNames": [],
1011
- "junctionReferenceTo": [],
1012
- "relationshipName": null,
1013
- "restrictedDelete": false
1014
- },
1015
- {
1016
- "cascadeDelete": false,
1017
- "childSObject": "WorkPlanSelectionRule",
1018
- "deprecatedAndHidden": false,
1019
- "field": "Product2Id",
1020
- "junctionIdListNames": [],
1021
- "junctionReferenceTo": [],
1022
- "relationshipName": "WorkPlanSelectionRules",
1023
- "restrictedDelete": false
1024
- },
1025
- {
1026
- "cascadeDelete": false,
1027
- "childSObject": "WorkPlanSelectionRuleChangeEvent",
1028
- "deprecatedAndHidden": false,
1029
- "field": "Product2Id",
1030
- "junctionIdListNames": [],
1031
- "junctionReferenceTo": [],
1032
- "relationshipName": null,
1033
- "restrictedDelete": false
1034
- }
1035
- ],
1036
- "custom": false,
1037
- "name": "Product2",
1038
- "queryable": true
1039
- }