@salesforce/lds-worker-api 1.100.2

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