@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,863 @@
1
+ {
2
+ "status": 200,
3
+ "body": {
4
+ "apiName": "AssignedResource",
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": "AssignedResourceFeed",
17
+ "fieldName": "ParentId",
18
+ "junctionIdListNames": [],
19
+ "junctionReferenceTo": [],
20
+ "relationshipName": "Feeds"
21
+ },
22
+ {
23
+ "childObjectApiName": "AttachedContentDocument",
24
+ "fieldName": "LinkedEntityId",
25
+ "junctionIdListNames": [],
26
+ "junctionReferenceTo": [],
27
+ "relationshipName": "AttachedContentDocuments"
28
+ },
29
+ {
30
+ "childObjectApiName": "CombinedAttachment",
31
+ "fieldName": "ParentId",
32
+ "junctionIdListNames": [],
33
+ "junctionReferenceTo": [],
34
+ "relationshipName": "CombinedAttachments"
35
+ },
36
+ {
37
+ "childObjectApiName": "ContentDocumentLink",
38
+ "fieldName": "LinkedEntityId",
39
+ "junctionIdListNames": [],
40
+ "junctionReferenceTo": [],
41
+ "relationshipName": "ContentDocumentLinks"
42
+ },
43
+ {
44
+ "childObjectApiName": "EmailMessage",
45
+ "fieldName": "RelatedToId",
46
+ "junctionIdListNames": [],
47
+ "junctionReferenceTo": [],
48
+ "relationshipName": "Emails"
49
+ },
50
+ {
51
+ "childObjectApiName": "EntitySubscription",
52
+ "fieldName": "ParentId",
53
+ "junctionIdListNames": [],
54
+ "junctionReferenceTo": [],
55
+ "relationshipName": "FeedSubscriptionsForEntity"
56
+ },
57
+ {
58
+ "childObjectApiName": "Event",
59
+ "fieldName": "WhatId",
60
+ "junctionIdListNames": [],
61
+ "junctionReferenceTo": [],
62
+ "relationshipName": "Events"
63
+ },
64
+ {
65
+ "childObjectApiName": "OpenActivity",
66
+ "fieldName": "WhatId",
67
+ "junctionIdListNames": [],
68
+ "junctionReferenceTo": [],
69
+ "relationshipName": "OpenActivities"
70
+ },
71
+ {
72
+ "childObjectApiName": "ProcessInstance",
73
+ "fieldName": "TargetObjectId",
74
+ "junctionIdListNames": [],
75
+ "junctionReferenceTo": [],
76
+ "relationshipName": "ProcessInstances"
77
+ },
78
+ {
79
+ "childObjectApiName": "ProcessInstanceHistory",
80
+ "fieldName": "TargetObjectId",
81
+ "junctionIdListNames": [],
82
+ "junctionReferenceTo": [],
83
+ "relationshipName": "ProcessSteps"
84
+ },
85
+ {
86
+ "childObjectApiName": "RecordAction",
87
+ "fieldName": "RecordId",
88
+ "junctionIdListNames": [],
89
+ "junctionReferenceTo": [],
90
+ "relationshipName": "RecordActions"
91
+ },
92
+ {
93
+ "childObjectApiName": "RecordActionHistory",
94
+ "fieldName": "ParentRecordId",
95
+ "junctionIdListNames": [],
96
+ "junctionReferenceTo": [],
97
+ "relationshipName": "RecordActionHistories"
98
+ },
99
+ {
100
+ "childObjectApiName": "Task",
101
+ "fieldName": "WhatId",
102
+ "junctionIdListNames": [],
103
+ "junctionReferenceTo": [],
104
+ "relationshipName": "Tasks"
105
+ }
106
+ ],
107
+ "createable": true,
108
+ "custom": false,
109
+ "defaultRecordTypeId": null,
110
+ "deletable": true,
111
+ "dependentFields": {},
112
+ "eTag": "ffd65d1a6528e81da973d8139cc29612",
113
+ "feedEnabled": true,
114
+ "fields": {
115
+ "ActualTravelTime": {
116
+ "apiName": "ActualTravelTime",
117
+ "calculated": false,
118
+ "compound": false,
119
+ "compoundComponentName": null,
120
+ "compoundFieldName": null,
121
+ "controllerName": null,
122
+ "controllingFields": [],
123
+ "createable": false,
124
+ "custom": false,
125
+ "dataType": "Double",
126
+ "extraTypeInfo": null,
127
+ "filterable": true,
128
+ "filteredLookupInfo": null,
129
+ "highScaleNumber": false,
130
+ "htmlFormatted": false,
131
+ "inlineHelpText": null,
132
+ "label": "Actual Travel Time (Minutes)",
133
+ "length": 0,
134
+ "nameField": false,
135
+ "polymorphicForeignKey": false,
136
+ "precision": 18,
137
+ "reference": false,
138
+ "referenceTargetField": null,
139
+ "referenceToInfos": [],
140
+ "relationshipName": null,
141
+ "required": false,
142
+ "scale": 2,
143
+ "searchPrefilterable": false,
144
+ "sortable": true,
145
+ "unique": false,
146
+ "updateable": false
147
+ },
148
+ "AssignedResourceNumber": {
149
+ "apiName": "AssignedResourceNumber",
150
+ "calculated": false,
151
+ "compound": false,
152
+ "compoundComponentName": null,
153
+ "compoundFieldName": null,
154
+ "controllerName": null,
155
+ "controllingFields": [],
156
+ "createable": false,
157
+ "custom": false,
158
+ "dataType": "String",
159
+ "extraTypeInfo": null,
160
+ "filterable": true,
161
+ "filteredLookupInfo": null,
162
+ "highScaleNumber": false,
163
+ "htmlFormatted": false,
164
+ "inlineHelpText": null,
165
+ "label": "Assigned Resource Number",
166
+ "length": 255,
167
+ "nameField": true,
168
+ "polymorphicForeignKey": false,
169
+ "precision": 0,
170
+ "reference": false,
171
+ "referenceTargetField": null,
172
+ "referenceToInfos": [],
173
+ "relationshipName": null,
174
+ "required": true,
175
+ "scale": 0,
176
+ "searchPrefilterable": false,
177
+ "sortable": true,
178
+ "unique": false,
179
+ "updateable": false
180
+ },
181
+ "CloneSourceId": {
182
+ "apiName": "CloneSourceId",
183
+ "calculated": false,
184
+ "compound": false,
185
+ "compoundComponentName": null,
186
+ "compoundFieldName": null,
187
+ "controllerName": null,
188
+ "controllingFields": [],
189
+ "createable": false,
190
+ "custom": false,
191
+ "dataType": "Reference",
192
+ "extraTypeInfo": null,
193
+ "filterable": true,
194
+ "filteredLookupInfo": null,
195
+ "highScaleNumber": false,
196
+ "htmlFormatted": false,
197
+ "inlineHelpText": null,
198
+ "label": "Clone Source",
199
+ "length": 18,
200
+ "nameField": false,
201
+ "polymorphicForeignKey": false,
202
+ "precision": 0,
203
+ "reference": true,
204
+ "referenceTargetField": null,
205
+ "referenceToInfos": [],
206
+ "relationshipName": null,
207
+ "required": false,
208
+ "scale": 0,
209
+ "searchPrefilterable": false,
210
+ "sortable": true,
211
+ "unique": false,
212
+ "updateable": false
213
+ },
214
+ "CreatedById": {
215
+ "apiName": "CreatedById",
216
+ "calculated": false,
217
+ "compound": false,
218
+ "compoundComponentName": null,
219
+ "compoundFieldName": null,
220
+ "controllerName": null,
221
+ "controllingFields": [],
222
+ "createable": false,
223
+ "custom": false,
224
+ "dataType": "Reference",
225
+ "extraTypeInfo": null,
226
+ "filterable": true,
227
+ "filteredLookupInfo": null,
228
+ "highScaleNumber": false,
229
+ "htmlFormatted": false,
230
+ "inlineHelpText": null,
231
+ "label": "Created By ID",
232
+ "length": 18,
233
+ "nameField": false,
234
+ "polymorphicForeignKey": false,
235
+ "precision": 0,
236
+ "reference": true,
237
+ "referenceTargetField": null,
238
+ "referenceToInfos": [
239
+ { "apiName": "User", "nameFields": ["FirstName", "LastName", "Name"] }
240
+ ],
241
+ "relationshipName": "CreatedBy",
242
+ "required": true,
243
+ "scale": 0,
244
+ "searchPrefilterable": false,
245
+ "sortable": true,
246
+ "unique": false,
247
+ "updateable": false
248
+ },
249
+ "CreatedDate": {
250
+ "apiName": "CreatedDate",
251
+ "calculated": false,
252
+ "compound": false,
253
+ "compoundComponentName": null,
254
+ "compoundFieldName": null,
255
+ "controllerName": null,
256
+ "controllingFields": [],
257
+ "createable": true,
258
+ "custom": false,
259
+ "dataType": "DateTime",
260
+ "extraTypeInfo": null,
261
+ "filterable": true,
262
+ "filteredLookupInfo": null,
263
+ "highScaleNumber": false,
264
+ "htmlFormatted": false,
265
+ "inlineHelpText": null,
266
+ "label": "Created Date",
267
+ "length": 0,
268
+ "nameField": false,
269
+ "polymorphicForeignKey": false,
270
+ "precision": 0,
271
+ "reference": false,
272
+ "referenceTargetField": null,
273
+ "referenceToInfos": [],
274
+ "relationshipName": null,
275
+ "required": true,
276
+ "scale": 0,
277
+ "searchPrefilterable": false,
278
+ "sortable": true,
279
+ "unique": false,
280
+ "updateable": false
281
+ },
282
+ "EstimatedTravelTime": {
283
+ "apiName": "EstimatedTravelTime",
284
+ "calculated": false,
285
+ "compound": false,
286
+ "compoundComponentName": null,
287
+ "compoundFieldName": null,
288
+ "controllerName": null,
289
+ "controllingFields": [],
290
+ "createable": true,
291
+ "custom": false,
292
+ "dataType": "Double",
293
+ "extraTypeInfo": null,
294
+ "filterable": true,
295
+ "filteredLookupInfo": null,
296
+ "highScaleNumber": false,
297
+ "htmlFormatted": false,
298
+ "inlineHelpText": null,
299
+ "label": "Estimated Travel Time (Minutes)",
300
+ "length": 0,
301
+ "nameField": false,
302
+ "polymorphicForeignKey": false,
303
+ "precision": 18,
304
+ "reference": false,
305
+ "referenceTargetField": null,
306
+ "referenceToInfos": [],
307
+ "relationshipName": null,
308
+ "required": false,
309
+ "scale": 2,
310
+ "searchPrefilterable": false,
311
+ "sortable": true,
312
+ "unique": false,
313
+ "updateable": true
314
+ },
315
+ "FSL__EstimatedTravelDistanceFrom__c": {
316
+ "apiName": "FSL__EstimatedTravelDistanceFrom__c",
317
+ "calculated": false,
318
+ "compound": false,
319
+ "compoundComponentName": null,
320
+ "compoundFieldName": null,
321
+ "controllerName": null,
322
+ "controllingFields": [],
323
+ "createable": true,
324
+ "custom": true,
325
+ "dataType": "Double",
326
+ "extraTypeInfo": null,
327
+ "filterable": true,
328
+ "filteredLookupInfo": null,
329
+ "highScaleNumber": false,
330
+ "htmlFormatted": false,
331
+ "inlineHelpText": null,
332
+ "label": "Approximate Travel Distance From",
333
+ "length": 0,
334
+ "nameField": false,
335
+ "polymorphicForeignKey": false,
336
+ "precision": 18,
337
+ "reference": false,
338
+ "referenceTargetField": null,
339
+ "referenceToInfos": [],
340
+ "relationshipName": null,
341
+ "required": false,
342
+ "scale": 2,
343
+ "searchPrefilterable": false,
344
+ "sortable": true,
345
+ "unique": false,
346
+ "updateable": true
347
+ },
348
+ "FSL__EstimatedTravelDistanceTo__c": {
349
+ "apiName": "FSL__EstimatedTravelDistanceTo__c",
350
+ "calculated": false,
351
+ "compound": false,
352
+ "compoundComponentName": null,
353
+ "compoundFieldName": null,
354
+ "controllerName": null,
355
+ "controllingFields": [],
356
+ "createable": true,
357
+ "custom": true,
358
+ "dataType": "Double",
359
+ "extraTypeInfo": null,
360
+ "filterable": true,
361
+ "filteredLookupInfo": null,
362
+ "highScaleNumber": false,
363
+ "htmlFormatted": false,
364
+ "inlineHelpText": null,
365
+ "label": "Approximate Travel Distance To",
366
+ "length": 0,
367
+ "nameField": false,
368
+ "polymorphicForeignKey": false,
369
+ "precision": 18,
370
+ "reference": false,
371
+ "referenceTargetField": null,
372
+ "referenceToInfos": [],
373
+ "relationshipName": null,
374
+ "required": false,
375
+ "scale": 2,
376
+ "searchPrefilterable": false,
377
+ "sortable": true,
378
+ "unique": false,
379
+ "updateable": true
380
+ },
381
+ "FSL__EstimatedTravelTimeFrom__c": {
382
+ "apiName": "FSL__EstimatedTravelTimeFrom__c",
383
+ "calculated": false,
384
+ "compound": false,
385
+ "compoundComponentName": null,
386
+ "compoundFieldName": null,
387
+ "controllerName": null,
388
+ "controllingFields": [],
389
+ "createable": true,
390
+ "custom": true,
391
+ "dataType": "Double",
392
+ "extraTypeInfo": null,
393
+ "filterable": true,
394
+ "filteredLookupInfo": null,
395
+ "highScaleNumber": false,
396
+ "htmlFormatted": false,
397
+ "inlineHelpText": null,
398
+ "label": "Approximate Travel Time From (Minutes)",
399
+ "length": 0,
400
+ "nameField": false,
401
+ "polymorphicForeignKey": false,
402
+ "precision": 18,
403
+ "reference": false,
404
+ "referenceTargetField": null,
405
+ "referenceToInfos": [],
406
+ "relationshipName": null,
407
+ "required": false,
408
+ "scale": 2,
409
+ "searchPrefilterable": false,
410
+ "sortable": true,
411
+ "unique": false,
412
+ "updateable": true
413
+ },
414
+ "FSL__Last_Updated_Epoch__c": {
415
+ "apiName": "FSL__Last_Updated_Epoch__c",
416
+ "calculated": false,
417
+ "compound": false,
418
+ "compoundComponentName": null,
419
+ "compoundFieldName": null,
420
+ "controllerName": null,
421
+ "controllingFields": [],
422
+ "createable": true,
423
+ "custom": true,
424
+ "dataType": "Double",
425
+ "extraTypeInfo": null,
426
+ "filterable": true,
427
+ "filteredLookupInfo": null,
428
+ "highScaleNumber": false,
429
+ "htmlFormatted": false,
430
+ "inlineHelpText": null,
431
+ "label": "Last Updated Epoch",
432
+ "length": 0,
433
+ "nameField": false,
434
+ "polymorphicForeignKey": false,
435
+ "precision": 18,
436
+ "reference": false,
437
+ "referenceTargetField": null,
438
+ "referenceToInfos": [],
439
+ "relationshipName": null,
440
+ "required": false,
441
+ "scale": 0,
442
+ "searchPrefilterable": false,
443
+ "sortable": true,
444
+ "unique": false,
445
+ "updateable": true
446
+ },
447
+ "FSL__UpdatedByOptimization__c": {
448
+ "apiName": "FSL__UpdatedByOptimization__c",
449
+ "calculated": false,
450
+ "compound": false,
451
+ "compoundComponentName": null,
452
+ "compoundFieldName": null,
453
+ "controllerName": null,
454
+ "controllingFields": [],
455
+ "createable": true,
456
+ "custom": true,
457
+ "dataType": "Boolean",
458
+ "extraTypeInfo": null,
459
+ "filterable": true,
460
+ "filteredLookupInfo": null,
461
+ "highScaleNumber": false,
462
+ "htmlFormatted": false,
463
+ "inlineHelpText": null,
464
+ "label": "UpdatedByOptimization",
465
+ "length": 0,
466
+ "nameField": false,
467
+ "polymorphicForeignKey": false,
468
+ "precision": 0,
469
+ "reference": false,
470
+ "referenceTargetField": null,
471
+ "referenceToInfos": [],
472
+ "relationshipName": null,
473
+ "required": true,
474
+ "scale": 0,
475
+ "searchPrefilterable": false,
476
+ "sortable": true,
477
+ "unique": false,
478
+ "updateable": true
479
+ },
480
+ "FSL__calculated_duration__c": {
481
+ "apiName": "FSL__calculated_duration__c",
482
+ "calculated": false,
483
+ "compound": false,
484
+ "compoundComponentName": null,
485
+ "compoundFieldName": null,
486
+ "controllerName": null,
487
+ "controllingFields": [],
488
+ "createable": true,
489
+ "custom": true,
490
+ "dataType": "Double",
491
+ "extraTypeInfo": null,
492
+ "filterable": true,
493
+ "filteredLookupInfo": null,
494
+ "highScaleNumber": false,
495
+ "htmlFormatted": false,
496
+ "inlineHelpText": null,
497
+ "label": "calculated duration (Minutes)",
498
+ "length": 0,
499
+ "nameField": false,
500
+ "polymorphicForeignKey": false,
501
+ "precision": 18,
502
+ "reference": false,
503
+ "referenceTargetField": null,
504
+ "referenceToInfos": [],
505
+ "relationshipName": null,
506
+ "required": false,
507
+ "scale": 0,
508
+ "searchPrefilterable": false,
509
+ "sortable": true,
510
+ "unique": false,
511
+ "updateable": true
512
+ },
513
+ "Id": {
514
+ "apiName": "Id",
515
+ "calculated": false,
516
+ "compound": false,
517
+ "compoundComponentName": null,
518
+ "compoundFieldName": null,
519
+ "controllerName": null,
520
+ "controllingFields": [],
521
+ "createable": false,
522
+ "custom": false,
523
+ "dataType": "String",
524
+ "extraTypeInfo": null,
525
+ "filterable": true,
526
+ "filteredLookupInfo": null,
527
+ "highScaleNumber": false,
528
+ "htmlFormatted": false,
529
+ "inlineHelpText": null,
530
+ "label": "Assigned Resource ID",
531
+ "length": 18,
532
+ "nameField": false,
533
+ "polymorphicForeignKey": false,
534
+ "precision": 0,
535
+ "reference": false,
536
+ "referenceTargetField": null,
537
+ "referenceToInfos": [],
538
+ "relationshipName": null,
539
+ "required": true,
540
+ "scale": 0,
541
+ "searchPrefilterable": false,
542
+ "sortable": true,
543
+ "unique": false,
544
+ "updateable": false
545
+ },
546
+ "IsDeleted": {
547
+ "apiName": "IsDeleted",
548
+ "calculated": false,
549
+ "compound": false,
550
+ "compoundComponentName": null,
551
+ "compoundFieldName": null,
552
+ "controllerName": null,
553
+ "controllingFields": [],
554
+ "createable": false,
555
+ "custom": false,
556
+ "dataType": "Boolean",
557
+ "extraTypeInfo": null,
558
+ "filterable": true,
559
+ "filteredLookupInfo": null,
560
+ "highScaleNumber": false,
561
+ "htmlFormatted": false,
562
+ "inlineHelpText": null,
563
+ "label": "Deleted",
564
+ "length": 0,
565
+ "nameField": false,
566
+ "polymorphicForeignKey": false,
567
+ "precision": 0,
568
+ "reference": false,
569
+ "referenceTargetField": null,
570
+ "referenceToInfos": [],
571
+ "relationshipName": null,
572
+ "required": true,
573
+ "scale": 0,
574
+ "searchPrefilterable": false,
575
+ "sortable": true,
576
+ "unique": false,
577
+ "updateable": false
578
+ },
579
+ "IsLocked": {
580
+ "apiName": "IsLocked",
581
+ "calculated": false,
582
+ "compound": false,
583
+ "compoundComponentName": null,
584
+ "compoundFieldName": null,
585
+ "controllerName": null,
586
+ "controllingFields": [],
587
+ "createable": false,
588
+ "custom": false,
589
+ "dataType": "Boolean",
590
+ "extraTypeInfo": null,
591
+ "filterable": true,
592
+ "filteredLookupInfo": null,
593
+ "highScaleNumber": false,
594
+ "htmlFormatted": false,
595
+ "inlineHelpText": null,
596
+ "label": "Is Locked",
597
+ "length": 0,
598
+ "nameField": false,
599
+ "polymorphicForeignKey": false,
600
+ "precision": 0,
601
+ "reference": false,
602
+ "referenceTargetField": null,
603
+ "referenceToInfos": [],
604
+ "relationshipName": null,
605
+ "required": true,
606
+ "scale": 0,
607
+ "searchPrefilterable": false,
608
+ "sortable": true,
609
+ "unique": false,
610
+ "updateable": false
611
+ },
612
+ "LastModifiedById": {
613
+ "apiName": "LastModifiedById",
614
+ "calculated": false,
615
+ "compound": false,
616
+ "compoundComponentName": null,
617
+ "compoundFieldName": null,
618
+ "controllerName": null,
619
+ "controllingFields": [],
620
+ "createable": false,
621
+ "custom": false,
622
+ "dataType": "Reference",
623
+ "extraTypeInfo": null,
624
+ "filterable": true,
625
+ "filteredLookupInfo": null,
626
+ "highScaleNumber": false,
627
+ "htmlFormatted": false,
628
+ "inlineHelpText": null,
629
+ "label": "Last Modified By ID",
630
+ "length": 18,
631
+ "nameField": false,
632
+ "polymorphicForeignKey": false,
633
+ "precision": 0,
634
+ "reference": true,
635
+ "referenceTargetField": null,
636
+ "referenceToInfos": [
637
+ { "apiName": "User", "nameFields": ["FirstName", "LastName", "Name"] }
638
+ ],
639
+ "relationshipName": "LastModifiedBy",
640
+ "required": true,
641
+ "scale": 0,
642
+ "searchPrefilterable": false,
643
+ "sortable": true,
644
+ "unique": false,
645
+ "updateable": false
646
+ },
647
+ "LastModifiedDate": {
648
+ "apiName": "LastModifiedDate",
649
+ "calculated": false,
650
+ "compound": false,
651
+ "compoundComponentName": null,
652
+ "compoundFieldName": null,
653
+ "controllerName": null,
654
+ "controllingFields": [],
655
+ "createable": true,
656
+ "custom": false,
657
+ "dataType": "DateTime",
658
+ "extraTypeInfo": null,
659
+ "filterable": true,
660
+ "filteredLookupInfo": null,
661
+ "highScaleNumber": false,
662
+ "htmlFormatted": false,
663
+ "inlineHelpText": null,
664
+ "label": "Last Modified Date",
665
+ "length": 0,
666
+ "nameField": false,
667
+ "polymorphicForeignKey": false,
668
+ "precision": 0,
669
+ "reference": false,
670
+ "referenceTargetField": null,
671
+ "referenceToInfos": [],
672
+ "relationshipName": null,
673
+ "required": true,
674
+ "scale": 0,
675
+ "searchPrefilterable": false,
676
+ "sortable": true,
677
+ "unique": false,
678
+ "updateable": true
679
+ },
680
+ "MayEdit": {
681
+ "apiName": "MayEdit",
682
+ "calculated": false,
683
+ "compound": false,
684
+ "compoundComponentName": null,
685
+ "compoundFieldName": null,
686
+ "controllerName": null,
687
+ "controllingFields": [],
688
+ "createable": false,
689
+ "custom": false,
690
+ "dataType": "Boolean",
691
+ "extraTypeInfo": null,
692
+ "filterable": true,
693
+ "filteredLookupInfo": null,
694
+ "highScaleNumber": false,
695
+ "htmlFormatted": false,
696
+ "inlineHelpText": null,
697
+ "label": "May Edit",
698
+ "length": 0,
699
+ "nameField": false,
700
+ "polymorphicForeignKey": false,
701
+ "precision": 0,
702
+ "reference": false,
703
+ "referenceTargetField": null,
704
+ "referenceToInfos": [],
705
+ "relationshipName": null,
706
+ "required": true,
707
+ "scale": 0,
708
+ "searchPrefilterable": false,
709
+ "sortable": true,
710
+ "unique": false,
711
+ "updateable": false
712
+ },
713
+ "ServiceAppointmentId": {
714
+ "apiName": "ServiceAppointmentId",
715
+ "calculated": false,
716
+ "compound": false,
717
+ "compoundComponentName": null,
718
+ "compoundFieldName": null,
719
+ "controllerName": null,
720
+ "controllingFields": [],
721
+ "createable": true,
722
+ "custom": false,
723
+ "dataType": "Reference",
724
+ "extraTypeInfo": null,
725
+ "filterable": true,
726
+ "filteredLookupInfo": null,
727
+ "highScaleNumber": false,
728
+ "htmlFormatted": false,
729
+ "inlineHelpText": null,
730
+ "label": "Service Appointment ID",
731
+ "length": 18,
732
+ "nameField": false,
733
+ "polymorphicForeignKey": false,
734
+ "precision": 0,
735
+ "reference": true,
736
+ "referenceTargetField": null,
737
+ "referenceToInfos": [
738
+ { "apiName": "ServiceAppointment", "nameFields": ["AppointmentNumber"] }
739
+ ],
740
+ "relationshipName": "ServiceAppointment",
741
+ "required": true,
742
+ "scale": 0,
743
+ "searchPrefilterable": false,
744
+ "sortable": true,
745
+ "unique": false,
746
+ "updateable": false
747
+ },
748
+ "ServiceCrewId": {
749
+ "apiName": "ServiceCrewId",
750
+ "calculated": false,
751
+ "compound": false,
752
+ "compoundComponentName": null,
753
+ "compoundFieldName": null,
754
+ "controllerName": null,
755
+ "controllingFields": [],
756
+ "createable": true,
757
+ "custom": false,
758
+ "dataType": "Reference",
759
+ "extraTypeInfo": null,
760
+ "filterable": true,
761
+ "filteredLookupInfo": null,
762
+ "highScaleNumber": false,
763
+ "htmlFormatted": false,
764
+ "inlineHelpText": null,
765
+ "label": "Service Crew ID",
766
+ "length": 18,
767
+ "nameField": false,
768
+ "polymorphicForeignKey": false,
769
+ "precision": 0,
770
+ "reference": true,
771
+ "referenceTargetField": null,
772
+ "referenceToInfos": [{ "apiName": "ServiceCrew", "nameFields": ["Name"] }],
773
+ "relationshipName": "ServiceCrew",
774
+ "required": false,
775
+ "scale": 0,
776
+ "searchPrefilterable": false,
777
+ "sortable": true,
778
+ "unique": false,
779
+ "updateable": true
780
+ },
781
+ "ServiceResourceId": {
782
+ "apiName": "ServiceResourceId",
783
+ "calculated": false,
784
+ "compound": false,
785
+ "compoundComponentName": null,
786
+ "compoundFieldName": null,
787
+ "controllerName": null,
788
+ "controllingFields": [],
789
+ "createable": true,
790
+ "custom": false,
791
+ "dataType": "Reference",
792
+ "extraTypeInfo": null,
793
+ "filterable": true,
794
+ "filteredLookupInfo": null,
795
+ "highScaleNumber": false,
796
+ "htmlFormatted": false,
797
+ "inlineHelpText": null,
798
+ "label": "Service Resource ID",
799
+ "length": 18,
800
+ "nameField": false,
801
+ "polymorphicForeignKey": false,
802
+ "precision": 0,
803
+ "reference": true,
804
+ "referenceTargetField": null,
805
+ "referenceToInfos": [{ "apiName": "ServiceResource", "nameFields": ["Name"] }],
806
+ "relationshipName": "ServiceResource",
807
+ "required": true,
808
+ "scale": 0,
809
+ "searchPrefilterable": false,
810
+ "sortable": true,
811
+ "unique": false,
812
+ "updateable": true
813
+ },
814
+ "SystemModstamp": {
815
+ "apiName": "SystemModstamp",
816
+ "calculated": false,
817
+ "compound": false,
818
+ "compoundComponentName": null,
819
+ "compoundFieldName": null,
820
+ "controllerName": null,
821
+ "controllingFields": [],
822
+ "createable": false,
823
+ "custom": false,
824
+ "dataType": "DateTime",
825
+ "extraTypeInfo": null,
826
+ "filterable": true,
827
+ "filteredLookupInfo": null,
828
+ "highScaleNumber": false,
829
+ "htmlFormatted": false,
830
+ "inlineHelpText": null,
831
+ "label": "System Modstamp",
832
+ "length": 0,
833
+ "nameField": false,
834
+ "polymorphicForeignKey": false,
835
+ "precision": 0,
836
+ "reference": false,
837
+ "referenceTargetField": null,
838
+ "referenceToInfos": [],
839
+ "relationshipName": null,
840
+ "required": true,
841
+ "scale": 0,
842
+ "searchPrefilterable": false,
843
+ "sortable": true,
844
+ "unique": false,
845
+ "updateable": false
846
+ }
847
+ },
848
+ "keyPrefix": "03r",
849
+ "label": "Assigned Resource",
850
+ "labelPlural": "Assigned Resources",
851
+ "layoutable": true,
852
+ "mruEnabled": false,
853
+ "nameFields": ["AssignedResourceNumber"],
854
+ "queryable": true,
855
+ "recordTypeInfos": {},
856
+ "searchable": false,
857
+ "themeInfo": {
858
+ "color": "7E8BE4",
859
+ "iconUrl": "https://corsa04-basic-2015680170.vpod.t.force.com/img/icon/t4v35/standard/service_resource_120.png"
860
+ },
861
+ "updateable": true
862
+ }
863
+ }