@salesforce/lds-worker-api 1.100.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/LICENSE.txt +82 -0
  2. package/README.md +9 -0
  3. package/dist/sfdc/es/draftQueueImplementation.d.ts +2 -0
  4. package/dist/sfdc/es/executeAdapter.d.ts +71 -0
  5. package/dist/sfdc/es/language.d.ts +13 -0
  6. package/dist/sfdc/es/ldsWorkerApi.js +746 -0
  7. package/dist/sfdc/es/lightningAdapterApi.d.ts +11 -0
  8. package/dist/sfdc/es/main.d.ts +8 -0
  9. package/dist/sfdc/es/nimbusDraftQueue.d.ts +6 -0
  10. package/dist/sfdc/es/primingApi.d.ts +19 -0
  11. package/dist/sfdc/es/responses.d.ts +44 -0
  12. package/dist/sfdc/es/standalone-stubs/instrumentation.d.ts +21 -0
  13. package/dist/sfdc/es/standalone-stubs/o11y.d.ts +18 -0
  14. package/dist/sfdc/es/standalone-stubs/unwrap.d.ts +1 -0
  15. package/dist/sfdc/es/standalone.d.ts +1 -0
  16. package/dist/sfdc/es/ttl.d.ts +2 -0
  17. package/dist/standalone/es/draftQueueImplementation.d.ts +2 -0
  18. package/dist/standalone/es/executeAdapter.d.ts +71 -0
  19. package/dist/standalone/es/language.d.ts +13 -0
  20. package/dist/standalone/es/lds-runtime-mobile/src/__mocks__/@salesforce/i18n/currency.d.ts +2 -0
  21. package/dist/standalone/es/lds-runtime-mobile/src/__mocks__/@salesforce/i18n/dateTime.shortDateFormat.d.ts +2 -0
  22. package/dist/standalone/es/lds-runtime-mobile/src/__mocks__/@salesforce/i18n/dateTime.shortDateTimeFormat.d.ts +2 -0
  23. package/dist/standalone/es/lds-runtime-mobile/src/__mocks__/@salesforce/i18n/dateTime.shortTimeFormat.d.ts +2 -0
  24. package/dist/standalone/es/lds-runtime-mobile/src/__mocks__/@salesforce/i18n/locale.d.ts +2 -0
  25. package/dist/standalone/es/lds-runtime-mobile/src/__mocks__/@salesforce/i18n/timeZone.d.ts +2 -0
  26. package/dist/standalone/es/lds-runtime-mobile/src/__mocks__/@salesforce/user/Id.d.ts +2 -0
  27. package/dist/standalone/es/lds-runtime-mobile/src/__mocks__/lightning/i18nCldrOptions.d.ts +2 -0
  28. package/dist/standalone/es/lds-runtime-mobile/src/__mocks__/lightning/i18nService.d.ts +10 -0
  29. package/dist/standalone/es/lds-worker-api/src/standalone-stubs/unwrap.d.ts +1 -0
  30. package/dist/standalone/es/lds-worker-api.js +79227 -0
  31. package/dist/standalone/es/lightningAdapterApi.d.ts +11 -0
  32. package/dist/standalone/es/main.d.ts +8 -0
  33. package/dist/standalone/es/nimbusDraftQueue.d.ts +6 -0
  34. package/dist/standalone/es/primingApi.d.ts +19 -0
  35. package/dist/standalone/es/responses.d.ts +44 -0
  36. package/dist/standalone/es/standalone-stubs/instrumentation.d.ts +21 -0
  37. package/dist/standalone/es/standalone-stubs/o11y.d.ts +18 -0
  38. package/dist/standalone/es/standalone.d.ts +1 -0
  39. package/dist/standalone/es/ttl.d.ts +2 -0
  40. package/dist/standalone/umd/draftQueueImplementation.d.ts +2 -0
  41. package/dist/standalone/umd/executeAdapter.d.ts +71 -0
  42. package/dist/standalone/umd/language.d.ts +13 -0
  43. package/dist/standalone/umd/lds-runtime-mobile/src/__mocks__/@salesforce/i18n/currency.d.ts +2 -0
  44. package/dist/standalone/umd/lds-runtime-mobile/src/__mocks__/@salesforce/i18n/dateTime.shortDateFormat.d.ts +2 -0
  45. package/dist/standalone/umd/lds-runtime-mobile/src/__mocks__/@salesforce/i18n/dateTime.shortDateTimeFormat.d.ts +2 -0
  46. package/dist/standalone/umd/lds-runtime-mobile/src/__mocks__/@salesforce/i18n/dateTime.shortTimeFormat.d.ts +2 -0
  47. package/dist/standalone/umd/lds-runtime-mobile/src/__mocks__/@salesforce/i18n/locale.d.ts +2 -0
  48. package/dist/standalone/umd/lds-runtime-mobile/src/__mocks__/@salesforce/i18n/timeZone.d.ts +2 -0
  49. package/dist/standalone/umd/lds-runtime-mobile/src/__mocks__/@salesforce/user/Id.d.ts +2 -0
  50. package/dist/standalone/umd/lds-runtime-mobile/src/__mocks__/lightning/i18nCldrOptions.d.ts +2 -0
  51. package/dist/standalone/umd/lds-runtime-mobile/src/__mocks__/lightning/i18nService.d.ts +10 -0
  52. package/dist/standalone/umd/lds-worker-api/src/standalone-stubs/unwrap.d.ts +1 -0
  53. package/dist/standalone/umd/lds-worker-api.js +79250 -0
  54. package/dist/standalone/umd/lightningAdapterApi.d.ts +11 -0
  55. package/dist/standalone/umd/main.d.ts +8 -0
  56. package/dist/standalone/umd/nimbusDraftQueue.d.ts +6 -0
  57. package/dist/standalone/umd/primingApi.d.ts +19 -0
  58. package/dist/standalone/umd/responses.d.ts +44 -0
  59. package/dist/standalone/umd/standalone-stubs/instrumentation.d.ts +21 -0
  60. package/dist/standalone/umd/standalone-stubs/o11y.d.ts +18 -0
  61. package/dist/standalone/umd/standalone.d.ts +1 -0
  62. package/dist/standalone/umd/ttl.d.ts +2 -0
  63. package/package.json +74 -0
  64. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/adapter-testcase.schema.json +83 -0
  65. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/createRecord/name-displayValue-response.adapter-snapshot.result.json +61 -0
  66. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/createRecord/name-displayValue.adapter-testcase.json +67 -0
  67. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/createRecord/objectInfos/Aircraft-objectInfo.network-mock.json +517 -0
  68. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/createRecord/objectInfos/Pilot-objectInfo.network-mock.json +347 -0
  69. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/createRecord/scalar-displayValue-nonIntl-fallback-response.adapter-snapshot.result.json +82 -0
  70. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/createRecord/scalar-displayValue-nonIntl-fallback.adapter-testcase.json +25 -0
  71. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/createRecord/scalar-displayValue-response.adapter-snapshot.result.json +82 -0
  72. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/createRecord/scalar-displayValue.adapter-testcase.json +23 -0
  73. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/adapter-forward-assignedtome.adapter-testcase.json +34 -0
  74. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/adapter-forward-baseline.adapter-testcase.json +24 -0
  75. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/adapter-forward-child-relationship.adapter-testcase.json +29 -0
  76. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/adapter-forward-parent-relationship.adapter-testcase.json +29 -0
  77. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/adapter-forward-reserved-entity-name.adapter-testcase.json +25 -0
  78. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/assignedtome.adapter-testcase.json +33 -0
  79. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/l2DataSet.js +250 -0
  80. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/legacy/getTimeSheetEntry-baseline.adapter-testcase.json +21 -0
  81. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/legacy/getTimeSheetEntry-where-orderby-allfields-spanningfield-500records.adapter-testcase.json +28 -0
  82. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/legacy/getTimeSheetEntry-where-orderby-allfields-spanningfield.adapter-testcase.json +28 -0
  83. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/legacy/getTimeSheetEntry-where-orderby-allfields.adapter-testcase.json +21 -0
  84. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/legacy/getTimeSheetEntry-where-orderby.adapter-testcase.json +21 -0
  85. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/legacy/getTimeSheetEntry-where.adapter-testcase.json +21 -0
  86. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/objectInfos/Account.network-mock.json +2784 -0
  87. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/objectInfos/AssignedResource.network-mock.json +863 -0
  88. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/objectInfos/Case.network-mock.json +1856 -0
  89. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/objectInfos/ServiceAppointment.network-mock.json +2888 -0
  90. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/objectInfos/ServiceResource.network-mock.json +1316 -0
  91. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/objectInfos/TimeSheetEntry.network-mock.json +977 -0
  92. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/objectInfos/WorkOrder.network-mock.json +3058 -0
  93. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/objectInfos/WorkType.network-mock.json +940 -0
  94. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/objectinfo.adapter-testcase.json +18 -0
  95. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/polyfield.adapter-testcase.json +43 -0
  96. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/serverresponse/adapter-forward-baseline.server-response.network-mock.json +416 -0
  97. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/serverresponse/adapter-forward-child-relationship.server-response.network-mock.json +103 -0
  98. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/serverresponse/adapter-forward-parent-relationship.server-response.network-mock.json +93 -0
  99. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/serverresponse/adapter-forward-reserved-entity-name.server-response.network-mock.json +97 -0
  100. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/serverresponse/assignedtome.server-response.network-mock.json +666 -0
  101. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/serverresponse/objectinfos.server-response.network-mock.json +210 -0
  102. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/serverresponse/polyfield.server-response.network-mock.json +724 -0
  103. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/snapshotdata/adapter-forward-assignedtome.adapter-snapshot.result.json +72 -0
  104. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/snapshotdata/adapter-forward-baseline.adapter-snapshot.result.json +245 -0
  105. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/snapshotdata/adapter-forward-child-relationship.adapter-snapshot.result.json +30 -0
  106. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/snapshotdata/adapter-forward-parent-relationship.adapter-snapshot.result.json +26 -0
  107. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/snapshotdata/adapter-forward-reserved-entity-name.adapter-snapshot.result.json +32 -0
  108. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/snapshotdata/assignedtome.adapter-snapshot.result.json +70 -0
  109. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/snapshotdata/objectinfos.adapter-snapshot.result.json +170 -0
  110. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/snapshotdata/polyfield.adapter-snapshot.result.json +29 -0
  111. package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/network-mock.schema.json +14 -0
