@salesforce/lds-worker-api 0.1.0-dev1

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