@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,1027 @@
1
+ {
2
+ "body": {
3
+ "apiName": "TimeSheetEntry",
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": "CombinedAttachment",
23
+ "fieldName": "ParentId",
24
+ "junctionIdListNames": [],
25
+ "junctionReferenceTo": [],
26
+ "relationshipName": "CombinedAttachments"
27
+ },
28
+ {
29
+ "childObjectApiName": "ContentDocumentLink",
30
+ "fieldName": "LinkedEntityId",
31
+ "junctionIdListNames": [],
32
+ "junctionReferenceTo": [],
33
+ "relationshipName": "ContentDocumentLinks"
34
+ },
35
+ {
36
+ "childObjectApiName": "EmailMessage",
37
+ "fieldName": "RelatedToId",
38
+ "junctionIdListNames": [],
39
+ "junctionReferenceTo": [],
40
+ "relationshipName": "Emails"
41
+ },
42
+ {
43
+ "childObjectApiName": "EntitySubscription",
44
+ "fieldName": "ParentId",
45
+ "junctionIdListNames": [],
46
+ "junctionReferenceTo": [],
47
+ "relationshipName": "FeedSubscriptionsForEntity"
48
+ },
49
+ {
50
+ "childObjectApiName": "Event",
51
+ "fieldName": "WhatId",
52
+ "junctionIdListNames": [],
53
+ "junctionReferenceTo": [],
54
+ "relationshipName": "Events"
55
+ },
56
+ {
57
+ "childObjectApiName": "OpenActivity",
58
+ "fieldName": "WhatId",
59
+ "junctionIdListNames": [],
60
+ "junctionReferenceTo": [],
61
+ "relationshipName": "OpenActivities"
62
+ },
63
+ {
64
+ "childObjectApiName": "ProcessInstance",
65
+ "fieldName": "TargetObjectId",
66
+ "junctionIdListNames": [],
67
+ "junctionReferenceTo": [],
68
+ "relationshipName": "ProcessInstances"
69
+ },
70
+ {
71
+ "childObjectApiName": "ProcessInstanceHistory",
72
+ "fieldName": "TargetObjectId",
73
+ "junctionIdListNames": [],
74
+ "junctionReferenceTo": [],
75
+ "relationshipName": "ProcessSteps"
76
+ },
77
+ {
78
+ "childObjectApiName": "RecordAction",
79
+ "fieldName": "RecordId",
80
+ "junctionIdListNames": [],
81
+ "junctionReferenceTo": [],
82
+ "relationshipName": "RecordActions"
83
+ },
84
+ {
85
+ "childObjectApiName": "RecordActionHistory",
86
+ "fieldName": "ParentRecordId",
87
+ "junctionIdListNames": [],
88
+ "junctionReferenceTo": [],
89
+ "relationshipName": "RecordActionHistories"
90
+ },
91
+ {
92
+ "childObjectApiName": "ServiceAppointment",
93
+ "fieldName": "TimeSheetEntryId__c",
94
+ "junctionIdListNames": [],
95
+ "junctionReferenceTo": [],
96
+ "relationshipName": "Service_Appointments__r"
97
+ },
98
+ {
99
+ "childObjectApiName": "Task",
100
+ "fieldName": "WhatId",
101
+ "junctionIdListNames": [],
102
+ "junctionReferenceTo": [],
103
+ "relationshipName": "Tasks"
104
+ },
105
+ {
106
+ "childObjectApiName": "TimeSheetEntryFeed",
107
+ "fieldName": "ParentId",
108
+ "junctionIdListNames": [],
109
+ "junctionReferenceTo": [],
110
+ "relationshipName": "Feeds"
111
+ },
112
+ {
113
+ "childObjectApiName": "TimeSheetEntryHistory",
114
+ "fieldName": "TimeSheetEntryId",
115
+ "junctionIdListNames": [],
116
+ "junctionReferenceTo": [],
117
+ "relationshipName": "Histories"
118
+ },
119
+ {
120
+ "childObjectApiName": "TopicAssignment",
121
+ "fieldName": "EntityId",
122
+ "junctionIdListNames": [],
123
+ "junctionReferenceTo": [],
124
+ "relationshipName": "TopicAssignments"
125
+ }
126
+ ],
127
+ "compactLayoutable": true,
128
+ "createable": true,
129
+ "custom": false,
130
+ "defaultRecordTypeId": "012000000000000AAA",
131
+ "deletable": true,
132
+ "dependentFields": {},
133
+ "eTag": "b537446cba0c820356fa63d62a68644c",
134
+ "feedEnabled": false,
135
+ "fields": {
136
+ "CloneSourceId": {
137
+ "apiName": "CloneSourceId",
138
+ "calculated": false,
139
+ "compound": false,
140
+ "compoundComponentName": null,
141
+ "compoundFieldName": null,
142
+ "controllerName": null,
143
+ "controllingFields": [],
144
+ "createable": false,
145
+ "custom": false,
146
+ "dataType": "Reference",
147
+ "externalId": false,
148
+ "extraTypeInfo": null,
149
+ "filterable": true,
150
+ "filteredLookupInfo": null,
151
+ "highScaleNumber": false,
152
+ "htmlFormatted": false,
153
+ "inlineHelpText": null,
154
+ "label": "Clone Source",
155
+ "length": 18,
156
+ "maskType": null,
157
+ "nameField": false,
158
+ "polymorphicForeignKey": false,
159
+ "precision": 0,
160
+ "reference": true,
161
+ "referenceTargetField": null,
162
+ "referenceToInfos": [],
163
+ "relationshipName": null,
164
+ "required": false,
165
+ "scale": 0,
166
+ "searchPrefilterable": false,
167
+ "sortable": true,
168
+ "unique": false,
169
+ "updateable": false
170
+ },
171
+ "CreatedById": {
172
+ "apiName": "CreatedById",
173
+ "calculated": false,
174
+ "compound": false,
175
+ "compoundComponentName": null,
176
+ "compoundFieldName": null,
177
+ "controllerName": null,
178
+ "controllingFields": [],
179
+ "createable": false,
180
+ "custom": false,
181
+ "dataType": "Reference",
182
+ "externalId": false,
183
+ "extraTypeInfo": null,
184
+ "filterable": true,
185
+ "filteredLookupInfo": null,
186
+ "highScaleNumber": false,
187
+ "htmlFormatted": false,
188
+ "inlineHelpText": null,
189
+ "label": "Created By ID",
190
+ "length": 18,
191
+ "maskType": null,
192
+ "nameField": false,
193
+ "polymorphicForeignKey": false,
194
+ "precision": 0,
195
+ "reference": true,
196
+ "referenceTargetField": null,
197
+ "referenceToInfos": [
198
+ {
199
+ "apiName": "User",
200
+ "nameFields": ["FirstName", "LastName", "Name"]
201
+ }
202
+ ],
203
+ "relationshipName": "CreatedBy",
204
+ "required": true,
205
+ "scale": 0,
206
+ "searchPrefilterable": false,
207
+ "sortable": true,
208
+ "unique": false,
209
+ "updateable": false
210
+ },
211
+ "CreatedDate": {
212
+ "apiName": "CreatedDate",
213
+ "calculated": false,
214
+ "compound": false,
215
+ "compoundComponentName": null,
216
+ "compoundFieldName": null,
217
+ "controllerName": null,
218
+ "controllingFields": [],
219
+ "createable": true,
220
+ "custom": false,
221
+ "dataType": "DateTime",
222
+ "externalId": false,
223
+ "extraTypeInfo": null,
224
+ "filterable": true,
225
+ "filteredLookupInfo": null,
226
+ "highScaleNumber": false,
227
+ "htmlFormatted": false,
228
+ "inlineHelpText": null,
229
+ "label": "Created Date",
230
+ "length": 0,
231
+ "maskType": null,
232
+ "nameField": false,
233
+ "polymorphicForeignKey": false,
234
+ "precision": 0,
235
+ "reference": false,
236
+ "referenceTargetField": null,
237
+ "referenceToInfos": [],
238
+ "relationshipName": null,
239
+ "required": true,
240
+ "scale": 0,
241
+ "searchPrefilterable": false,
242
+ "sortable": true,
243
+ "unique": false,
244
+ "updateable": false
245
+ },
246
+ "Description": {
247
+ "apiName": "Description",
248
+ "calculated": false,
249
+ "compound": false,
250
+ "compoundComponentName": null,
251
+ "compoundFieldName": null,
252
+ "controllerName": null,
253
+ "controllingFields": [],
254
+ "createable": true,
255
+ "custom": false,
256
+ "dataType": "TextArea",
257
+ "externalId": false,
258
+ "extraTypeInfo": "PlainTextArea",
259
+ "filterable": false,
260
+ "filteredLookupInfo": null,
261
+ "highScaleNumber": false,
262
+ "htmlFormatted": false,
263
+ "inlineHelpText": null,
264
+ "label": "Description",
265
+ "length": 32000,
266
+ "maskType": null,
267
+ "nameField": false,
268
+ "polymorphicForeignKey": false,
269
+ "precision": 0,
270
+ "reference": false,
271
+ "referenceTargetField": null,
272
+ "referenceToInfos": [],
273
+ "relationshipName": null,
274
+ "required": false,
275
+ "scale": 0,
276
+ "searchPrefilterable": false,
277
+ "sortable": false,
278
+ "unique": false,
279
+ "updateable": true
280
+ },
281
+ "DurationInMinutes": {
282
+ "apiName": "DurationInMinutes",
283
+ "calculated": false,
284
+ "compound": false,
285
+ "compoundComponentName": null,
286
+ "compoundFieldName": null,
287
+ "controllerName": null,
288
+ "controllingFields": [],
289
+ "createable": false,
290
+ "custom": false,
291
+ "dataType": "Int",
292
+ "externalId": false,
293
+ "extraTypeInfo": null,
294
+ "filterable": true,
295
+ "filteredLookupInfo": null,
296
+ "highScaleNumber": false,
297
+ "htmlFormatted": false,
298
+ "inlineHelpText": null,
299
+ "label": "Duration (In Minutes)",
300
+ "length": 0,
301
+ "maskType": null,
302
+ "nameField": false,
303
+ "polymorphicForeignKey": false,
304
+ "precision": 0,
305
+ "reference": false,
306
+ "referenceTargetField": null,
307
+ "referenceToInfos": [],
308
+ "relationshipName": null,
309
+ "required": false,
310
+ "scale": 0,
311
+ "searchPrefilterable": false,
312
+ "sortable": true,
313
+ "unique": false,
314
+ "updateable": false
315
+ },
316
+ "EndTime": {
317
+ "apiName": "EndTime",
318
+ "calculated": false,
319
+ "compound": false,
320
+ "compoundComponentName": null,
321
+ "compoundFieldName": null,
322
+ "controllerName": null,
323
+ "controllingFields": [],
324
+ "createable": true,
325
+ "custom": false,
326
+ "dataType": "DateTime",
327
+ "externalId": false,
328
+ "extraTypeInfo": null,
329
+ "filterable": true,
330
+ "filteredLookupInfo": null,
331
+ "highScaleNumber": false,
332
+ "htmlFormatted": false,
333
+ "inlineHelpText": null,
334
+ "label": "End Time",
335
+ "length": 0,
336
+ "maskType": null,
337
+ "nameField": false,
338
+ "polymorphicForeignKey": false,
339
+ "precision": 0,
340
+ "reference": false,
341
+ "referenceTargetField": null,
342
+ "referenceToInfos": [],
343
+ "relationshipName": null,
344
+ "required": false,
345
+ "scale": 0,
346
+ "searchPrefilterable": false,
347
+ "sortable": true,
348
+ "unique": false,
349
+ "updateable": true
350
+ },
351
+ "Id": {
352
+ "apiName": "Id",
353
+ "calculated": false,
354
+ "compound": false,
355
+ "compoundComponentName": null,
356
+ "compoundFieldName": null,
357
+ "controllerName": null,
358
+ "controllingFields": [],
359
+ "createable": false,
360
+ "custom": false,
361
+ "dataType": "String",
362
+ "externalId": false,
363
+ "extraTypeInfo": null,
364
+ "filterable": true,
365
+ "filteredLookupInfo": null,
366
+ "highScaleNumber": false,
367
+ "htmlFormatted": false,
368
+ "inlineHelpText": null,
369
+ "label": "Time Sheet Entry ID",
370
+ "length": 18,
371
+ "maskType": null,
372
+ "nameField": false,
373
+ "polymorphicForeignKey": false,
374
+ "precision": 0,
375
+ "reference": false,
376
+ "referenceTargetField": null,
377
+ "referenceToInfos": [],
378
+ "relationshipName": null,
379
+ "required": true,
380
+ "scale": 0,
381
+ "searchPrefilterable": false,
382
+ "sortable": true,
383
+ "unique": false,
384
+ "updateable": false
385
+ },
386
+ "IsDeleted": {
387
+ "apiName": "IsDeleted",
388
+ "calculated": false,
389
+ "compound": false,
390
+ "compoundComponentName": null,
391
+ "compoundFieldName": null,
392
+ "controllerName": null,
393
+ "controllingFields": [],
394
+ "createable": false,
395
+ "custom": false,
396
+ "dataType": "Boolean",
397
+ "externalId": false,
398
+ "extraTypeInfo": null,
399
+ "filterable": true,
400
+ "filteredLookupInfo": null,
401
+ "highScaleNumber": false,
402
+ "htmlFormatted": false,
403
+ "inlineHelpText": null,
404
+ "label": "Deleted",
405
+ "length": 0,
406
+ "maskType": null,
407
+ "nameField": false,
408
+ "polymorphicForeignKey": false,
409
+ "precision": 0,
410
+ "reference": false,
411
+ "referenceTargetField": null,
412
+ "referenceToInfos": [],
413
+ "relationshipName": null,
414
+ "required": true,
415
+ "scale": 0,
416
+ "searchPrefilterable": false,
417
+ "sortable": true,
418
+ "unique": false,
419
+ "updateable": false
420
+ },
421
+ "IsLocked": {
422
+ "apiName": "IsLocked",
423
+ "calculated": false,
424
+ "compound": false,
425
+ "compoundComponentName": null,
426
+ "compoundFieldName": null,
427
+ "controllerName": null,
428
+ "controllingFields": [],
429
+ "createable": false,
430
+ "custom": false,
431
+ "dataType": "Boolean",
432
+ "externalId": false,
433
+ "extraTypeInfo": null,
434
+ "filterable": true,
435
+ "filteredLookupInfo": null,
436
+ "highScaleNumber": false,
437
+ "htmlFormatted": false,
438
+ "inlineHelpText": null,
439
+ "label": "Is Locked",
440
+ "length": 0,
441
+ "maskType": null,
442
+ "nameField": false,
443
+ "polymorphicForeignKey": false,
444
+ "precision": 0,
445
+ "reference": false,
446
+ "referenceTargetField": null,
447
+ "referenceToInfos": [],
448
+ "relationshipName": null,
449
+ "required": true,
450
+ "scale": 0,
451
+ "searchPrefilterable": false,
452
+ "sortable": true,
453
+ "unique": false,
454
+ "updateable": false
455
+ },
456
+ "LastModifiedById": {
457
+ "apiName": "LastModifiedById",
458
+ "calculated": false,
459
+ "compound": false,
460
+ "compoundComponentName": null,
461
+ "compoundFieldName": null,
462
+ "controllerName": null,
463
+ "controllingFields": [],
464
+ "createable": false,
465
+ "custom": false,
466
+ "dataType": "Reference",
467
+ "externalId": false,
468
+ "extraTypeInfo": null,
469
+ "filterable": true,
470
+ "filteredLookupInfo": null,
471
+ "highScaleNumber": false,
472
+ "htmlFormatted": false,
473
+ "inlineHelpText": null,
474
+ "label": "Last Modified By ID",
475
+ "length": 18,
476
+ "maskType": null,
477
+ "nameField": false,
478
+ "polymorphicForeignKey": false,
479
+ "precision": 0,
480
+ "reference": true,
481
+ "referenceTargetField": null,
482
+ "referenceToInfos": [
483
+ {
484
+ "apiName": "User",
485
+ "nameFields": ["FirstName", "LastName", "Name"]
486
+ }
487
+ ],
488
+ "relationshipName": "LastModifiedBy",
489
+ "required": true,
490
+ "scale": 0,
491
+ "searchPrefilterable": false,
492
+ "sortable": true,
493
+ "unique": false,
494
+ "updateable": false
495
+ },
496
+ "LastModifiedDate": {
497
+ "apiName": "LastModifiedDate",
498
+ "calculated": false,
499
+ "compound": false,
500
+ "compoundComponentName": null,
501
+ "compoundFieldName": null,
502
+ "controllerName": null,
503
+ "controllingFields": [],
504
+ "createable": true,
505
+ "custom": false,
506
+ "dataType": "DateTime",
507
+ "externalId": false,
508
+ "extraTypeInfo": null,
509
+ "filterable": true,
510
+ "filteredLookupInfo": null,
511
+ "highScaleNumber": false,
512
+ "htmlFormatted": false,
513
+ "inlineHelpText": null,
514
+ "label": "Last Modified Date",
515
+ "length": 0,
516
+ "maskType": null,
517
+ "nameField": false,
518
+ "polymorphicForeignKey": false,
519
+ "precision": 0,
520
+ "reference": false,
521
+ "referenceTargetField": null,
522
+ "referenceToInfos": [],
523
+ "relationshipName": null,
524
+ "required": true,
525
+ "scale": 0,
526
+ "searchPrefilterable": false,
527
+ "sortable": true,
528
+ "unique": false,
529
+ "updateable": true
530
+ },
531
+ "LastReferencedDate": {
532
+ "apiName": "LastReferencedDate",
533
+ "calculated": false,
534
+ "compound": false,
535
+ "compoundComponentName": null,
536
+ "compoundFieldName": null,
537
+ "controllerName": null,
538
+ "controllingFields": [],
539
+ "createable": false,
540
+ "custom": false,
541
+ "dataType": "DateTime",
542
+ "externalId": false,
543
+ "extraTypeInfo": null,
544
+ "filterable": true,
545
+ "filteredLookupInfo": null,
546
+ "highScaleNumber": false,
547
+ "htmlFormatted": false,
548
+ "inlineHelpText": null,
549
+ "label": "Last Referenced Date",
550
+ "length": 0,
551
+ "maskType": null,
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
+ "LastViewedDate": {
567
+ "apiName": "LastViewedDate",
568
+ "calculated": false,
569
+ "compound": false,
570
+ "compoundComponentName": null,
571
+ "compoundFieldName": null,
572
+ "controllerName": null,
573
+ "controllingFields": [],
574
+ "createable": false,
575
+ "custom": false,
576
+ "dataType": "DateTime",
577
+ "externalId": false,
578
+ "extraTypeInfo": null,
579
+ "filterable": true,
580
+ "filteredLookupInfo": null,
581
+ "highScaleNumber": false,
582
+ "htmlFormatted": false,
583
+ "inlineHelpText": null,
584
+ "label": "Last Viewed Date",
585
+ "length": 0,
586
+ "maskType": null,
587
+ "nameField": false,
588
+ "polymorphicForeignKey": false,
589
+ "precision": 0,
590
+ "reference": false,
591
+ "referenceTargetField": null,
592
+ "referenceToInfos": [],
593
+ "relationshipName": null,
594
+ "required": false,
595
+ "scale": 0,
596
+ "searchPrefilterable": false,
597
+ "sortable": true,
598
+ "unique": false,
599
+ "updateable": false
600
+ },
601
+ "LocationTimeZone": {
602
+ "apiName": "LocationTimeZone",
603
+ "calculated": false,
604
+ "compound": false,
605
+ "compoundComponentName": null,
606
+ "compoundFieldName": null,
607
+ "controllerName": null,
608
+ "controllingFields": [],
609
+ "createable": true,
610
+ "custom": false,
611
+ "dataType": "Picklist",
612
+ "externalId": false,
613
+ "extraTypeInfo": null,
614
+ "filterable": true,
615
+ "filteredLookupInfo": null,
616
+ "highScaleNumber": false,
617
+ "htmlFormatted": false,
618
+ "inlineHelpText": null,
619
+ "label": "Location Time Zone",
620
+ "length": 255,
621
+ "maskType": null,
622
+ "nameField": false,
623
+ "polymorphicForeignKey": false,
624
+ "precision": 0,
625
+ "reference": false,
626
+ "referenceTargetField": null,
627
+ "referenceToInfos": [],
628
+ "relationshipName": null,
629
+ "required": false,
630
+ "scale": 0,
631
+ "searchPrefilterable": false,
632
+ "sortable": true,
633
+ "unique": false,
634
+ "updateable": true
635
+ },
636
+ "MayEdit": {
637
+ "apiName": "MayEdit",
638
+ "calculated": false,
639
+ "compound": false,
640
+ "compoundComponentName": null,
641
+ "compoundFieldName": null,
642
+ "controllerName": null,
643
+ "controllingFields": [],
644
+ "createable": false,
645
+ "custom": false,
646
+ "dataType": "Boolean",
647
+ "externalId": false,
648
+ "extraTypeInfo": null,
649
+ "filterable": true,
650
+ "filteredLookupInfo": null,
651
+ "highScaleNumber": false,
652
+ "htmlFormatted": false,
653
+ "inlineHelpText": null,
654
+ "label": "May Edit",
655
+ "length": 0,
656
+ "maskType": null,
657
+ "nameField": false,
658
+ "polymorphicForeignKey": false,
659
+ "precision": 0,
660
+ "reference": false,
661
+ "referenceTargetField": null,
662
+ "referenceToInfos": [],
663
+ "relationshipName": null,
664
+ "required": true,
665
+ "scale": 0,
666
+ "searchPrefilterable": false,
667
+ "sortable": true,
668
+ "unique": false,
669
+ "updateable": false
670
+ },
671
+ "StartTime": {
672
+ "apiName": "StartTime",
673
+ "calculated": false,
674
+ "compound": false,
675
+ "compoundComponentName": null,
676
+ "compoundFieldName": null,
677
+ "controllerName": null,
678
+ "controllingFields": [],
679
+ "createable": true,
680
+ "custom": false,
681
+ "dataType": "DateTime",
682
+ "externalId": false,
683
+ "extraTypeInfo": null,
684
+ "filterable": true,
685
+ "filteredLookupInfo": null,
686
+ "highScaleNumber": false,
687
+ "htmlFormatted": false,
688
+ "inlineHelpText": null,
689
+ "label": "Start Time",
690
+ "length": 0,
691
+ "maskType": null,
692
+ "nameField": false,
693
+ "polymorphicForeignKey": false,
694
+ "precision": 0,
695
+ "reference": false,
696
+ "referenceTargetField": null,
697
+ "referenceToInfos": [],
698
+ "relationshipName": null,
699
+ "required": false,
700
+ "scale": 0,
701
+ "searchPrefilterable": false,
702
+ "sortable": true,
703
+ "unique": false,
704
+ "updateable": true
705
+ },
706
+ "Status": {
707
+ "apiName": "Status",
708
+ "calculated": false,
709
+ "compound": false,
710
+ "compoundComponentName": null,
711
+ "compoundFieldName": null,
712
+ "controllerName": null,
713
+ "controllingFields": [],
714
+ "createable": true,
715
+ "custom": false,
716
+ "dataType": "Picklist",
717
+ "externalId": false,
718
+ "extraTypeInfo": null,
719
+ "filterable": true,
720
+ "filteredLookupInfo": null,
721
+ "highScaleNumber": false,
722
+ "htmlFormatted": false,
723
+ "inlineHelpText": null,
724
+ "label": "Status",
725
+ "length": 40,
726
+ "maskType": null,
727
+ "nameField": false,
728
+ "polymorphicForeignKey": false,
729
+ "precision": 0,
730
+ "reference": false,
731
+ "referenceTargetField": null,
732
+ "referenceToInfos": [],
733
+ "relationshipName": null,
734
+ "required": false,
735
+ "scale": 0,
736
+ "searchPrefilterable": false,
737
+ "sortable": true,
738
+ "unique": false,
739
+ "updateable": true
740
+ },
741
+ "Subject": {
742
+ "apiName": "Subject",
743
+ "calculated": false,
744
+ "compound": false,
745
+ "compoundComponentName": null,
746
+ "compoundFieldName": null,
747
+ "controllerName": null,
748
+ "controllingFields": [],
749
+ "createable": true,
750
+ "custom": false,
751
+ "dataType": "String",
752
+ "externalId": false,
753
+ "extraTypeInfo": null,
754
+ "filterable": true,
755
+ "filteredLookupInfo": null,
756
+ "highScaleNumber": false,
757
+ "htmlFormatted": false,
758
+ "inlineHelpText": null,
759
+ "label": "Subject",
760
+ "length": 255,
761
+ "maskType": null,
762
+ "nameField": false,
763
+ "polymorphicForeignKey": false,
764
+ "precision": 0,
765
+ "reference": false,
766
+ "referenceTargetField": null,
767
+ "referenceToInfos": [],
768
+ "relationshipName": null,
769
+ "required": false,
770
+ "scale": 0,
771
+ "searchPrefilterable": false,
772
+ "sortable": true,
773
+ "unique": false,
774
+ "updateable": true
775
+ },
776
+ "SystemModstamp": {
777
+ "apiName": "SystemModstamp",
778
+ "calculated": false,
779
+ "compound": false,
780
+ "compoundComponentName": null,
781
+ "compoundFieldName": null,
782
+ "controllerName": null,
783
+ "controllingFields": [],
784
+ "createable": false,
785
+ "custom": false,
786
+ "dataType": "DateTime",
787
+ "externalId": false,
788
+ "extraTypeInfo": null,
789
+ "filterable": true,
790
+ "filteredLookupInfo": null,
791
+ "highScaleNumber": false,
792
+ "htmlFormatted": false,
793
+ "inlineHelpText": null,
794
+ "label": "System Modstamp",
795
+ "length": 0,
796
+ "maskType": null,
797
+ "nameField": false,
798
+ "polymorphicForeignKey": false,
799
+ "precision": 0,
800
+ "reference": false,
801
+ "referenceTargetField": null,
802
+ "referenceToInfos": [],
803
+ "relationshipName": null,
804
+ "required": true,
805
+ "scale": 0,
806
+ "searchPrefilterable": false,
807
+ "sortable": true,
808
+ "unique": false,
809
+ "updateable": false
810
+ },
811
+ "TimeSheetEntryNumber": {
812
+ "apiName": "TimeSheetEntryNumber",
813
+ "calculated": false,
814
+ "compound": false,
815
+ "compoundComponentName": null,
816
+ "compoundFieldName": null,
817
+ "controllerName": null,
818
+ "controllingFields": [],
819
+ "createable": false,
820
+ "custom": false,
821
+ "dataType": "String",
822
+ "externalId": false,
823
+ "extraTypeInfo": null,
824
+ "filterable": true,
825
+ "filteredLookupInfo": null,
826
+ "highScaleNumber": false,
827
+ "htmlFormatted": false,
828
+ "inlineHelpText": null,
829
+ "label": "Name",
830
+ "length": 255,
831
+ "maskType": null,
832
+ "nameField": true,
833
+ "polymorphicForeignKey": false,
834
+ "precision": 0,
835
+ "reference": false,
836
+ "referenceTargetField": null,
837
+ "referenceToInfos": [],
838
+ "relationshipName": null,
839
+ "required": true,
840
+ "scale": 0,
841
+ "searchPrefilterable": false,
842
+ "sortable": true,
843
+ "unique": false,
844
+ "updateable": false
845
+ },
846
+ "TimeSheetId": {
847
+ "apiName": "TimeSheetId",
848
+ "calculated": false,
849
+ "compound": false,
850
+ "compoundComponentName": null,
851
+ "compoundFieldName": null,
852
+ "controllerName": null,
853
+ "controllingFields": [],
854
+ "createable": true,
855
+ "custom": false,
856
+ "dataType": "Reference",
857
+ "externalId": false,
858
+ "extraTypeInfo": null,
859
+ "filterable": true,
860
+ "filteredLookupInfo": null,
861
+ "highScaleNumber": false,
862
+ "htmlFormatted": false,
863
+ "inlineHelpText": null,
864
+ "label": "Time Sheet ID",
865
+ "length": 18,
866
+ "maskType": null,
867
+ "nameField": false,
868
+ "polymorphicForeignKey": false,
869
+ "precision": 0,
870
+ "reference": true,
871
+ "referenceTargetField": null,
872
+ "referenceToInfos": [
873
+ {
874
+ "apiName": "TimeSheet",
875
+ "nameFields": ["TimeSheetNumber"]
876
+ }
877
+ ],
878
+ "relationshipName": "TimeSheet",
879
+ "required": true,
880
+ "scale": 0,
881
+ "searchPrefilterable": true,
882
+ "sortable": true,
883
+ "unique": false,
884
+ "updateable": false
885
+ },
886
+ "Type": {
887
+ "apiName": "Type",
888
+ "calculated": false,
889
+ "compound": false,
890
+ "compoundComponentName": null,
891
+ "compoundFieldName": null,
892
+ "controllerName": null,
893
+ "controllingFields": [],
894
+ "createable": true,
895
+ "custom": false,
896
+ "dataType": "Picklist",
897
+ "externalId": false,
898
+ "extraTypeInfo": null,
899
+ "filterable": true,
900
+ "filteredLookupInfo": null,
901
+ "highScaleNumber": false,
902
+ "htmlFormatted": false,
903
+ "inlineHelpText": null,
904
+ "label": "Type",
905
+ "length": 40,
906
+ "maskType": null,
907
+ "nameField": false,
908
+ "polymorphicForeignKey": false,
909
+ "precision": 0,
910
+ "reference": false,
911
+ "referenceTargetField": null,
912
+ "referenceToInfos": [],
913
+ "relationshipName": null,
914
+ "required": false,
915
+ "scale": 0,
916
+ "searchPrefilterable": false,
917
+ "sortable": true,
918
+ "unique": false,
919
+ "updateable": true
920
+ },
921
+ "WorkOrderId": {
922
+ "apiName": "WorkOrderId",
923
+ "calculated": false,
924
+ "compound": false,
925
+ "compoundComponentName": null,
926
+ "compoundFieldName": null,
927
+ "controllerName": null,
928
+ "controllingFields": [],
929
+ "createable": true,
930
+ "custom": false,
931
+ "dataType": "Reference",
932
+ "externalId": false,
933
+ "extraTypeInfo": null,
934
+ "filterable": true,
935
+ "filteredLookupInfo": null,
936
+ "highScaleNumber": false,
937
+ "htmlFormatted": false,
938
+ "inlineHelpText": null,
939
+ "label": "Work Order ID",
940
+ "length": 18,
941
+ "maskType": null,
942
+ "nameField": false,
943
+ "polymorphicForeignKey": false,
944
+ "precision": 0,
945
+ "reference": true,
946
+ "referenceTargetField": null,
947
+ "referenceToInfos": [
948
+ {
949
+ "apiName": "WorkOrder",
950
+ "nameFields": ["WorkOrderNumber"]
951
+ }
952
+ ],
953
+ "relationshipName": "WorkOrder",
954
+ "required": false,
955
+ "scale": 0,
956
+ "searchPrefilterable": true,
957
+ "sortable": true,
958
+ "unique": false,
959
+ "updateable": true
960
+ },
961
+ "WorkOrderLineItemId": {
962
+ "apiName": "WorkOrderLineItemId",
963
+ "calculated": false,
964
+ "compound": false,
965
+ "compoundComponentName": null,
966
+ "compoundFieldName": null,
967
+ "controllerName": null,
968
+ "controllingFields": [],
969
+ "createable": true,
970
+ "custom": false,
971
+ "dataType": "Reference",
972
+ "externalId": false,
973
+ "extraTypeInfo": null,
974
+ "filterable": true,
975
+ "filteredLookupInfo": null,
976
+ "highScaleNumber": false,
977
+ "htmlFormatted": false,
978
+ "inlineHelpText": null,
979
+ "label": "Work Order Line Item ID",
980
+ "length": 18,
981
+ "maskType": null,
982
+ "nameField": false,
983
+ "polymorphicForeignKey": false,
984
+ "precision": 0,
985
+ "reference": true,
986
+ "referenceTargetField": null,
987
+ "referenceToInfos": [
988
+ {
989
+ "apiName": "WorkOrderLineItem",
990
+ "nameFields": ["LineItemNumber"]
991
+ }
992
+ ],
993
+ "relationshipName": "WorkOrderLineItem",
994
+ "required": false,
995
+ "scale": 0,
996
+ "searchPrefilterable": true,
997
+ "sortable": true,
998
+ "unique": false,
999
+ "updateable": true
1000
+ }
1001
+ },
1002
+ "keyPrefix": "1te",
1003
+ "label": "Time Sheet Entry",
1004
+ "labelPlural": "Time Sheet Entries",
1005
+ "layoutable": true,
1006
+ "mruEnabled": true,
1007
+ "nameFields": ["TimeSheetEntryNumber"],
1008
+ "queryable": true,
1009
+ "recordTypeInfos": {
1010
+ "012000000000000AAA": {
1011
+ "available": true,
1012
+ "defaultRecordTypeMapping": true,
1013
+ "master": true,
1014
+ "name": "Master",
1015
+ "recordTypeId": "012000000000000AAA"
1016
+ }
1017
+ },
1018
+ "searchLayoutable": true,
1019
+ "searchable": true,
1020
+ "themeInfo": {
1021
+ "color": "7DC37D",
1022
+ "iconUrl": "https://corsa04-basic-2015690404.vpod.t.force.com/img/icon/t4v35/standard/timesheet_entry_120.png"
1023
+ },
1024
+ "updateable": true
1025
+ },
1026
+ "status": 200
1027
+ }