@@ -0,0 +1,1856 @@
1
+ {
2
+ "status": 200,
3
+ "body": {
4
+ "apiName": "Case",
5
+ "associateEntityType": null,
6
+ "associateParentEntity": null,
7
+ "childRelationships": [
8
+ {
9
+ "childObjectApiName": "ActivityHistory",
10
+ "fieldName": "WhatId",
11
+ "junctionIdListNames": [],
12
+ "junctionReferenceTo": [],
13
+ "relationshipName": "ActivityHistories"
14
+ },
15
+ {
16
+ "childObjectApiName": "AttachedContentDocument",
17
+ "fieldName": "LinkedEntityId",
18
+ "junctionIdListNames": [],
19
+ "junctionReferenceTo": [],
20
+ "relationshipName": "AttachedContentDocuments"
21
+ },
22
+ {
23
+ "childObjectApiName": "Attachment",
24
+ "fieldName": "ParentId",
25
+ "junctionIdListNames": [],
26
+ "junctionReferenceTo": [],
27
+ "relationshipName": "Attachments"
28
+ },
29
+ {
30
+ "childObjectApiName": "Case",
31
+ "fieldName": "ParentId",
32
+ "junctionIdListNames": [],
33
+ "junctionReferenceTo": [],
34
+ "relationshipName": "Cases"
35
+ },
36
+ {
37
+ "childObjectApiName": "CaseArticle",
38
+ "fieldName": "CaseId",
39
+ "junctionIdListNames": [],
40
+ "junctionReferenceTo": [],
41
+ "relationshipName": "CaseArticles"
42
+ },
43
+ {
44
+ "childObjectApiName": "CaseComment",
45
+ "fieldName": "ParentId",
46
+ "junctionIdListNames": [],
47
+ "junctionReferenceTo": [],
48
+ "relationshipName": "CaseComments"
49
+ },
50
+ {
51
+ "childObjectApiName": "CaseContactRole",
52
+ "fieldName": "CasesId",
53
+ "junctionIdListNames": [],
54
+ "junctionReferenceTo": [],
55
+ "relationshipName": "CaseContactRoles"
56
+ },
57
+ {
58
+ "childObjectApiName": "CaseExternalDocument",
59
+ "fieldName": "CaseId",
60
+ "junctionIdListNames": [],
61
+ "junctionReferenceTo": [],
62
+ "relationshipName": "CaseExternalDocuments"
63
+ },
64
+ {
65
+ "childObjectApiName": "CaseFeed",
66
+ "fieldName": "ParentId",
67
+ "junctionIdListNames": [],
68
+ "junctionReferenceTo": [],
69
+ "relationshipName": "Feeds"
70
+ },
71
+ {
72
+ "childObjectApiName": "CaseHistory",
73
+ "fieldName": "CaseId",
74
+ "junctionIdListNames": [],
75
+ "junctionReferenceTo": [],
76
+ "relationshipName": "Histories"
77
+ },
78
+ {
79
+ "childObjectApiName": "CaseMilestone",
80
+ "fieldName": "CaseId",
81
+ "junctionIdListNames": [],
82
+ "junctionReferenceTo": [],
83
+ "relationshipName": "CaseMilestones"
84
+ },
85
+ {
86
+ "childObjectApiName": "CaseShare",
87
+ "fieldName": "CaseId",
88
+ "junctionIdListNames": [],
89
+ "junctionReferenceTo": [],
90
+ "relationshipName": "Shares"
91
+ },
92
+ {
93
+ "childObjectApiName": "CaseSolution",
94
+ "fieldName": "CaseId",
95
+ "junctionIdListNames": [],
96
+ "junctionReferenceTo": [],
97
+ "relationshipName": "CaseSolutions"
98
+ },
99
+ {
100
+ "childObjectApiName": "CaseTeamMember",
101
+ "fieldName": "ParentId",
102
+ "junctionIdListNames": [],
103
+ "junctionReferenceTo": [],
104
+ "relationshipName": "TeamMembers"
105
+ },
106
+ {
107
+ "childObjectApiName": "CaseTeamTemplateRecord",
108
+ "fieldName": "ParentId",
109
+ "junctionIdListNames": [],
110
+ "junctionReferenceTo": [],
111
+ "relationshipName": "TeamTemplateRecords"
112
+ },
113
+ {
114
+ "childObjectApiName": "CollaborationGroupRecord",
115
+ "fieldName": "RecordId",
116
+ "junctionIdListNames": [],
117
+ "junctionReferenceTo": [],
118
+ "relationshipName": "RecordAssociatedGroups"
119
+ },
120
+ {
121
+ "childObjectApiName": "CombinedAttachment",
122
+ "fieldName": "ParentId",
123
+ "junctionIdListNames": [],
124
+ "junctionReferenceTo": [],
125
+ "relationshipName": "CombinedAttachments"
126
+ },
127
+ {
128
+ "childObjectApiName": "ContentDocumentLink",
129
+ "fieldName": "LinkedEntityId",
130
+ "junctionIdListNames": [],
131
+ "junctionReferenceTo": [],
132
+ "relationshipName": "ContentDocumentLinks"
133
+ },
134
+ {
135
+ "childObjectApiName": "EmailMessage",
136
+ "fieldName": "ParentId",
137
+ "junctionIdListNames": [],
138
+ "junctionReferenceTo": [],
139
+ "relationshipName": "EmailMessages"
140
+ },
141
+ {
142
+ "childObjectApiName": "EmailMessage",
143
+ "fieldName": "RelatedToId",
144
+ "junctionIdListNames": [],
145
+ "junctionReferenceTo": [],
146
+ "relationshipName": "Emails"
147
+ },
148
+ {
149
+ "childObjectApiName": "EntitySubscription",
150
+ "fieldName": "ParentId",
151
+ "junctionIdListNames": [],
152
+ "junctionReferenceTo": [],
153
+ "relationshipName": "FeedSubscriptionsForEntity"
154
+ },
155
+ {
156
+ "childObjectApiName": "Event",
157
+ "fieldName": "WhatId",
158
+ "junctionIdListNames": [],
159
+ "junctionReferenceTo": [],
160
+ "relationshipName": "Events"
161
+ },
162
+ {
163
+ "childObjectApiName": "NetworkUserHistoryRecent",
164
+ "fieldName": "RecordId",
165
+ "junctionIdListNames": [],
166
+ "junctionReferenceTo": [],
167
+ "relationshipName": "NetworkUserHistoryRecentToRecord"
168
+ },
169
+ {
170
+ "childObjectApiName": "OpenActivity",
171
+ "fieldName": "WhatId",
172
+ "junctionIdListNames": [],
173
+ "junctionReferenceTo": [],
174
+ "relationshipName": "OpenActivities"
175
+ },
176
+ {
177
+ "childObjectApiName": "ProcessInstance",
178
+ "fieldName": "TargetObjectId",
179
+ "junctionIdListNames": [],
180
+ "junctionReferenceTo": [],
181
+ "relationshipName": "ProcessInstances"
182
+ },
183
+ {
184
+ "childObjectApiName": "ProcessInstanceHistory",
185
+ "fieldName": "TargetObjectId",
186
+ "junctionIdListNames": [],
187
+ "junctionReferenceTo": [],
188
+ "relationshipName": "ProcessSteps"
189
+ },
190
+ {
191
+ "childObjectApiName": "ProductRequest",
192
+ "fieldName": "CaseId",
193
+ "junctionIdListNames": [],
194
+ "junctionReferenceTo": [],
195
+ "relationshipName": "ProductRequests"
196
+ },
197
+ {
198
+ "childObjectApiName": "ProductRequestLineItem",
199
+ "fieldName": "CaseId",
200
+ "junctionIdListNames": [],
201
+ "junctionReferenceTo": [],
202
+ "relationshipName": "ProductRequestLineItems"
203
+ },
204
+ {
205
+ "childObjectApiName": "RecordAction",
206
+ "fieldName": "RecordId",
207
+ "junctionIdListNames": [],
208
+ "junctionReferenceTo": [],
209
+ "relationshipName": "RecordActions"
210
+ },
211
+ {
212
+ "childObjectApiName": "RecordActionHistory",
213
+ "fieldName": "ParentRecordId",
214
+ "junctionIdListNames": [],
215
+ "junctionReferenceTo": [],
216
+ "relationshipName": "RecordActionHistories"
217
+ },
218
+ {
219
+ "childObjectApiName": "RecordMergeHistory",
220
+ "fieldName": "LatestMasterId",
221
+ "junctionIdListNames": [],
222
+ "junctionReferenceTo": [],
223
+ "relationshipName": "RelatedMergedRecords"
224
+ },
225
+ {
226
+ "childObjectApiName": "ServiceAppointment",
227
+ "fieldName": "ParentRecordId",
228
+ "junctionIdListNames": [],
229
+ "junctionReferenceTo": [],
230
+ "relationshipName": "ServiceAppointments"
231
+ },
232
+ {
233
+ "childObjectApiName": "SocialPost",
234
+ "fieldName": "ParentId",
235
+ "junctionIdListNames": [],
236
+ "junctionReferenceTo": [],
237
+ "relationshipName": "Posts"
238
+ },
239
+ {
240
+ "childObjectApiName": "Task",
241
+ "fieldName": "WhatId",
242
+ "junctionIdListNames": [],
243
+ "junctionReferenceTo": [],
244
+ "relationshipName": "Tasks"
245
+ },
246
+ {
247
+ "childObjectApiName": "TopicAssignment",
248
+ "fieldName": "EntityId",
249
+ "junctionIdListNames": [],
250
+ "junctionReferenceTo": [],
251
+ "relationshipName": "TopicAssignments"
252
+ },
253
+ {
254
+ "childObjectApiName": "WorkOrder",
255
+ "fieldName": "CaseId",
256
+ "junctionIdListNames": [],
257
+ "junctionReferenceTo": [],
258
+ "relationshipName": "WorkOrders"
259
+ }
260
+ ],
261
+ "createable": true,
262
+ "custom": false,
263
+ "defaultRecordTypeId": "012000000000000AAA",
264
+ "deletable": false,
265
+ "dependentFields": {},
266
+ "eTag": "5e5368db204fe735964576f6faf77169",
267
+ "feedEnabled": false,
268
+ "fields": {
269
+ "AccountId": {
270
+ "apiName": "AccountId",
271
+ "calculated": false,
272
+ "compound": false,
273
+ "compoundComponentName": null,
274
+ "compoundFieldName": null,
275
+ "controllerName": null,
276
+ "controllingFields": [],
277
+ "createable": true,
278
+ "custom": false,
279
+ "dataType": "Reference",
280
+ "extraTypeInfo": null,
281
+ "filterable": true,
282
+ "filteredLookupInfo": null,
283
+ "highScaleNumber": false,
284
+ "htmlFormatted": false,
285
+ "inlineHelpText": null,
286
+ "label": "Account ID",
287
+ "length": 18,
288
+ "nameField": false,
289
+ "polymorphicForeignKey": false,
290
+ "precision": 0,
291
+ "reference": true,
292
+ "referenceTargetField": null,
293
+ "referenceToInfos": [{ "apiName": "Account", "nameFields": ["Name"] }],
294
+ "relationshipName": "Account",
295
+ "required": false,
296
+ "scale": 0,
297
+ "searchPrefilterable": true,
298
+ "sortable": true,
299
+ "unique": false,
300
+ "updateable": true
301
+ },
302
+ "AssetId": {
303
+ "apiName": "AssetId",
304
+ "calculated": false,
305
+ "compound": false,
306
+ "compoundComponentName": null,
307
+ "compoundFieldName": null,
308
+ "controllerName": null,
309
+ "controllingFields": [],
310
+ "createable": true,
311
+ "custom": false,
312
+ "dataType": "Reference",
313
+ "extraTypeInfo": null,
314
+ "filterable": true,
315
+ "filteredLookupInfo": null,
316
+ "highScaleNumber": false,
317
+ "htmlFormatted": false,
318
+ "inlineHelpText": null,
319
+ "label": "Asset ID",
320
+ "length": 18,
321
+ "nameField": false,
322
+ "polymorphicForeignKey": false,
323
+ "precision": 0,
324
+ "reference": true,
325
+ "referenceTargetField": null,
326
+ "referenceToInfos": [{ "apiName": "Asset", "nameFields": ["Name"] }],
327
+ "relationshipName": "Asset",
328
+ "required": false,
329
+ "scale": 0,
330
+ "searchPrefilterable": true,
331
+ "sortable": true,
332
+ "unique": false,
333
+ "updateable": true
334
+ },
335
+ "BusinessHoursId": {
336
+ "apiName": "BusinessHoursId",
337
+ "calculated": false,
338
+ "compound": false,
339
+ "compoundComponentName": null,
340
+ "compoundFieldName": null,
341
+ "controllerName": null,
342
+ "controllingFields": [],
343
+ "createable": true,
344
+ "custom": false,
345
+ "dataType": "Reference",
346
+ "extraTypeInfo": null,
347
+ "filterable": true,
348
+ "filteredLookupInfo": null,
349
+ "highScaleNumber": false,
350
+ "htmlFormatted": false,
351
+ "inlineHelpText": null,
352
+ "label": "Business Hours ID",
353
+ "length": 18,
354
+ "nameField": false,
355
+ "polymorphicForeignKey": false,
356
+ "precision": 0,
357
+ "reference": true,
358
+ "referenceTargetField": null,
359
+ "referenceToInfos": [{ "apiName": "BusinessHours", "nameFields": ["Name"] }],
360
+ "relationshipName": "BusinessHours",
361
+ "required": true,
362
+ "scale": 0,
363
+ "searchPrefilterable": true,
364
+ "sortable": true,
365
+ "unique": false,
366
+ "updateable": true
367
+ },
368
+ "CaseNumber": {
369
+ "apiName": "CaseNumber",
370
+ "calculated": false,
371
+ "compound": false,
372
+ "compoundComponentName": null,
373
+ "compoundFieldName": null,
374
+ "controllerName": null,
375
+ "controllingFields": [],
376
+ "createable": false,
377
+ "custom": false,
378
+ "dataType": "String",
379
+ "extraTypeInfo": null,
380
+ "filterable": true,
381
+ "filteredLookupInfo": null,
382
+ "highScaleNumber": false,
383
+ "htmlFormatted": false,
384
+ "inlineHelpText": null,
385
+ "label": "Case Number",
386
+ "length": 30,
387
+ "nameField": true,
388
+ "polymorphicForeignKey": false,
389
+ "precision": 0,
390
+ "reference": false,
391
+ "referenceTargetField": null,
392
+ "referenceToInfos": [],
393
+ "relationshipName": null,
394
+ "required": true,
395
+ "scale": 0,
396
+ "searchPrefilterable": false,
397
+ "sortable": true,
398
+ "unique": false,
399
+ "updateable": false
400
+ },
401
+ "CloneSourceId": {
402
+ "apiName": "CloneSourceId",
403
+ "calculated": false,
404
+ "compound": false,
405
+ "compoundComponentName": null,
406
+ "compoundFieldName": null,
407
+ "controllerName": null,
408
+ "controllingFields": [],
409
+ "createable": false,
410
+ "custom": false,
411
+ "dataType": "Reference",
412
+ "extraTypeInfo": null,
413
+ "filterable": true,
414
+ "filteredLookupInfo": null,
415
+ "highScaleNumber": false,
416
+ "htmlFormatted": false,
417
+ "inlineHelpText": null,
418
+ "label": "Clone Source",
419
+ "length": 18,
420
+ "nameField": false,
421
+ "polymorphicForeignKey": false,
422
+ "precision": 0,
423
+ "reference": true,
424
+ "referenceTargetField": null,
425
+ "referenceToInfos": [],
426
+ "relationshipName": null,
427
+ "required": false,
428
+ "scale": 0,
429
+ "searchPrefilterable": false,
430
+ "sortable": true,
431
+ "unique": false,
432
+ "updateable": false
433
+ },
434
+ "ClosedDate": {
435
+ "apiName": "ClosedDate",
436
+ "calculated": false,
437
+ "compound": false,
438
+ "compoundComponentName": null,
439
+ "compoundFieldName": null,
440
+ "controllerName": null,
441
+ "controllingFields": [],
442
+ "createable": false,
443
+ "custom": false,
444
+ "dataType": "DateTime",
445
+ "extraTypeInfo": null,
446
+ "filterable": true,
447
+ "filteredLookupInfo": null,
448
+ "highScaleNumber": false,
449
+ "htmlFormatted": false,
450
+ "inlineHelpText": null,
451
+ "label": "Closed Date",
452
+ "length": 0,
453
+ "nameField": false,
454
+ "polymorphicForeignKey": false,
455
+ "precision": 0,
456
+ "reference": false,
457
+ "referenceTargetField": null,
458
+ "referenceToInfos": [],
459
+ "relationshipName": null,
460
+ "required": false,
461
+ "scale": 0,
462
+ "searchPrefilterable": false,
463
+ "sortable": true,
464
+ "unique": false,
465
+ "updateable": false
466
+ },
467
+ "Comments": {
468
+ "apiName": "Comments",
469
+ "calculated": false,
470
+ "compound": false,
471
+ "compoundComponentName": null,
472
+ "compoundFieldName": null,
473
+ "controllerName": null,
474
+ "controllingFields": [],
475
+ "createable": true,
476
+ "custom": false,
477
+ "dataType": "TextArea",
478
+ "extraTypeInfo": "PlainTextArea",
479
+ "filterable": false,
480
+ "filteredLookupInfo": null,
481
+ "highScaleNumber": false,
482
+ "htmlFormatted": false,
483
+ "inlineHelpText": null,
484
+ "label": "Internal Comments",
485
+ "length": 4000,
486
+ "nameField": false,
487
+ "polymorphicForeignKey": false,
488
+ "precision": 0,
489
+ "reference": false,
490
+ "referenceTargetField": null,
491
+ "referenceToInfos": [],
492
+ "relationshipName": null,
493
+ "required": false,
494
+ "scale": 0,
495
+ "searchPrefilterable": false,
496
+ "sortable": true,
497
+ "unique": false,
498
+ "updateable": true
499
+ },
500
+ "ContactEmail": {
501
+ "apiName": "ContactEmail",
502
+ "calculated": false,
503
+ "compound": false,
504
+ "compoundComponentName": null,
505
+ "compoundFieldName": null,
506
+ "controllerName": null,
507
+ "controllingFields": [],
508
+ "createable": false,
509
+ "custom": false,
510
+ "dataType": "Email",
511
+ "extraTypeInfo": null,
512
+ "filterable": true,
513
+ "filteredLookupInfo": null,
514
+ "highScaleNumber": false,
515
+ "htmlFormatted": false,
516
+ "inlineHelpText": null,
517
+ "label": "Contact Email",
518
+ "length": 80,
519
+ "nameField": false,
520
+ "polymorphicForeignKey": false,
521
+ "precision": 0,
522
+ "reference": false,
523
+ "referenceTargetField": null,
524
+ "referenceToInfos": [],
525
+ "relationshipName": null,
526
+ "required": false,
527
+ "scale": 0,
528
+ "searchPrefilterable": false,
529
+ "sortable": true,
530
+ "unique": false,
531
+ "updateable": false
532
+ },
533
+ "ContactFax": {
534
+ "apiName": "ContactFax",
535
+ "calculated": false,
536
+ "compound": false,
537
+ "compoundComponentName": null,
538
+ "compoundFieldName": null,
539
+ "controllerName": null,
540
+ "controllingFields": [],
541
+ "createable": false,
542
+ "custom": false,
543
+ "dataType": "Phone",
544
+ "extraTypeInfo": null,
545
+ "filterable": true,
546
+ "filteredLookupInfo": null,
547
+ "highScaleNumber": false,
548
+ "htmlFormatted": false,
549
+ "inlineHelpText": null,
550
+ "label": "Contact Fax",
551
+ "length": 40,
552
+ "nameField": false,
553
+ "polymorphicForeignKey": false,
554
+ "precision": 0,
555
+ "reference": false,
556
+ "referenceTargetField": null,
557
+ "referenceToInfos": [],
558
+ "relationshipName": null,
559
+ "required": false,
560
+ "scale": 0,
561
+ "searchPrefilterable": false,
562
+ "sortable": true,
563
+ "unique": false,
564
+ "updateable": false
565
+ },
566
+ "ContactId": {
567
+ "apiName": "ContactId",
568
+ "calculated": false,
569
+ "compound": false,
570
+ "compoundComponentName": null,
571
+ "compoundFieldName": null,
572
+ "controllerName": null,
573
+ "controllingFields": [],
574
+ "createable": true,
575
+ "custom": false,
576
+ "dataType": "Reference",
577
+ "extraTypeInfo": null,
578
+ "filterable": true,
579
+ "filteredLookupInfo": null,
580
+ "highScaleNumber": false,
581
+ "htmlFormatted": false,
582
+ "inlineHelpText": null,
583
+ "label": "Contact ID",
584
+ "length": 18,
585
+ "nameField": false,
586
+ "polymorphicForeignKey": false,
587
+ "precision": 0,
588
+ "reference": true,
589
+ "referenceTargetField": null,
590
+ "referenceToInfos": [
591
+ { "apiName": "Contact", "nameFields": ["FirstName", "LastName", "Name"] }
592
+ ],
593
+ "relationshipName": "Contact",
594
+ "required": false,
595
+ "scale": 0,
596
+ "searchPrefilterable": true,
597
+ "sortable": true,
598
+ "unique": false,
599
+ "updateable": true
600
+ },
601
+ "ContactMobile": {
602
+ "apiName": "ContactMobile",
603
+ "calculated": false,
604
+ "compound": false,
605
+ "compoundComponentName": null,
606
+ "compoundFieldName": null,
607
+ "controllerName": null,
608
+ "controllingFields": [],
609
+ "createable": false,
610
+ "custom": false,
611
+ "dataType": "Phone",
612
+ "extraTypeInfo": null,
613
+ "filterable": true,
614
+ "filteredLookupInfo": null,
615
+ "highScaleNumber": false,
616
+ "htmlFormatted": false,
617
+ "inlineHelpText": null,
618
+ "label": "Contact Mobile",
619
+ "length": 40,
620
+ "nameField": false,
621
+ "polymorphicForeignKey": false,
622
+ "precision": 0,
623
+ "reference": false,
624
+ "referenceTargetField": null,
625
+ "referenceToInfos": [],
626
+ "relationshipName": null,
627
+ "required": false,
628
+ "scale": 0,
629
+ "searchPrefilterable": false,
630
+ "sortable": true,
631
+ "unique": false,
632
+ "updateable": false
633
+ },
634
+ "ContactPhone": {
635
+ "apiName": "ContactPhone",
636
+ "calculated": false,
637
+ "compound": false,
638
+ "compoundComponentName": null,
639
+ "compoundFieldName": null,
640
+ "controllerName": null,
641
+ "controllingFields": [],
642
+ "createable": false,
643
+ "custom": false,
644
+ "dataType": "Phone",
645
+ "extraTypeInfo": null,
646
+ "filterable": true,
647
+ "filteredLookupInfo": null,
648
+ "highScaleNumber": false,
649
+ "htmlFormatted": false,
650
+ "inlineHelpText": null,
651
+ "label": "Contact Phone",
652
+ "length": 40,
653
+ "nameField": false,
654
+ "polymorphicForeignKey": false,
655
+ "precision": 0,
656
+ "reference": false,
657
+ "referenceTargetField": null,
658
+ "referenceToInfos": [],
659
+ "relationshipName": null,
660
+ "required": false,
661
+ "scale": 0,
662
+ "searchPrefilterable": false,
663
+ "sortable": true,
664
+ "unique": false,
665
+ "updateable": false
666
+ },
667
+ "CreatedById": {
668
+ "apiName": "CreatedById",
669
+ "calculated": false,
670
+ "compound": false,
671
+ "compoundComponentName": null,
672
+ "compoundFieldName": null,
673
+ "controllerName": null,
674
+ "controllingFields": [],
675
+ "createable": false,
676
+ "custom": false,
677
+ "dataType": "Reference",
678
+ "extraTypeInfo": null,
679
+ "filterable": true,
680
+ "filteredLookupInfo": null,
681
+ "highScaleNumber": false,
682
+ "htmlFormatted": false,
683
+ "inlineHelpText": null,
684
+ "label": "Created By ID",
685
+ "length": 18,
686
+ "nameField": false,
687
+ "polymorphicForeignKey": false,
688
+ "precision": 0,
689
+ "reference": true,
690
+ "referenceTargetField": null,
691
+ "referenceToInfos": [
692
+ { "apiName": "User", "nameFields": ["FirstName", "LastName", "Name"] }
693
+ ],
694
+ "relationshipName": "CreatedBy",
695
+ "required": true,
696
+ "scale": 0,
697
+ "searchPrefilterable": false,
698
+ "sortable": true,
699
+ "unique": false,
700
+ "updateable": false
701
+ },
702
+ "CreatedDate": {
703
+ "apiName": "CreatedDate",
704
+ "calculated": false,
705
+ "compound": false,
706
+ "compoundComponentName": null,
707
+ "compoundFieldName": null,
708
+ "controllerName": null,
709
+ "controllingFields": [],
710
+ "createable": false,
711
+ "custom": false,
712
+ "dataType": "DateTime",
713
+ "extraTypeInfo": null,
714
+ "filterable": true,
715
+ "filteredLookupInfo": null,
716
+ "highScaleNumber": false,
717
+ "htmlFormatted": false,
718
+ "inlineHelpText": null,
719
+ "label": "Created Date",
720
+ "length": 0,
721
+ "nameField": false,
722
+ "polymorphicForeignKey": false,
723
+ "precision": 0,
724
+ "reference": false,
725
+ "referenceTargetField": null,
726
+ "referenceToInfos": [],
727
+ "relationshipName": null,
728
+ "required": true,
729
+ "scale": 0,
730
+ "searchPrefilterable": false,
731
+ "sortable": true,
732
+ "unique": false,
733
+ "updateable": false
734
+ },
735
+ "Description": {
736
+ "apiName": "Description",
737
+ "calculated": false,
738
+ "compound": false,
739
+ "compoundComponentName": null,
740
+ "compoundFieldName": null,
741
+ "controllerName": null,
742
+ "controllingFields": [],
743
+ "createable": true,
744
+ "custom": false,
745
+ "dataType": "TextArea",
746
+ "extraTypeInfo": "PlainTextArea",
747
+ "filterable": false,
748
+ "filteredLookupInfo": null,
749
+ "highScaleNumber": false,
750
+ "htmlFormatted": false,
751
+ "inlineHelpText": null,
752
+ "label": "Description",
753
+ "length": 32000,
754
+ "nameField": false,
755
+ "polymorphicForeignKey": false,
756
+ "precision": 0,
757
+ "reference": false,
758
+ "referenceTargetField": null,
759
+ "referenceToInfos": [],
760
+ "relationshipName": null,
761
+ "required": false,
762
+ "scale": 0,
763
+ "searchPrefilterable": false,
764
+ "sortable": false,
765
+ "unique": false,
766
+ "updateable": true
767
+ },
768
+ "EntitlementId": {
769
+ "apiName": "EntitlementId",
770
+ "calculated": false,
771
+ "compound": false,
772
+ "compoundComponentName": null,
773
+ "compoundFieldName": null,
774
+ "controllerName": null,
775
+ "controllingFields": [],
776
+ "createable": true,
777
+ "custom": false,
778
+ "dataType": "Reference",
779
+ "extraTypeInfo": null,
780
+ "filterable": true,
781
+ "filteredLookupInfo": null,
782
+ "highScaleNumber": false,
783
+ "htmlFormatted": false,
784
+ "inlineHelpText": null,
785
+ "label": "Entitlement ID",
786
+ "length": 18,
787
+ "nameField": false,
788
+ "polymorphicForeignKey": false,
789
+ "precision": 0,
790
+ "reference": true,
791
+ "referenceTargetField": null,
792
+ "referenceToInfos": [{ "apiName": "Entitlement", "nameFields": ["Name"] }],
793
+ "relationshipName": "Entitlement",
794
+ "required": false,
795
+ "scale": 0,
796
+ "searchPrefilterable": true,
797
+ "sortable": true,
798
+ "unique": false,
799
+ "updateable": true
800
+ },
801
+ "Id": {
802
+ "apiName": "Id",
803
+ "calculated": false,
804
+ "compound": false,
805
+ "compoundComponentName": null,
806
+ "compoundFieldName": null,
807
+ "controllerName": null,
808
+ "controllingFields": [],
809
+ "createable": false,
810
+ "custom": false,
811
+ "dataType": "String",
812
+ "extraTypeInfo": null,
813
+ "filterable": true,
814
+ "filteredLookupInfo": null,
815
+ "highScaleNumber": false,
816
+ "htmlFormatted": false,
817
+ "inlineHelpText": null,
818
+ "label": "Case ID",
819
+ "length": 18,
820
+ "nameField": false,
821
+ "polymorphicForeignKey": false,
822
+ "precision": 0,
823
+ "reference": false,
824
+ "referenceTargetField": null,
825
+ "referenceToInfos": [],
826
+ "relationshipName": null,
827
+ "required": true,
828
+ "scale": 0,
829
+ "searchPrefilterable": false,
830
+ "sortable": true,
831
+ "unique": false,
832
+ "updateable": false
833
+ },
834
+ "IsClosed": {
835
+ "apiName": "IsClosed",
836
+ "calculated": false,
837
+ "compound": false,
838
+ "compoundComponentName": null,
839
+ "compoundFieldName": null,
840
+ "controllerName": null,
841
+ "controllingFields": [],
842
+ "createable": false,
843
+ "custom": false,
844
+ "dataType": "Boolean",
845
+ "extraTypeInfo": null,
846
+ "filterable": true,
847
+ "filteredLookupInfo": null,
848
+ "highScaleNumber": false,
849
+ "htmlFormatted": false,
850
+ "inlineHelpText": null,
851
+ "label": "Closed",
852
+ "length": 0,
853
+ "nameField": false,
854
+ "polymorphicForeignKey": false,
855
+ "precision": 0,
856
+ "reference": false,
857
+ "referenceTargetField": null,
858
+ "referenceToInfos": [],
859
+ "relationshipName": null,
860
+ "required": true,
861
+ "scale": 0,
862
+ "searchPrefilterable": false,
863
+ "sortable": true,
864
+ "unique": false,
865
+ "updateable": false
866
+ },
867
+ "IsDeleted": {
868
+ "apiName": "IsDeleted",
869
+ "calculated": false,
870
+ "compound": false,
871
+ "compoundComponentName": null,
872
+ "compoundFieldName": null,
873
+ "controllerName": null,
874
+ "controllingFields": [],
875
+ "createable": false,
876
+ "custom": false,
877
+ "dataType": "Boolean",
878
+ "extraTypeInfo": null,
879
+ "filterable": true,
880
+ "filteredLookupInfo": null,
881
+ "highScaleNumber": false,
882
+ "htmlFormatted": false,
883
+ "inlineHelpText": null,
884
+ "label": "Deleted",
885
+ "length": 0,
886
+ "nameField": false,
887
+ "polymorphicForeignKey": false,
888
+ "precision": 0,
889
+ "reference": false,
890
+ "referenceTargetField": null,
891
+ "referenceToInfos": [],
892
+ "relationshipName": null,
893
+ "required": true,
894
+ "scale": 0,
895
+ "searchPrefilterable": false,
896
+ "sortable": true,
897
+ "unique": false,
898
+ "updateable": false
899
+ },
900
+ "IsEscalated": {
901
+ "apiName": "IsEscalated",
902
+ "calculated": false,
903
+ "compound": false,
904
+ "compoundComponentName": null,
905
+ "compoundFieldName": null,
906
+ "controllerName": null,
907
+ "controllingFields": [],
908
+ "createable": true,
909
+ "custom": false,
910
+ "dataType": "Boolean",
911
+ "extraTypeInfo": null,
912
+ "filterable": true,
913
+ "filteredLookupInfo": null,
914
+ "highScaleNumber": false,
915
+ "htmlFormatted": false,
916
+ "inlineHelpText": null,
917
+ "label": "Escalated",
918
+ "length": 0,
919
+ "nameField": false,
920
+ "polymorphicForeignKey": false,
921
+ "precision": 0,
922
+ "reference": false,
923
+ "referenceTargetField": null,
924
+ "referenceToInfos": [],
925
+ "relationshipName": null,
926
+ "required": true,
927
+ "scale": 0,
928
+ "searchPrefilterable": false,
929
+ "sortable": true,
930
+ "unique": false,
931
+ "updateable": true
932
+ },
933
+ "IsLocked": {
934
+ "apiName": "IsLocked",
935
+ "calculated": false,
936
+ "compound": false,
937
+ "compoundComponentName": null,
938
+ "compoundFieldName": null,
939
+ "controllerName": null,
940
+ "controllingFields": [],
941
+ "createable": false,
942
+ "custom": false,
943
+ "dataType": "Boolean",
944
+ "extraTypeInfo": null,
945
+ "filterable": true,
946
+ "filteredLookupInfo": null,
947
+ "highScaleNumber": false,
948
+ "htmlFormatted": false,
949
+ "inlineHelpText": null,
950
+ "label": "Is Locked",
951
+ "length": 0,
952
+ "nameField": false,
953
+ "polymorphicForeignKey": false,
954
+ "precision": 0,
955
+ "reference": false,
956
+ "referenceTargetField": null,
957
+ "referenceToInfos": [],
958
+ "relationshipName": null,
959
+ "required": true,
960
+ "scale": 0,
961
+ "searchPrefilterable": false,
962
+ "sortable": true,
963
+ "unique": false,
964
+ "updateable": false
965
+ },
966
+ "IsStopped": {
967
+ "apiName": "IsStopped",
968
+ "calculated": false,
969
+ "compound": false,
970
+ "compoundComponentName": null,
971
+ "compoundFieldName": null,
972
+ "controllerName": null,
973
+ "controllingFields": [],
974
+ "createable": true,
975
+ "custom": false,
976
+ "dataType": "Boolean",
977
+ "extraTypeInfo": null,
978
+ "filterable": true,
979
+ "filteredLookupInfo": null,
980
+ "highScaleNumber": false,
981
+ "htmlFormatted": false,
982
+ "inlineHelpText": null,
983
+ "label": "Stopped",
984
+ "length": 0,
985
+ "nameField": false,
986
+ "polymorphicForeignKey": false,
987
+ "precision": 0,
988
+ "reference": false,
989
+ "referenceTargetField": null,
990
+ "referenceToInfos": [],
991
+ "relationshipName": null,
992
+ "required": true,
993
+ "scale": 0,
994
+ "searchPrefilterable": false,
995
+ "sortable": true,
996
+ "unique": false,
997
+ "updateable": true
998
+ },
999
+ "LastModifiedById": {
1000
+ "apiName": "LastModifiedById",
1001
+ "calculated": false,
1002
+ "compound": false,
1003
+ "compoundComponentName": null,
1004
+ "compoundFieldName": null,
1005
+ "controllerName": null,
1006
+ "controllingFields": [],
1007
+ "createable": false,
1008
+ "custom": false,
1009
+ "dataType": "Reference",
1010
+ "extraTypeInfo": null,
1011
+ "filterable": true,
1012
+ "filteredLookupInfo": null,
1013
+ "highScaleNumber": false,
1014
+ "htmlFormatted": false,
1015
+ "inlineHelpText": null,
1016
+ "label": "Last Modified By ID",
1017
+ "length": 18,
1018
+ "nameField": false,
1019
+ "polymorphicForeignKey": false,
1020
+ "precision": 0,
1021
+ "reference": true,
1022
+ "referenceTargetField": null,
1023
+ "referenceToInfos": [
1024
+ { "apiName": "User", "nameFields": ["FirstName", "LastName", "Name"] }
1025
+ ],
1026
+ "relationshipName": "LastModifiedBy",
1027
+ "required": true,
1028
+ "scale": 0,
1029
+ "searchPrefilterable": false,
1030
+ "sortable": true,
1031
+ "unique": false,
1032
+ "updateable": false
1033
+ },
1034
+ "LastModifiedDate": {
1035
+ "apiName": "LastModifiedDate",
1036
+ "calculated": false,
1037
+ "compound": false,
1038
+ "compoundComponentName": null,
1039
+ "compoundFieldName": null,
1040
+ "controllerName": null,
1041
+ "controllingFields": [],
1042
+ "createable": false,
1043
+ "custom": false,
1044
+ "dataType": "DateTime",
1045
+ "extraTypeInfo": null,
1046
+ "filterable": true,
1047
+ "filteredLookupInfo": null,
1048
+ "highScaleNumber": false,
1049
+ "htmlFormatted": false,
1050
+ "inlineHelpText": null,
1051
+ "label": "Last Modified Date",
1052
+ "length": 0,
1053
+ "nameField": false,
1054
+ "polymorphicForeignKey": false,
1055
+ "precision": 0,
1056
+ "reference": false,
1057
+ "referenceTargetField": null,
1058
+ "referenceToInfos": [],
1059
+ "relationshipName": null,
1060
+ "required": true,
1061
+ "scale": 0,
1062
+ "searchPrefilterable": false,
1063
+ "sortable": true,
1064
+ "unique": false,
1065
+ "updateable": false
1066
+ },
1067
+ "LastReferencedDate": {
1068
+ "apiName": "LastReferencedDate",
1069
+ "calculated": false,
1070
+ "compound": false,
1071
+ "compoundComponentName": null,
1072
+ "compoundFieldName": null,
1073
+ "controllerName": null,
1074
+ "controllingFields": [],
1075
+ "createable": false,
1076
+ "custom": false,
1077
+ "dataType": "DateTime",
1078
+ "extraTypeInfo": null,
1079
+ "filterable": true,
1080
+ "filteredLookupInfo": null,
1081
+ "highScaleNumber": false,
1082
+ "htmlFormatted": false,
1083
+ "inlineHelpText": null,
1084
+ "label": "Last Referenced Date",
1085
+ "length": 0,
1086
+ "nameField": false,
1087
+ "polymorphicForeignKey": false,
1088
+ "precision": 0,
1089
+ "reference": false,
1090
+ "referenceTargetField": null,
1091
+ "referenceToInfos": [],
1092
+ "relationshipName": null,
1093
+ "required": false,
1094
+ "scale": 0,
1095
+ "searchPrefilterable": false,
1096
+ "sortable": true,
1097
+ "unique": false,
1098
+ "updateable": false
1099
+ },
1100
+ "LastViewedDate": {
1101
+ "apiName": "LastViewedDate",
1102
+ "calculated": false,
1103
+ "compound": false,
1104
+ "compoundComponentName": null,
1105
+ "compoundFieldName": null,
1106
+ "controllerName": null,
1107
+ "controllingFields": [],
1108
+ "createable": false,
1109
+ "custom": false,
1110
+ "dataType": "DateTime",
1111
+ "extraTypeInfo": null,
1112
+ "filterable": true,
1113
+ "filteredLookupInfo": null,
1114
+ "highScaleNumber": false,
1115
+ "htmlFormatted": false,
1116
+ "inlineHelpText": null,
1117
+ "label": "Last Viewed Date",
1118
+ "length": 0,
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": false
1132
+ },
1133
+ "MasterRecordId": {
1134
+ "apiName": "MasterRecordId",
1135
+ "calculated": false,
1136
+ "compound": false,
1137
+ "compoundComponentName": null,
1138
+ "compoundFieldName": null,
1139
+ "controllerName": null,
1140
+ "controllingFields": [],
1141
+ "createable": false,
1142
+ "custom": false,
1143
+ "dataType": "Reference",
1144
+ "extraTypeInfo": null,
1145
+ "filterable": true,
1146
+ "filteredLookupInfo": null,
1147
+ "highScaleNumber": false,
1148
+ "htmlFormatted": false,
1149
+ "inlineHelpText": null,
1150
+ "label": "Master Record ID",
1151
+ "length": 18,
1152
+ "nameField": false,
1153
+ "polymorphicForeignKey": false,
1154
+ "precision": 0,
1155
+ "reference": true,
1156
+ "referenceTargetField": null,
1157
+ "referenceToInfos": [{ "apiName": "Case", "nameFields": ["CaseNumber"] }],
1158
+ "relationshipName": "MasterRecord",
1159
+ "required": false,
1160
+ "scale": 0,
1161
+ "searchPrefilterable": false,
1162
+ "sortable": true,
1163
+ "unique": false,
1164
+ "updateable": false
1165
+ },
1166
+ "MayEdit": {
1167
+ "apiName": "MayEdit",
1168
+ "calculated": false,
1169
+ "compound": false,
1170
+ "compoundComponentName": null,
1171
+ "compoundFieldName": null,
1172
+ "controllerName": null,
1173
+ "controllingFields": [],
1174
+ "createable": false,
1175
+ "custom": false,
1176
+ "dataType": "Boolean",
1177
+ "extraTypeInfo": null,
1178
+ "filterable": true,
1179
+ "filteredLookupInfo": null,
1180
+ "highScaleNumber": false,
1181
+ "htmlFormatted": false,
1182
+ "inlineHelpText": null,
1183
+ "label": "May Edit",
1184
+ "length": 0,
1185
+ "nameField": false,
1186
+ "polymorphicForeignKey": false,
1187
+ "precision": 0,
1188
+ "reference": false,
1189
+ "referenceTargetField": null,
1190
+ "referenceToInfos": [],
1191
+ "relationshipName": null,
1192
+ "required": true,
1193
+ "scale": 0,
1194
+ "searchPrefilterable": false,
1195
+ "sortable": true,
1196
+ "unique": false,
1197
+ "updateable": false
1198
+ },
1199
+ "MilestoneStatus": {
1200
+ "apiName": "MilestoneStatus",
1201
+ "calculated": false,
1202
+ "compound": false,
1203
+ "compoundComponentName": null,
1204
+ "compoundFieldName": null,
1205
+ "controllerName": null,
1206
+ "controllingFields": [],
1207
+ "createable": false,
1208
+ "custom": false,
1209
+ "dataType": "String",
1210
+ "extraTypeInfo": null,
1211
+ "filterable": false,
1212
+ "filteredLookupInfo": null,
1213
+ "highScaleNumber": false,
1214
+ "htmlFormatted": false,
1215
+ "inlineHelpText": null,
1216
+ "label": "Milestone Status",
1217
+ "length": 30,
1218
+ "nameField": false,
1219
+ "polymorphicForeignKey": false,
1220
+ "precision": 0,
1221
+ "reference": false,
1222
+ "referenceTargetField": null,
1223
+ "referenceToInfos": [],
1224
+ "relationshipName": null,
1225
+ "required": false,
1226
+ "scale": 0,
1227
+ "searchPrefilterable": false,
1228
+ "sortable": true,
1229
+ "unique": false,
1230
+ "updateable": false
1231
+ },
1232
+ "Origin": {
1233
+ "apiName": "Origin",
1234
+ "calculated": false,
1235
+ "compound": false,
1236
+ "compoundComponentName": null,
1237
+ "compoundFieldName": null,
1238
+ "controllerName": null,
1239
+ "controllingFields": [],
1240
+ "createable": true,
1241
+ "custom": false,
1242
+ "dataType": "Picklist",
1243
+ "extraTypeInfo": null,
1244
+ "filterable": true,
1245
+ "filteredLookupInfo": null,
1246
+ "highScaleNumber": false,
1247
+ "htmlFormatted": false,
1248
+ "inlineHelpText": null,
1249
+ "label": "Case Origin",
1250
+ "length": 255,
1251
+ "nameField": false,
1252
+ "polymorphicForeignKey": false,
1253
+ "precision": 0,
1254
+ "reference": false,
1255
+ "referenceTargetField": null,
1256
+ "referenceToInfos": [],
1257
+ "relationshipName": null,
1258
+ "required": false,
1259
+ "scale": 0,
1260
+ "searchPrefilterable": false,
1261
+ "sortable": true,
1262
+ "unique": false,
1263
+ "updateable": true
1264
+ },
1265
+ "OwnerId": {
1266
+ "apiName": "OwnerId",
1267
+ "calculated": false,
1268
+ "compound": false,
1269
+ "compoundComponentName": null,
1270
+ "compoundFieldName": null,
1271
+ "controllerName": null,
1272
+ "controllingFields": [],
1273
+ "createable": true,
1274
+ "custom": false,
1275
+ "dataType": "Reference",
1276
+ "extraTypeInfo": null,
1277
+ "filterable": true,
1278
+ "filteredLookupInfo": null,
1279
+ "highScaleNumber": false,
1280
+ "htmlFormatted": false,
1281
+ "inlineHelpText": null,
1282
+ "label": "Owner ID",
1283
+ "length": 18,
1284
+ "nameField": false,
1285
+ "polymorphicForeignKey": true,
1286
+ "precision": 0,
1287
+ "reference": true,
1288
+ "referenceTargetField": null,
1289
+ "referenceToInfos": [
1290
+ { "apiName": "Group", "nameFields": ["Name"] },
1291
+ { "apiName": "User", "nameFields": ["FirstName", "LastName", "Name"] }
1292
+ ],
1293
+ "relationshipName": "Owner",
1294
+ "required": true,
1295
+ "scale": 0,
1296
+ "searchPrefilterable": false,
1297
+ "sortable": true,
1298
+ "unique": false,
1299
+ "updateable": true
1300
+ },
1301
+ "ParentId": {
1302
+ "apiName": "ParentId",
1303
+ "calculated": false,
1304
+ "compound": false,
1305
+ "compoundComponentName": null,
1306
+ "compoundFieldName": null,
1307
+ "controllerName": null,
1308
+ "controllingFields": [],
1309
+ "createable": true,
1310
+ "custom": false,
1311
+ "dataType": "Reference",
1312
+ "extraTypeInfo": null,
1313
+ "filterable": true,
1314
+ "filteredLookupInfo": null,
1315
+ "highScaleNumber": false,
1316
+ "htmlFormatted": false,
1317
+ "inlineHelpText": null,
1318
+ "label": "Parent Case ID",
1319
+ "length": 18,
1320
+ "nameField": false,
1321
+ "polymorphicForeignKey": false,
1322
+ "precision": 0,
1323
+ "reference": true,
1324
+ "referenceTargetField": null,
1325
+ "referenceToInfos": [{ "apiName": "Case", "nameFields": ["CaseNumber"] }],
1326
+ "relationshipName": "Parent",
1327
+ "required": false,
1328
+ "scale": 0,
1329
+ "searchPrefilterable": true,
1330
+ "sortable": true,
1331
+ "unique": false,
1332
+ "updateable": true
1333
+ },
1334
+ "Priority": {
1335
+ "apiName": "Priority",
1336
+ "calculated": false,
1337
+ "compound": false,
1338
+ "compoundComponentName": null,
1339
+ "compoundFieldName": null,
1340
+ "controllerName": null,
1341
+ "controllingFields": [],
1342
+ "createable": true,
1343
+ "custom": false,
1344
+ "dataType": "Picklist",
1345
+ "extraTypeInfo": null,
1346
+ "filterable": true,
1347
+ "filteredLookupInfo": null,
1348
+ "highScaleNumber": false,
1349
+ "htmlFormatted": false,
1350
+ "inlineHelpText": null,
1351
+ "label": "Priority",
1352
+ "length": 255,
1353
+ "nameField": false,
1354
+ "polymorphicForeignKey": false,
1355
+ "precision": 0,
1356
+ "reference": false,
1357
+ "referenceTargetField": null,
1358
+ "referenceToInfos": [],
1359
+ "relationshipName": null,
1360
+ "required": false,
1361
+ "scale": 0,
1362
+ "searchPrefilterable": false,
1363
+ "sortable": true,
1364
+ "unique": false,
1365
+ "updateable": true
1366
+ },
1367
+ "ProductId": {
1368
+ "apiName": "ProductId",
1369
+ "calculated": false,
1370
+ "compound": false,
1371
+ "compoundComponentName": null,
1372
+ "compoundFieldName": null,
1373
+ "controllerName": null,
1374
+ "controllingFields": [],
1375
+ "createable": true,
1376
+ "custom": false,
1377
+ "dataType": "Reference",
1378
+ "extraTypeInfo": null,
1379
+ "filterable": true,
1380
+ "filteredLookupInfo": null,
1381
+ "highScaleNumber": false,
1382
+ "htmlFormatted": false,
1383
+ "inlineHelpText": null,
1384
+ "label": "Product ID",
1385
+ "length": 18,
1386
+ "nameField": false,
1387
+ "polymorphicForeignKey": false,
1388
+ "precision": 0,
1389
+ "reference": true,
1390
+ "referenceTargetField": null,
1391
+ "referenceToInfos": [{ "apiName": "Product2", "nameFields": ["Name"] }],
1392
+ "relationshipName": "Product",
1393
+ "required": false,
1394
+ "scale": 0,
1395
+ "searchPrefilterable": true,
1396
+ "sortable": true,
1397
+ "unique": false,
1398
+ "updateable": true
1399
+ },
1400
+ "Reason": {
1401
+ "apiName": "Reason",
1402
+ "calculated": false,
1403
+ "compound": false,
1404
+ "compoundComponentName": null,
1405
+ "compoundFieldName": null,
1406
+ "controllerName": null,
1407
+ "controllingFields": [],
1408
+ "createable": true,
1409
+ "custom": false,
1410
+ "dataType": "Picklist",
1411
+ "extraTypeInfo": null,
1412
+ "filterable": true,
1413
+ "filteredLookupInfo": null,
1414
+ "highScaleNumber": false,
1415
+ "htmlFormatted": false,
1416
+ "inlineHelpText": null,
1417
+ "label": "Case Reason",
1418
+ "length": 255,
1419
+ "nameField": false,
1420
+ "polymorphicForeignKey": false,
1421
+ "precision": 0,
1422
+ "reference": false,
1423
+ "referenceTargetField": null,
1424
+ "referenceToInfos": [],
1425
+ "relationshipName": null,
1426
+ "required": false,
1427
+ "scale": 0,
1428
+ "searchPrefilterable": false,
1429
+ "sortable": true,
1430
+ "unique": false,
1431
+ "updateable": true
1432
+ },
1433
+ "SlaExitDate": {
1434
+ "apiName": "SlaExitDate",
1435
+ "calculated": false,
1436
+ "compound": false,
1437
+ "compoundComponentName": null,
1438
+ "compoundFieldName": null,
1439
+ "controllerName": null,
1440
+ "controllingFields": [],
1441
+ "createable": false,
1442
+ "custom": false,
1443
+ "dataType": "DateTime",
1444
+ "extraTypeInfo": null,
1445
+ "filterable": true,
1446
+ "filteredLookupInfo": null,
1447
+ "highScaleNumber": false,
1448
+ "htmlFormatted": false,
1449
+ "inlineHelpText": null,
1450
+ "label": "Entitlement Process End Time",
1451
+ "length": 0,
1452
+ "nameField": false,
1453
+ "polymorphicForeignKey": false,
1454
+ "precision": 0,
1455
+ "reference": false,
1456
+ "referenceTargetField": null,
1457
+ "referenceToInfos": [],
1458
+ "relationshipName": null,
1459
+ "required": false,
1460
+ "scale": 0,
1461
+ "searchPrefilterable": false,
1462
+ "sortable": true,
1463
+ "unique": false,
1464
+ "updateable": false
1465
+ },
1466
+ "SlaStartDate": {
1467
+ "apiName": "SlaStartDate",
1468
+ "calculated": false,
1469
+ "compound": false,
1470
+ "compoundComponentName": null,
1471
+ "compoundFieldName": null,
1472
+ "controllerName": null,
1473
+ "controllingFields": [],
1474
+ "createable": true,
1475
+ "custom": false,
1476
+ "dataType": "DateTime",
1477
+ "extraTypeInfo": null,
1478
+ "filterable": true,
1479
+ "filteredLookupInfo": null,
1480
+ "highScaleNumber": false,
1481
+ "htmlFormatted": false,
1482
+ "inlineHelpText": null,
1483
+ "label": "Entitlement Process Start Time",
1484
+ "length": 0,
1485
+ "nameField": false,
1486
+ "polymorphicForeignKey": false,
1487
+ "precision": 0,
1488
+ "reference": false,
1489
+ "referenceTargetField": null,
1490
+ "referenceToInfos": [],
1491
+ "relationshipName": null,
1492
+ "required": false,
1493
+ "scale": 0,
1494
+ "searchPrefilterable": false,
1495
+ "sortable": true,
1496
+ "unique": false,
1497
+ "updateable": true
1498
+ },
1499
+ "SourceId": {
1500
+ "apiName": "SourceId",
1501
+ "calculated": false,
1502
+ "compound": false,
1503
+ "compoundComponentName": null,
1504
+ "compoundFieldName": null,
1505
+ "controllerName": null,
1506
+ "controllingFields": [],
1507
+ "createable": true,
1508
+ "custom": false,
1509
+ "dataType": "Reference",
1510
+ "extraTypeInfo": null,
1511
+ "filterable": true,
1512
+ "filteredLookupInfo": null,
1513
+ "highScaleNumber": false,
1514
+ "htmlFormatted": false,
1515
+ "inlineHelpText": null,
1516
+ "label": "Source ID",
1517
+ "length": 18,
1518
+ "nameField": false,
1519
+ "polymorphicForeignKey": true,
1520
+ "precision": 0,
1521
+ "reference": true,
1522
+ "referenceTargetField": null,
1523
+ "referenceToInfos": [
1524
+ { "apiName": "EmailMessage", "nameFields": ["Name"] },
1525
+ { "apiName": "SocialPost", "nameFields": ["Name"] }
1526
+ ],
1527
+ "relationshipName": "Source",
1528
+ "required": false,
1529
+ "scale": 0,
1530
+ "searchPrefilterable": true,
1531
+ "sortable": true,
1532
+ "unique": false,
1533
+ "updateable": true
1534
+ },
1535
+ "Status": {
1536
+ "apiName": "Status",
1537
+ "calculated": false,
1538
+ "compound": false,
1539
+ "compoundComponentName": null,
1540
+ "compoundFieldName": null,
1541
+ "controllerName": null,
1542
+ "controllingFields": [],
1543
+ "createable": true,
1544
+ "custom": false,
1545
+ "dataType": "Picklist",
1546
+ "extraTypeInfo": null,
1547
+ "filterable": true,
1548
+ "filteredLookupInfo": null,
1549
+ "highScaleNumber": false,
1550
+ "htmlFormatted": false,
1551
+ "inlineHelpText": null,
1552
+ "label": "Status",
1553
+ "length": 255,
1554
+ "nameField": false,
1555
+ "polymorphicForeignKey": false,
1556
+ "precision": 0,
1557
+ "reference": false,
1558
+ "referenceTargetField": null,
1559
+ "referenceToInfos": [],
1560
+ "relationshipName": null,
1561
+ "required": false,
1562
+ "scale": 0,
1563
+ "searchPrefilterable": false,
1564
+ "sortable": true,
1565
+ "unique": false,
1566
+ "updateable": true
1567
+ },
1568
+ "StopStartDate": {
1569
+ "apiName": "StopStartDate",
1570
+ "calculated": false,
1571
+ "compound": false,
1572
+ "compoundComponentName": null,
1573
+ "compoundFieldName": null,
1574
+ "controllerName": null,
1575
+ "controllingFields": [],
1576
+ "createable": false,
1577
+ "custom": false,
1578
+ "dataType": "DateTime",
1579
+ "extraTypeInfo": null,
1580
+ "filterable": true,
1581
+ "filteredLookupInfo": null,
1582
+ "highScaleNumber": false,
1583
+ "htmlFormatted": false,
1584
+ "inlineHelpText": null,
1585
+ "label": "Stopped Since",
1586
+ "length": 0,
1587
+ "nameField": false,
1588
+ "polymorphicForeignKey": false,
1589
+ "precision": 0,
1590
+ "reference": false,
1591
+ "referenceTargetField": null,
1592
+ "referenceToInfos": [],
1593
+ "relationshipName": null,
1594
+ "required": false,
1595
+ "scale": 0,
1596
+ "searchPrefilterable": false,
1597
+ "sortable": true,
1598
+ "unique": false,
1599
+ "updateable": false
1600
+ },
1601
+ "Subject": {
1602
+ "apiName": "Subject",
1603
+ "calculated": false,
1604
+ "compound": false,
1605
+ "compoundComponentName": null,
1606
+ "compoundFieldName": null,
1607
+ "controllerName": null,
1608
+ "controllingFields": [],
1609
+ "createable": true,
1610
+ "custom": false,
1611
+ "dataType": "String",
1612
+ "extraTypeInfo": null,
1613
+ "filterable": true,
1614
+ "filteredLookupInfo": null,
1615
+ "highScaleNumber": false,
1616
+ "htmlFormatted": false,
1617
+ "inlineHelpText": null,
1618
+ "label": "Subject",
1619
+ "length": 255,
1620
+ "nameField": false,
1621
+ "polymorphicForeignKey": false,
1622
+ "precision": 0,
1623
+ "reference": false,
1624
+ "referenceTargetField": null,
1625
+ "referenceToInfos": [],
1626
+ "relationshipName": null,
1627
+ "required": false,
1628
+ "scale": 0,
1629
+ "searchPrefilterable": false,
1630
+ "sortable": true,
1631
+ "unique": false,
1632
+ "updateable": true
1633
+ },
1634
+ "SuppliedCompany": {
1635
+ "apiName": "SuppliedCompany",
1636
+ "calculated": false,
1637
+ "compound": false,
1638
+ "compoundComponentName": null,
1639
+ "compoundFieldName": null,
1640
+ "controllerName": null,
1641
+ "controllingFields": [],
1642
+ "createable": true,
1643
+ "custom": false,
1644
+ "dataType": "String",
1645
+ "extraTypeInfo": null,
1646
+ "filterable": true,
1647
+ "filteredLookupInfo": null,
1648
+ "highScaleNumber": false,
1649
+ "htmlFormatted": false,
1650
+ "inlineHelpText": null,
1651
+ "label": "Company",
1652
+ "length": 80,
1653
+ "nameField": false,
1654
+ "polymorphicForeignKey": false,
1655
+ "precision": 0,
1656
+ "reference": false,
1657
+ "referenceTargetField": null,
1658
+ "referenceToInfos": [],
1659
+ "relationshipName": null,
1660
+ "required": false,
1661
+ "scale": 0,
1662
+ "searchPrefilterable": false,
1663
+ "sortable": true,
1664
+ "unique": false,
1665
+ "updateable": true
1666
+ },
1667
+ "SuppliedEmail": {
1668
+ "apiName": "SuppliedEmail",
1669
+ "calculated": false,
1670
+ "compound": false,
1671
+ "compoundComponentName": null,
1672
+ "compoundFieldName": null,
1673
+ "controllerName": null,
1674
+ "controllingFields": [],
1675
+ "createable": true,
1676
+ "custom": false,
1677
+ "dataType": "Email",
1678
+ "extraTypeInfo": null,
1679
+ "filterable": true,
1680
+ "filteredLookupInfo": null,
1681
+ "highScaleNumber": false,
1682
+ "htmlFormatted": false,
1683
+ "inlineHelpText": null,
1684
+ "label": "Email Address",
1685
+ "length": 80,
1686
+ "nameField": false,
1687
+ "polymorphicForeignKey": false,
1688
+ "precision": 0,
1689
+ "reference": false,
1690
+ "referenceTargetField": null,
1691
+ "referenceToInfos": [],
1692
+ "relationshipName": null,
1693
+ "required": false,
1694
+ "scale": 0,
1695
+ "searchPrefilterable": false,
1696
+ "sortable": true,
1697
+ "unique": false,
1698
+ "updateable": true
1699
+ },
1700
+ "SuppliedName": {
1701
+ "apiName": "SuppliedName",
1702
+ "calculated": false,
1703
+ "compound": false,
1704
+ "compoundComponentName": null,
1705
+ "compoundFieldName": null,
1706
+ "controllerName": null,
1707
+ "controllingFields": [],
1708
+ "createable": true,
1709
+ "custom": false,
1710
+ "dataType": "String",
1711
+ "extraTypeInfo": null,
1712
+ "filterable": true,
1713
+ "filteredLookupInfo": null,
1714
+ "highScaleNumber": false,
1715
+ "htmlFormatted": false,
1716
+ "inlineHelpText": null,
1717
+ "label": "Name",
1718
+ "length": 80,
1719
+ "nameField": false,
1720
+ "polymorphicForeignKey": false,
1721
+ "precision": 0,
1722
+ "reference": false,
1723
+ "referenceTargetField": null,
1724
+ "referenceToInfos": [],
1725
+ "relationshipName": null,
1726
+ "required": false,
1727
+ "scale": 0,
1728
+ "searchPrefilterable": false,
1729
+ "sortable": true,
1730
+ "unique": false,
1731
+ "updateable": true
1732
+ },
1733
+ "SuppliedPhone": {
1734
+ "apiName": "SuppliedPhone",
1735
+ "calculated": false,
1736
+ "compound": false,
1737
+ "compoundComponentName": null,
1738
+ "compoundFieldName": null,
1739
+ "controllerName": null,
1740
+ "controllingFields": [],
1741
+ "createable": true,
1742
+ "custom": false,
1743
+ "dataType": "String",
1744
+ "extraTypeInfo": null,
1745
+ "filterable": true,
1746
+ "filteredLookupInfo": null,
1747
+ "highScaleNumber": false,
1748
+ "htmlFormatted": false,
1749
+ "inlineHelpText": null,
1750
+ "label": "Phone",
1751
+ "length": 40,
1752
+ "nameField": false,
1753
+ "polymorphicForeignKey": false,
1754
+ "precision": 0,
1755
+ "reference": false,
1756
+ "referenceTargetField": null,
1757
+ "referenceToInfos": [],
1758
+ "relationshipName": null,
1759
+ "required": false,
1760
+ "scale": 0,
1761
+ "searchPrefilterable": false,
1762
+ "sortable": true,
1763
+ "unique": false,
1764
+ "updateable": true
1765
+ },
1766
+ "SystemModstamp": {
1767
+ "apiName": "SystemModstamp",
1768
+ "calculated": false,
1769
+ "compound": false,
1770
+ "compoundComponentName": null,
1771
+ "compoundFieldName": null,
1772
+ "controllerName": null,
1773
+ "controllingFields": [],
1774
+ "createable": false,
1775
+ "custom": false,
1776
+ "dataType": "DateTime",
1777
+ "extraTypeInfo": null,
1778
+ "filterable": true,
1779
+ "filteredLookupInfo": null,
1780
+ "highScaleNumber": false,
1781
+ "htmlFormatted": false,
1782
+ "inlineHelpText": null,
1783
+ "label": "System Modstamp",
1784
+ "length": 0,
1785
+ "nameField": false,
1786
+ "polymorphicForeignKey": false,
1787
+ "precision": 0,
1788
+ "reference": false,
1789
+ "referenceTargetField": null,
1790
+ "referenceToInfos": [],
1791
+ "relationshipName": null,
1792
+ "required": true,
1793
+ "scale": 0,
1794
+ "searchPrefilterable": false,
1795
+ "sortable": true,
1796
+ "unique": false,
1797
+ "updateable": false
1798
+ },
1799
+ "Type": {
1800
+ "apiName": "Type",
1801
+ "calculated": false,
1802
+ "compound": false,
1803
+ "compoundComponentName": null,
1804
+ "compoundFieldName": null,
1805
+ "controllerName": null,
1806
+ "controllingFields": [],
1807
+ "createable": true,
1808
+ "custom": false,
1809
+ "dataType": "Picklist",
1810
+ "extraTypeInfo": null,
1811
+ "filterable": true,
1812
+ "filteredLookupInfo": null,
1813
+ "highScaleNumber": false,
1814
+ "htmlFormatted": false,
1815
+ "inlineHelpText": null,
1816
+ "label": "Case Type",
1817
+ "length": 255,
1818
+ "nameField": false,
1819
+ "polymorphicForeignKey": false,
1820
+ "precision": 0,
1821
+ "reference": false,
1822
+ "referenceTargetField": null,
1823
+ "referenceToInfos": [],
1824
+ "relationshipName": null,
1825
+ "required": false,
1826
+ "scale": 0,
1827
+ "searchPrefilterable": false,
1828
+ "sortable": true,
1829
+ "unique": false,
1830
+ "updateable": true
1831
+ }
1832
+ },
1833
+ "keyPrefix": "500",
1834
+ "label": "Case",
1835
+ "labelPlural": "Cases",
1836
+ "layoutable": true,
1837
+ "mruEnabled": true,
1838
+ "nameFields": ["CaseNumber"],
1839
+ "queryable": true,
1840
+ "recordTypeInfos": {
1841
+ "012000000000000AAA": {
1842
+ "available": true,
1843
+ "defaultRecordTypeMapping": true,
1844
+ "master": true,
1845
+ "name": "Master",
1846
+ "recordTypeId": "012000000000000AAA"
1847
+ }
1848
+ },
1849
+ "searchable": true,
1850
+ "themeInfo": {
1851
+ "color": "F2CF5B",
1852
+ "iconUrl": "https://corsa04-basic-2015682796.vpod.t.force.com/img/icon/t4v35/standard/case_120.png"
1853
+ },
1854
+ "updateable": true
1855
+ }
1856
+ }