@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,1316 @@
1
+ {
2
+ "status": 200,
3
+ "body": {
4
+ "apiName": "ServiceResource",
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": "AssignedResource",
17
+ "fieldName": "ServiceResourceId",
18
+ "junctionIdListNames": [],
19
+ "junctionReferenceTo": [],
20
+ "relationshipName": "ServiceAppointments"
21
+ },
22
+ {
23
+ "childObjectApiName": "AttachedContentDocument",
24
+ "fieldName": "LinkedEntityId",
25
+ "junctionIdListNames": [],
26
+ "junctionReferenceTo": [],
27
+ "relationshipName": "AttachedContentDocuments"
28
+ },
29
+ {
30
+ "childObjectApiName": "Attachment",
31
+ "fieldName": "ParentId",
32
+ "junctionIdListNames": [],
33
+ "junctionReferenceTo": [],
34
+ "relationshipName": "Attachments"
35
+ },
36
+ {
37
+ "childObjectApiName": "CombinedAttachment",
38
+ "fieldName": "ParentId",
39
+ "junctionIdListNames": [],
40
+ "junctionReferenceTo": [],
41
+ "relationshipName": "CombinedAttachments"
42
+ },
43
+ {
44
+ "childObjectApiName": "ContentDocumentLink",
45
+ "fieldName": "LinkedEntityId",
46
+ "junctionIdListNames": [],
47
+ "junctionReferenceTo": [],
48
+ "relationshipName": "ContentDocumentLinks"
49
+ },
50
+ {
51
+ "childObjectApiName": "EmailMessage",
52
+ "fieldName": "RelatedToId",
53
+ "junctionIdListNames": [],
54
+ "junctionReferenceTo": [],
55
+ "relationshipName": "Emails"
56
+ },
57
+ {
58
+ "childObjectApiName": "EntitySubscription",
59
+ "fieldName": "ParentId",
60
+ "junctionIdListNames": [],
61
+ "junctionReferenceTo": [],
62
+ "relationshipName": "FeedSubscriptionsForEntity"
63
+ },
64
+ {
65
+ "childObjectApiName": "Event",
66
+ "fieldName": "WhatId",
67
+ "junctionIdListNames": [],
68
+ "junctionReferenceTo": [],
69
+ "relationshipName": "Events"
70
+ },
71
+ {
72
+ "childObjectApiName": "Note",
73
+ "fieldName": "ParentId",
74
+ "junctionIdListNames": [],
75
+ "junctionReferenceTo": [],
76
+ "relationshipName": "Notes"
77
+ },
78
+ {
79
+ "childObjectApiName": "NoteAndAttachment",
80
+ "fieldName": "ParentId",
81
+ "junctionIdListNames": [],
82
+ "junctionReferenceTo": [],
83
+ "relationshipName": "NotesAndAttachments"
84
+ },
85
+ {
86
+ "childObjectApiName": "OpenActivity",
87
+ "fieldName": "WhatId",
88
+ "junctionIdListNames": [],
89
+ "junctionReferenceTo": [],
90
+ "relationshipName": "OpenActivities"
91
+ },
92
+ {
93
+ "childObjectApiName": "ProcessInstance",
94
+ "fieldName": "TargetObjectId",
95
+ "junctionIdListNames": [],
96
+ "junctionReferenceTo": [],
97
+ "relationshipName": "ProcessInstances"
98
+ },
99
+ {
100
+ "childObjectApiName": "ProcessInstanceHistory",
101
+ "fieldName": "TargetObjectId",
102
+ "junctionIdListNames": [],
103
+ "junctionReferenceTo": [],
104
+ "relationshipName": "ProcessSteps"
105
+ },
106
+ {
107
+ "childObjectApiName": "RecordAction",
108
+ "fieldName": "RecordId",
109
+ "junctionIdListNames": [],
110
+ "junctionReferenceTo": [],
111
+ "relationshipName": "RecordActions"
112
+ },
113
+ {
114
+ "childObjectApiName": "RecordActionHistory",
115
+ "fieldName": "ParentRecordId",
116
+ "junctionIdListNames": [],
117
+ "junctionReferenceTo": [],
118
+ "relationshipName": "RecordActionHistories"
119
+ },
120
+ {
121
+ "childObjectApiName": "ResourceAbsence",
122
+ "fieldName": "ResourceId",
123
+ "junctionIdListNames": [],
124
+ "junctionReferenceTo": [],
125
+ "relationshipName": "ResourceAbsences"
126
+ },
127
+ {
128
+ "childObjectApiName": "ResourcePreference",
129
+ "fieldName": "ServiceResourceId",
130
+ "junctionIdListNames": [],
131
+ "junctionReferenceTo": [],
132
+ "relationshipName": "ResourcePreferences"
133
+ },
134
+ {
135
+ "childObjectApiName": "ServiceAppointment",
136
+ "fieldName": "ServiceResourceId__c",
137
+ "junctionIdListNames": [],
138
+ "junctionReferenceTo": [],
139
+ "relationshipName": "Service_Appointments__r"
140
+ },
141
+ {
142
+ "childObjectApiName": "ServiceCrewMember",
143
+ "fieldName": "ServiceResourceId",
144
+ "junctionIdListNames": [],
145
+ "junctionReferenceTo": [],
146
+ "relationshipName": "ServiceCrewMembers"
147
+ },
148
+ {
149
+ "childObjectApiName": "ServiceResourceCapacity",
150
+ "fieldName": "ServiceResourceId",
151
+ "junctionIdListNames": [],
152
+ "junctionReferenceTo": [],
153
+ "relationshipName": "ServiceResourceCapacities"
154
+ },
155
+ {
156
+ "childObjectApiName": "ServiceResourceFeed",
157
+ "fieldName": "ParentId",
158
+ "junctionIdListNames": [],
159
+ "junctionReferenceTo": [],
160
+ "relationshipName": "Feeds"
161
+ },
162
+ {
163
+ "childObjectApiName": "ServiceResourceHistory",
164
+ "fieldName": "ServiceResourceId",
165
+ "junctionIdListNames": [],
166
+ "junctionReferenceTo": [],
167
+ "relationshipName": "Histories"
168
+ },
169
+ {
170
+ "childObjectApiName": "ServiceResourceShare",
171
+ "fieldName": "ParentId",
172
+ "junctionIdListNames": [],
173
+ "junctionReferenceTo": [],
174
+ "relationshipName": "Shares"
175
+ },
176
+ {
177
+ "childObjectApiName": "ServiceResourceSkill",
178
+ "fieldName": "ServiceResourceId",
179
+ "junctionIdListNames": [],
180
+ "junctionReferenceTo": [],
181
+ "relationshipName": "ServiceResourceSkills"
182
+ },
183
+ {
184
+ "childObjectApiName": "ServiceTerritoryMember",
185
+ "fieldName": "ServiceResourceId",
186
+ "junctionIdListNames": [],
187
+ "junctionReferenceTo": [],
188
+ "relationshipName": "ServiceTerritories"
189
+ },
190
+ {
191
+ "childObjectApiName": "Shift",
192
+ "fieldName": "ServiceResourceId",
193
+ "junctionIdListNames": [],
194
+ "junctionReferenceTo": [],
195
+ "relationshipName": "ShiftServiceResources"
196
+ },
197
+ {
198
+ "childObjectApiName": "Task",
199
+ "fieldName": "WhatId",
200
+ "junctionIdListNames": [],
201
+ "junctionReferenceTo": [],
202
+ "relationshipName": "Tasks"
203
+ },
204
+ {
205
+ "childObjectApiName": "TimeSheet",
206
+ "fieldName": "ServiceResourceId",
207
+ "junctionIdListNames": [],
208
+ "junctionReferenceTo": [],
209
+ "relationshipName": "TimeSheets"
210
+ },
211
+ {
212
+ "childObjectApiName": "TopicAssignment",
213
+ "fieldName": "EntityId",
214
+ "junctionIdListNames": [],
215
+ "junctionReferenceTo": [],
216
+ "relationshipName": "TopicAssignments"
217
+ }
218
+ ],
219
+ "createable": true,
220
+ "custom": false,
221
+ "defaultRecordTypeId": "012000000000000AAA",
222
+ "deletable": false,
223
+ "dependentFields": {},
224
+ "eTag": "36c80513ed0f46a99f7b6009c66cc11e",
225
+ "feedEnabled": false,
226
+ "fields": {
227
+ "AccountId": {
228
+ "apiName": "AccountId",
229
+ "calculated": false,
230
+ "compound": false,
231
+ "compoundComponentName": null,
232
+ "compoundFieldName": null,
233
+ "controllerName": null,
234
+ "controllingFields": [],
235
+ "createable": true,
236
+ "custom": false,
237
+ "dataType": "Reference",
238
+ "extraTypeInfo": null,
239
+ "filterable": true,
240
+ "filteredLookupInfo": null,
241
+ "highScaleNumber": false,
242
+ "htmlFormatted": false,
243
+ "inlineHelpText": null,
244
+ "label": "Account ID",
245
+ "length": 18,
246
+ "nameField": false,
247
+ "polymorphicForeignKey": false,
248
+ "precision": 0,
249
+ "reference": true,
250
+ "referenceTargetField": null,
251
+ "referenceToInfos": [{ "apiName": "Account", "nameFields": ["Name"] }],
252
+ "relationshipName": "Account",
253
+ "required": false,
254
+ "scale": 0,
255
+ "searchPrefilterable": true,
256
+ "sortable": true,
257
+ "unique": false,
258
+ "updateable": true
259
+ },
260
+ "CloneSourceId": {
261
+ "apiName": "CloneSourceId",
262
+ "calculated": false,
263
+ "compound": false,
264
+ "compoundComponentName": null,
265
+ "compoundFieldName": null,
266
+ "controllerName": null,
267
+ "controllingFields": [],
268
+ "createable": false,
269
+ "custom": false,
270
+ "dataType": "Reference",
271
+ "extraTypeInfo": null,
272
+ "filterable": true,
273
+ "filteredLookupInfo": null,
274
+ "highScaleNumber": false,
275
+ "htmlFormatted": false,
276
+ "inlineHelpText": null,
277
+ "label": "Clone Source",
278
+ "length": 18,
279
+ "nameField": false,
280
+ "polymorphicForeignKey": false,
281
+ "precision": 0,
282
+ "reference": true,
283
+ "referenceTargetField": null,
284
+ "referenceToInfos": [],
285
+ "relationshipName": null,
286
+ "required": false,
287
+ "scale": 0,
288
+ "searchPrefilterable": false,
289
+ "sortable": true,
290
+ "unique": false,
291
+ "updateable": false
292
+ },
293
+ "CreatedById": {
294
+ "apiName": "CreatedById",
295
+ "calculated": false,
296
+ "compound": false,
297
+ "compoundComponentName": null,
298
+ "compoundFieldName": null,
299
+ "controllerName": null,
300
+ "controllingFields": [],
301
+ "createable": false,
302
+ "custom": false,
303
+ "dataType": "Reference",
304
+ "extraTypeInfo": null,
305
+ "filterable": true,
306
+ "filteredLookupInfo": null,
307
+ "highScaleNumber": false,
308
+ "htmlFormatted": false,
309
+ "inlineHelpText": null,
310
+ "label": "Created By ID",
311
+ "length": 18,
312
+ "nameField": false,
313
+ "polymorphicForeignKey": false,
314
+ "precision": 0,
315
+ "reference": true,
316
+ "referenceTargetField": null,
317
+ "referenceToInfos": [
318
+ { "apiName": "User", "nameFields": ["FirstName", "LastName", "Name"] }
319
+ ],
320
+ "relationshipName": "CreatedBy",
321
+ "required": true,
322
+ "scale": 0,
323
+ "searchPrefilterable": false,
324
+ "sortable": true,
325
+ "unique": false,
326
+ "updateable": false
327
+ },
328
+ "CreatedDate": {
329
+ "apiName": "CreatedDate",
330
+ "calculated": false,
331
+ "compound": false,
332
+ "compoundComponentName": null,
333
+ "compoundFieldName": null,
334
+ "controllerName": null,
335
+ "controllingFields": [],
336
+ "createable": true,
337
+ "custom": false,
338
+ "dataType": "DateTime",
339
+ "extraTypeInfo": null,
340
+ "filterable": true,
341
+ "filteredLookupInfo": null,
342
+ "highScaleNumber": false,
343
+ "htmlFormatted": false,
344
+ "inlineHelpText": null,
345
+ "label": "Created Date",
346
+ "length": 0,
347
+ "nameField": false,
348
+ "polymorphicForeignKey": false,
349
+ "precision": 0,
350
+ "reference": false,
351
+ "referenceTargetField": null,
352
+ "referenceToInfos": [],
353
+ "relationshipName": null,
354
+ "required": true,
355
+ "scale": 0,
356
+ "searchPrefilterable": false,
357
+ "sortable": true,
358
+ "unique": false,
359
+ "updateable": false
360
+ },
361
+ "Description": {
362
+ "apiName": "Description",
363
+ "calculated": false,
364
+ "compound": false,
365
+ "compoundComponentName": null,
366
+ "compoundFieldName": null,
367
+ "controllerName": null,
368
+ "controllingFields": [],
369
+ "createable": true,
370
+ "custom": false,
371
+ "dataType": "TextArea",
372
+ "extraTypeInfo": "PlainTextArea",
373
+ "filterable": false,
374
+ "filteredLookupInfo": null,
375
+ "highScaleNumber": false,
376
+ "htmlFormatted": false,
377
+ "inlineHelpText": null,
378
+ "label": "Description",
379
+ "length": 32000,
380
+ "nameField": false,
381
+ "polymorphicForeignKey": false,
382
+ "precision": 0,
383
+ "reference": false,
384
+ "referenceTargetField": null,
385
+ "referenceToInfos": [],
386
+ "relationshipName": null,
387
+ "required": false,
388
+ "scale": 0,
389
+ "searchPrefilterable": false,
390
+ "sortable": false,
391
+ "unique": false,
392
+ "updateable": true
393
+ },
394
+ "FSL__Efficiency__c": {
395
+ "apiName": "FSL__Efficiency__c",
396
+ "calculated": false,
397
+ "compound": false,
398
+ "compoundComponentName": null,
399
+ "compoundFieldName": null,
400
+ "controllerName": null,
401
+ "controllingFields": [],
402
+ "createable": true,
403
+ "custom": true,
404
+ "dataType": "Double",
405
+ "extraTypeInfo": null,
406
+ "filterable": true,
407
+ "filteredLookupInfo": null,
408
+ "highScaleNumber": false,
409
+ "htmlFormatted": false,
410
+ "inlineHelpText": null,
411
+ "label": "Efficiency",
412
+ "length": 0,
413
+ "nameField": false,
414
+ "polymorphicForeignKey": false,
415
+ "precision": 18,
416
+ "reference": false,
417
+ "referenceTargetField": null,
418
+ "referenceToInfos": [],
419
+ "relationshipName": null,
420
+ "required": false,
421
+ "scale": 2,
422
+ "searchPrefilterable": false,
423
+ "sortable": true,
424
+ "unique": false,
425
+ "updateable": true
426
+ },
427
+ "FSL__GanttLabel__c": {
428
+ "apiName": "FSL__GanttLabel__c",
429
+ "calculated": false,
430
+ "compound": false,
431
+ "compoundComponentName": null,
432
+ "compoundFieldName": null,
433
+ "controllerName": null,
434
+ "controllingFields": [],
435
+ "createable": true,
436
+ "custom": true,
437
+ "dataType": "String",
438
+ "extraTypeInfo": null,
439
+ "filterable": true,
440
+ "filteredLookupInfo": null,
441
+ "highScaleNumber": false,
442
+ "htmlFormatted": false,
443
+ "inlineHelpText": null,
444
+ "label": "Gantt Label",
445
+ "length": 80,
446
+ "nameField": false,
447
+ "polymorphicForeignKey": false,
448
+ "precision": 0,
449
+ "reference": false,
450
+ "referenceTargetField": null,
451
+ "referenceToInfos": [],
452
+ "relationshipName": null,
453
+ "required": false,
454
+ "scale": 0,
455
+ "searchPrefilterable": false,
456
+ "sortable": true,
457
+ "unique": false,
458
+ "updateable": true
459
+ },
460
+ "FSL__Online_Offset__c": {
461
+ "apiName": "FSL__Online_Offset__c",
462
+ "calculated": false,
463
+ "compound": false,
464
+ "compoundComponentName": null,
465
+ "compoundFieldName": null,
466
+ "controllerName": null,
467
+ "controllingFields": [],
468
+ "createable": true,
469
+ "custom": true,
470
+ "dataType": "Double",
471
+ "extraTypeInfo": null,
472
+ "filterable": true,
473
+ "filteredLookupInfo": null,
474
+ "highScaleNumber": false,
475
+ "htmlFormatted": false,
476
+ "inlineHelpText": null,
477
+ "label": "Online Offset",
478
+ "length": 0,
479
+ "nameField": false,
480
+ "polymorphicForeignKey": false,
481
+ "precision": 4,
482
+ "reference": false,
483
+ "referenceTargetField": null,
484
+ "referenceToInfos": [],
485
+ "relationshipName": null,
486
+ "required": false,
487
+ "scale": 0,
488
+ "searchPrefilterable": false,
489
+ "sortable": true,
490
+ "unique": false,
491
+ "updateable": true
492
+ },
493
+ "FSL__Picture_Link__c": {
494
+ "apiName": "FSL__Picture_Link__c",
495
+ "calculated": false,
496
+ "compound": false,
497
+ "compoundComponentName": null,
498
+ "compoundFieldName": null,
499
+ "controllerName": null,
500
+ "controllingFields": [],
501
+ "createable": true,
502
+ "custom": true,
503
+ "dataType": "Url",
504
+ "extraTypeInfo": null,
505
+ "filterable": true,
506
+ "filteredLookupInfo": null,
507
+ "highScaleNumber": false,
508
+ "htmlFormatted": false,
509
+ "inlineHelpText": null,
510
+ "label": "Picture Link",
511
+ "length": 255,
512
+ "nameField": false,
513
+ "polymorphicForeignKey": false,
514
+ "precision": 0,
515
+ "reference": false,
516
+ "referenceTargetField": null,
517
+ "referenceToInfos": [],
518
+ "relationshipName": null,
519
+ "required": false,
520
+ "scale": 0,
521
+ "searchPrefilterable": false,
522
+ "sortable": true,
523
+ "unique": false,
524
+ "updateable": true
525
+ },
526
+ "FSL__Priority__c": {
527
+ "apiName": "FSL__Priority__c",
528
+ "calculated": false,
529
+ "compound": false,
530
+ "compoundComponentName": null,
531
+ "compoundFieldName": null,
532
+ "controllerName": null,
533
+ "controllingFields": [],
534
+ "createable": true,
535
+ "custom": true,
536
+ "dataType": "Double",
537
+ "extraTypeInfo": null,
538
+ "filterable": true,
539
+ "filteredLookupInfo": null,
540
+ "highScaleNumber": false,
541
+ "htmlFormatted": false,
542
+ "inlineHelpText": null,
543
+ "label": "Priority",
544
+ "length": 0,
545
+ "nameField": false,
546
+ "polymorphicForeignKey": false,
547
+ "precision": 4,
548
+ "reference": false,
549
+ "referenceTargetField": null,
550
+ "referenceToInfos": [],
551
+ "relationshipName": null,
552
+ "required": false,
553
+ "scale": 0,
554
+ "searchPrefilterable": false,
555
+ "sortable": true,
556
+ "unique": false,
557
+ "updateable": true
558
+ },
559
+ "FSL__Travel_Speed__c": {
560
+ "apiName": "FSL__Travel_Speed__c",
561
+ "calculated": false,
562
+ "compound": false,
563
+ "compoundComponentName": null,
564
+ "compoundFieldName": null,
565
+ "controllerName": null,
566
+ "controllingFields": [],
567
+ "createable": true,
568
+ "custom": true,
569
+ "dataType": "Double",
570
+ "extraTypeInfo": null,
571
+ "filterable": true,
572
+ "filteredLookupInfo": null,
573
+ "highScaleNumber": false,
574
+ "htmlFormatted": false,
575
+ "inlineHelpText": null,
576
+ "label": "Travel Speed",
577
+ "length": 0,
578
+ "nameField": false,
579
+ "polymorphicForeignKey": false,
580
+ "precision": 4,
581
+ "reference": false,
582
+ "referenceTargetField": null,
583
+ "referenceToInfos": [],
584
+ "relationshipName": null,
585
+ "required": false,
586
+ "scale": 0,
587
+ "searchPrefilterable": false,
588
+ "sortable": true,
589
+ "unique": false,
590
+ "updateable": true
591
+ },
592
+ "Id": {
593
+ "apiName": "Id",
594
+ "calculated": false,
595
+ "compound": false,
596
+ "compoundComponentName": null,
597
+ "compoundFieldName": null,
598
+ "controllerName": null,
599
+ "controllingFields": [],
600
+ "createable": false,
601
+ "custom": false,
602
+ "dataType": "String",
603
+ "extraTypeInfo": null,
604
+ "filterable": true,
605
+ "filteredLookupInfo": null,
606
+ "highScaleNumber": false,
607
+ "htmlFormatted": false,
608
+ "inlineHelpText": null,
609
+ "label": "Resource ID",
610
+ "length": 18,
611
+ "nameField": false,
612
+ "polymorphicForeignKey": false,
613
+ "precision": 0,
614
+ "reference": false,
615
+ "referenceTargetField": null,
616
+ "referenceToInfos": [],
617
+ "relationshipName": null,
618
+ "required": true,
619
+ "scale": 0,
620
+ "searchPrefilterable": false,
621
+ "sortable": true,
622
+ "unique": false,
623
+ "updateable": false
624
+ },
625
+ "IsActive": {
626
+ "apiName": "IsActive",
627
+ "calculated": false,
628
+ "compound": false,
629
+ "compoundComponentName": null,
630
+ "compoundFieldName": null,
631
+ "controllerName": null,
632
+ "controllingFields": [],
633
+ "createable": true,
634
+ "custom": false,
635
+ "dataType": "Boolean",
636
+ "extraTypeInfo": null,
637
+ "filterable": true,
638
+ "filteredLookupInfo": null,
639
+ "highScaleNumber": false,
640
+ "htmlFormatted": false,
641
+ "inlineHelpText": null,
642
+ "label": "Active",
643
+ "length": 0,
644
+ "nameField": false,
645
+ "polymorphicForeignKey": false,
646
+ "precision": 0,
647
+ "reference": false,
648
+ "referenceTargetField": null,
649
+ "referenceToInfos": [],
650
+ "relationshipName": null,
651
+ "required": true,
652
+ "scale": 0,
653
+ "searchPrefilterable": false,
654
+ "sortable": true,
655
+ "unique": false,
656
+ "updateable": true
657
+ },
658
+ "IsCapacityBased": {
659
+ "apiName": "IsCapacityBased",
660
+ "calculated": false,
661
+ "compound": false,
662
+ "compoundComponentName": null,
663
+ "compoundFieldName": null,
664
+ "controllerName": null,
665
+ "controllingFields": [],
666
+ "createable": true,
667
+ "custom": false,
668
+ "dataType": "Boolean",
669
+ "extraTypeInfo": null,
670
+ "filterable": true,
671
+ "filteredLookupInfo": null,
672
+ "highScaleNumber": false,
673
+ "htmlFormatted": false,
674
+ "inlineHelpText": null,
675
+ "label": "Capacity-Based",
676
+ "length": 0,
677
+ "nameField": false,
678
+ "polymorphicForeignKey": false,
679
+ "precision": 0,
680
+ "reference": false,
681
+ "referenceTargetField": null,
682
+ "referenceToInfos": [],
683
+ "relationshipName": null,
684
+ "required": true,
685
+ "scale": 0,
686
+ "searchPrefilterable": false,
687
+ "sortable": true,
688
+ "unique": false,
689
+ "updateable": true
690
+ },
691
+ "IsLocked": {
692
+ "apiName": "IsLocked",
693
+ "calculated": false,
694
+ "compound": false,
695
+ "compoundComponentName": null,
696
+ "compoundFieldName": null,
697
+ "controllerName": null,
698
+ "controllingFields": [],
699
+ "createable": false,
700
+ "custom": false,
701
+ "dataType": "Boolean",
702
+ "extraTypeInfo": null,
703
+ "filterable": true,
704
+ "filteredLookupInfo": null,
705
+ "highScaleNumber": false,
706
+ "htmlFormatted": false,
707
+ "inlineHelpText": null,
708
+ "label": "Is Locked",
709
+ "length": 0,
710
+ "nameField": false,
711
+ "polymorphicForeignKey": false,
712
+ "precision": 0,
713
+ "reference": false,
714
+ "referenceTargetField": null,
715
+ "referenceToInfos": [],
716
+ "relationshipName": null,
717
+ "required": true,
718
+ "scale": 0,
719
+ "searchPrefilterable": false,
720
+ "sortable": true,
721
+ "unique": false,
722
+ "updateable": false
723
+ },
724
+ "IsOptimizationCapable": {
725
+ "apiName": "IsOptimizationCapable",
726
+ "calculated": false,
727
+ "compound": false,
728
+ "compoundComponentName": null,
729
+ "compoundFieldName": null,
730
+ "controllerName": null,
731
+ "controllingFields": [],
732
+ "createable": true,
733
+ "custom": false,
734
+ "dataType": "Boolean",
735
+ "extraTypeInfo": null,
736
+ "filterable": true,
737
+ "filteredLookupInfo": null,
738
+ "highScaleNumber": false,
739
+ "htmlFormatted": false,
740
+ "inlineHelpText": null,
741
+ "label": "Include in Scheduling Optimization",
742
+ "length": 0,
743
+ "nameField": false,
744
+ "polymorphicForeignKey": false,
745
+ "precision": 0,
746
+ "reference": false,
747
+ "referenceTargetField": null,
748
+ "referenceToInfos": [],
749
+ "relationshipName": null,
750
+ "required": true,
751
+ "scale": 0,
752
+ "searchPrefilterable": false,
753
+ "sortable": true,
754
+ "unique": false,
755
+ "updateable": true
756
+ },
757
+ "LastKnownLatitude": {
758
+ "apiName": "LastKnownLatitude",
759
+ "calculated": false,
760
+ "compound": false,
761
+ "compoundComponentName": "Latitude",
762
+ "compoundFieldName": "LastKnownLocation",
763
+ "controllerName": null,
764
+ "controllingFields": [],
765
+ "createable": false,
766
+ "custom": false,
767
+ "dataType": "Double",
768
+ "extraTypeInfo": null,
769
+ "filterable": true,
770
+ "filteredLookupInfo": null,
771
+ "highScaleNumber": false,
772
+ "htmlFormatted": false,
773
+ "inlineHelpText": null,
774
+ "label": "Last Known Latitude",
775
+ "length": 0,
776
+ "nameField": false,
777
+ "polymorphicForeignKey": false,
778
+ "precision": 18,
779
+ "reference": false,
780
+ "referenceTargetField": null,
781
+ "referenceToInfos": [],
782
+ "relationshipName": null,
783
+ "required": false,
784
+ "scale": 15,
785
+ "searchPrefilterable": false,
786
+ "sortable": true,
787
+ "unique": false,
788
+ "updateable": false
789
+ },
790
+ "LastKnownLocation": {
791
+ "apiName": "LastKnownLocation",
792
+ "calculated": false,
793
+ "compound": true,
794
+ "compoundComponentName": null,
795
+ "compoundFieldName": null,
796
+ "controllerName": null,
797
+ "controllingFields": [],
798
+ "createable": false,
799
+ "custom": false,
800
+ "dataType": "Location",
801
+ "extraTypeInfo": null,
802
+ "filterable": false,
803
+ "filteredLookupInfo": null,
804
+ "highScaleNumber": false,
805
+ "htmlFormatted": false,
806
+ "inlineHelpText": null,
807
+ "label": "Last Known Location",
808
+ "length": 0,
809
+ "nameField": false,
810
+ "polymorphicForeignKey": false,
811
+ "precision": 0,
812
+ "reference": false,
813
+ "referenceTargetField": null,
814
+ "referenceToInfos": [],
815
+ "relationshipName": null,
816
+ "required": false,
817
+ "scale": 0,
818
+ "searchPrefilterable": false,
819
+ "sortable": false,
820
+ "unique": false,
821
+ "updateable": false
822
+ },
823
+ "LastKnownLocationDate": {
824
+ "apiName": "LastKnownLocationDate",
825
+ "calculated": false,
826
+ "compound": false,
827
+ "compoundComponentName": null,
828
+ "compoundFieldName": null,
829
+ "controllerName": null,
830
+ "controllingFields": [],
831
+ "createable": false,
832
+ "custom": false,
833
+ "dataType": "DateTime",
834
+ "extraTypeInfo": null,
835
+ "filterable": true,
836
+ "filteredLookupInfo": null,
837
+ "highScaleNumber": false,
838
+ "htmlFormatted": false,
839
+ "inlineHelpText": null,
840
+ "label": "Last Known Location Date",
841
+ "length": 0,
842
+ "nameField": false,
843
+ "polymorphicForeignKey": false,
844
+ "precision": 0,
845
+ "reference": false,
846
+ "referenceTargetField": null,
847
+ "referenceToInfos": [],
848
+ "relationshipName": null,
849
+ "required": false,
850
+ "scale": 0,
851
+ "searchPrefilterable": false,
852
+ "sortable": true,
853
+ "unique": false,
854
+ "updateable": false
855
+ },
856
+ "LastKnownLongitude": {
857
+ "apiName": "LastKnownLongitude",
858
+ "calculated": false,
859
+ "compound": false,
860
+ "compoundComponentName": "Longitude",
861
+ "compoundFieldName": "LastKnownLocation",
862
+ "controllerName": null,
863
+ "controllingFields": [],
864
+ "createable": false,
865
+ "custom": false,
866
+ "dataType": "Double",
867
+ "extraTypeInfo": null,
868
+ "filterable": true,
869
+ "filteredLookupInfo": null,
870
+ "highScaleNumber": false,
871
+ "htmlFormatted": false,
872
+ "inlineHelpText": null,
873
+ "label": "Last Known Longitude",
874
+ "length": 0,
875
+ "nameField": false,
876
+ "polymorphicForeignKey": false,
877
+ "precision": 18,
878
+ "reference": false,
879
+ "referenceTargetField": null,
880
+ "referenceToInfos": [],
881
+ "relationshipName": null,
882
+ "required": false,
883
+ "scale": 15,
884
+ "searchPrefilterable": false,
885
+ "sortable": true,
886
+ "unique": false,
887
+ "updateable": false
888
+ },
889
+ "LastModifiedById": {
890
+ "apiName": "LastModifiedById",
891
+ "calculated": false,
892
+ "compound": false,
893
+ "compoundComponentName": null,
894
+ "compoundFieldName": null,
895
+ "controllerName": null,
896
+ "controllingFields": [],
897
+ "createable": false,
898
+ "custom": false,
899
+ "dataType": "Reference",
900
+ "extraTypeInfo": null,
901
+ "filterable": true,
902
+ "filteredLookupInfo": null,
903
+ "highScaleNumber": false,
904
+ "htmlFormatted": false,
905
+ "inlineHelpText": null,
906
+ "label": "Last Modified By ID",
907
+ "length": 18,
908
+ "nameField": false,
909
+ "polymorphicForeignKey": false,
910
+ "precision": 0,
911
+ "reference": true,
912
+ "referenceTargetField": null,
913
+ "referenceToInfos": [
914
+ { "apiName": "User", "nameFields": ["FirstName", "LastName", "Name"] }
915
+ ],
916
+ "relationshipName": "LastModifiedBy",
917
+ "required": true,
918
+ "scale": 0,
919
+ "searchPrefilterable": false,
920
+ "sortable": true,
921
+ "unique": false,
922
+ "updateable": false
923
+ },
924
+ "LastModifiedDate": {
925
+ "apiName": "LastModifiedDate",
926
+ "calculated": false,
927
+ "compound": false,
928
+ "compoundComponentName": null,
929
+ "compoundFieldName": null,
930
+ "controllerName": null,
931
+ "controllingFields": [],
932
+ "createable": true,
933
+ "custom": false,
934
+ "dataType": "DateTime",
935
+ "extraTypeInfo": null,
936
+ "filterable": true,
937
+ "filteredLookupInfo": null,
938
+ "highScaleNumber": false,
939
+ "htmlFormatted": false,
940
+ "inlineHelpText": null,
941
+ "label": "Last Modified Date",
942
+ "length": 0,
943
+ "nameField": false,
944
+ "polymorphicForeignKey": false,
945
+ "precision": 0,
946
+ "reference": false,
947
+ "referenceTargetField": null,
948
+ "referenceToInfos": [],
949
+ "relationshipName": null,
950
+ "required": true,
951
+ "scale": 0,
952
+ "searchPrefilterable": false,
953
+ "sortable": true,
954
+ "unique": false,
955
+ "updateable": true
956
+ },
957
+ "LastReferencedDate": {
958
+ "apiName": "LastReferencedDate",
959
+ "calculated": false,
960
+ "compound": false,
961
+ "compoundComponentName": null,
962
+ "compoundFieldName": null,
963
+ "controllerName": null,
964
+ "controllingFields": [],
965
+ "createable": false,
966
+ "custom": false,
967
+ "dataType": "DateTime",
968
+ "extraTypeInfo": null,
969
+ "filterable": true,
970
+ "filteredLookupInfo": null,
971
+ "highScaleNumber": false,
972
+ "htmlFormatted": false,
973
+ "inlineHelpText": null,
974
+ "label": "Last Referenced Date",
975
+ "length": 0,
976
+ "nameField": false,
977
+ "polymorphicForeignKey": false,
978
+ "precision": 0,
979
+ "reference": false,
980
+ "referenceTargetField": null,
981
+ "referenceToInfos": [],
982
+ "relationshipName": null,
983
+ "required": false,
984
+ "scale": 0,
985
+ "searchPrefilterable": false,
986
+ "sortable": true,
987
+ "unique": false,
988
+ "updateable": false
989
+ },
990
+ "LastViewedDate": {
991
+ "apiName": "LastViewedDate",
992
+ "calculated": false,
993
+ "compound": false,
994
+ "compoundComponentName": null,
995
+ "compoundFieldName": null,
996
+ "controllerName": null,
997
+ "controllingFields": [],
998
+ "createable": false,
999
+ "custom": false,
1000
+ "dataType": "DateTime",
1001
+ "extraTypeInfo": null,
1002
+ "filterable": true,
1003
+ "filteredLookupInfo": null,
1004
+ "highScaleNumber": false,
1005
+ "htmlFormatted": false,
1006
+ "inlineHelpText": null,
1007
+ "label": "Last Viewed Date",
1008
+ "length": 0,
1009
+ "nameField": false,
1010
+ "polymorphicForeignKey": false,
1011
+ "precision": 0,
1012
+ "reference": false,
1013
+ "referenceTargetField": null,
1014
+ "referenceToInfos": [],
1015
+ "relationshipName": null,
1016
+ "required": false,
1017
+ "scale": 0,
1018
+ "searchPrefilterable": false,
1019
+ "sortable": true,
1020
+ "unique": false,
1021
+ "updateable": false
1022
+ },
1023
+ "LocationId": {
1024
+ "apiName": "LocationId",
1025
+ "calculated": false,
1026
+ "compound": false,
1027
+ "compoundComponentName": null,
1028
+ "compoundFieldName": null,
1029
+ "controllerName": null,
1030
+ "controllingFields": [],
1031
+ "createable": true,
1032
+ "custom": false,
1033
+ "dataType": "Reference",
1034
+ "extraTypeInfo": null,
1035
+ "filterable": true,
1036
+ "filteredLookupInfo": null,
1037
+ "highScaleNumber": false,
1038
+ "htmlFormatted": false,
1039
+ "inlineHelpText": null,
1040
+ "label": "Location ID",
1041
+ "length": 18,
1042
+ "nameField": false,
1043
+ "polymorphicForeignKey": false,
1044
+ "precision": 0,
1045
+ "reference": true,
1046
+ "referenceTargetField": null,
1047
+ "referenceToInfos": [{ "apiName": "Location", "nameFields": ["Name"] }],
1048
+ "relationshipName": "Location",
1049
+ "required": false,
1050
+ "scale": 0,
1051
+ "searchPrefilterable": true,
1052
+ "sortable": true,
1053
+ "unique": false,
1054
+ "updateable": true
1055
+ },
1056
+ "MayEdit": {
1057
+ "apiName": "MayEdit",
1058
+ "calculated": false,
1059
+ "compound": false,
1060
+ "compoundComponentName": null,
1061
+ "compoundFieldName": null,
1062
+ "controllerName": null,
1063
+ "controllingFields": [],
1064
+ "createable": false,
1065
+ "custom": false,
1066
+ "dataType": "Boolean",
1067
+ "extraTypeInfo": null,
1068
+ "filterable": true,
1069
+ "filteredLookupInfo": null,
1070
+ "highScaleNumber": false,
1071
+ "htmlFormatted": false,
1072
+ "inlineHelpText": null,
1073
+ "label": "May Edit",
1074
+ "length": 0,
1075
+ "nameField": false,
1076
+ "polymorphicForeignKey": false,
1077
+ "precision": 0,
1078
+ "reference": false,
1079
+ "referenceTargetField": null,
1080
+ "referenceToInfos": [],
1081
+ "relationshipName": null,
1082
+ "required": true,
1083
+ "scale": 0,
1084
+ "searchPrefilterable": false,
1085
+ "sortable": true,
1086
+ "unique": false,
1087
+ "updateable": false
1088
+ },
1089
+ "Name": {
1090
+ "apiName": "Name",
1091
+ "calculated": false,
1092
+ "compound": false,
1093
+ "compoundComponentName": null,
1094
+ "compoundFieldName": null,
1095
+ "controllerName": null,
1096
+ "controllingFields": [],
1097
+ "createable": true,
1098
+ "custom": false,
1099
+ "dataType": "String",
1100
+ "extraTypeInfo": null,
1101
+ "filterable": true,
1102
+ "filteredLookupInfo": null,
1103
+ "highScaleNumber": false,
1104
+ "htmlFormatted": false,
1105
+ "inlineHelpText": null,
1106
+ "label": "Name",
1107
+ "length": 255,
1108
+ "nameField": true,
1109
+ "polymorphicForeignKey": false,
1110
+ "precision": 0,
1111
+ "reference": false,
1112
+ "referenceTargetField": null,
1113
+ "referenceToInfos": [],
1114
+ "relationshipName": null,
1115
+ "required": true,
1116
+ "scale": 0,
1117
+ "searchPrefilterable": false,
1118
+ "sortable": true,
1119
+ "unique": false,
1120
+ "updateable": true
1121
+ },
1122
+ "OwnerId": {
1123
+ "apiName": "OwnerId",
1124
+ "calculated": false,
1125
+ "compound": false,
1126
+ "compoundComponentName": null,
1127
+ "compoundFieldName": null,
1128
+ "controllerName": null,
1129
+ "controllingFields": [],
1130
+ "createable": true,
1131
+ "custom": false,
1132
+ "dataType": "Reference",
1133
+ "extraTypeInfo": null,
1134
+ "filterable": true,
1135
+ "filteredLookupInfo": null,
1136
+ "highScaleNumber": false,
1137
+ "htmlFormatted": false,
1138
+ "inlineHelpText": null,
1139
+ "label": "Owner ID",
1140
+ "length": 18,
1141
+ "nameField": false,
1142
+ "polymorphicForeignKey": true,
1143
+ "precision": 0,
1144
+ "reference": true,
1145
+ "referenceTargetField": null,
1146
+ "referenceToInfos": [
1147
+ { "apiName": "Group", "nameFields": ["Name"] },
1148
+ { "apiName": "User", "nameFields": ["FirstName", "LastName", "Name"] }
1149
+ ],
1150
+ "relationshipName": "Owner",
1151
+ "required": true,
1152
+ "scale": 0,
1153
+ "searchPrefilterable": false,
1154
+ "sortable": true,
1155
+ "unique": false,
1156
+ "updateable": true
1157
+ },
1158
+ "RelatedRecordId": {
1159
+ "apiName": "RelatedRecordId",
1160
+ "calculated": false,
1161
+ "compound": false,
1162
+ "compoundComponentName": null,
1163
+ "compoundFieldName": null,
1164
+ "controllerName": null,
1165
+ "controllingFields": [],
1166
+ "createable": true,
1167
+ "custom": false,
1168
+ "dataType": "Reference",
1169
+ "extraTypeInfo": null,
1170
+ "filterable": true,
1171
+ "filteredLookupInfo": null,
1172
+ "highScaleNumber": false,
1173
+ "htmlFormatted": false,
1174
+ "inlineHelpText": null,
1175
+ "label": "User ID",
1176
+ "length": 18,
1177
+ "nameField": false,
1178
+ "polymorphicForeignKey": false,
1179
+ "precision": 0,
1180
+ "reference": true,
1181
+ "referenceTargetField": null,
1182
+ "referenceToInfos": [
1183
+ { "apiName": "User", "nameFields": ["FirstName", "LastName", "Name"] }
1184
+ ],
1185
+ "relationshipName": "RelatedRecord",
1186
+ "required": false,
1187
+ "scale": 0,
1188
+ "searchPrefilterable": true,
1189
+ "sortable": true,
1190
+ "unique": false,
1191
+ "updateable": true
1192
+ },
1193
+ "ResourceType": {
1194
+ "apiName": "ResourceType",
1195
+ "calculated": false,
1196
+ "compound": false,
1197
+ "compoundComponentName": null,
1198
+ "compoundFieldName": null,
1199
+ "controllerName": null,
1200
+ "controllingFields": [],
1201
+ "createable": true,
1202
+ "custom": false,
1203
+ "dataType": "Picklist",
1204
+ "extraTypeInfo": null,
1205
+ "filterable": true,
1206
+ "filteredLookupInfo": null,
1207
+ "highScaleNumber": false,
1208
+ "htmlFormatted": false,
1209
+ "inlineHelpText": null,
1210
+ "label": "Resource Type",
1211
+ "length": 255,
1212
+ "nameField": false,
1213
+ "polymorphicForeignKey": false,
1214
+ "precision": 0,
1215
+ "reference": false,
1216
+ "referenceTargetField": null,
1217
+ "referenceToInfos": [],
1218
+ "relationshipName": null,
1219
+ "required": false,
1220
+ "scale": 0,
1221
+ "searchPrefilterable": false,
1222
+ "sortable": true,
1223
+ "unique": false,
1224
+ "updateable": true
1225
+ },
1226
+ "ServiceCrewId": {
1227
+ "apiName": "ServiceCrewId",
1228
+ "calculated": false,
1229
+ "compound": false,
1230
+ "compoundComponentName": null,
1231
+ "compoundFieldName": null,
1232
+ "controllerName": null,
1233
+ "controllingFields": [],
1234
+ "createable": false,
1235
+ "custom": false,
1236
+ "dataType": "Reference",
1237
+ "extraTypeInfo": null,
1238
+ "filterable": true,
1239
+ "filteredLookupInfo": null,
1240
+ "highScaleNumber": false,
1241
+ "htmlFormatted": false,
1242
+ "inlineHelpText": null,
1243
+ "label": "Service Crew ID",
1244
+ "length": 18,
1245
+ "nameField": false,
1246
+ "polymorphicForeignKey": false,
1247
+ "precision": 0,
1248
+ "reference": true,
1249
+ "referenceTargetField": null,
1250
+ "referenceToInfos": [{ "apiName": "ServiceCrew", "nameFields": ["Name"] }],
1251
+ "relationshipName": "ServiceCrew",
1252
+ "required": false,
1253
+ "scale": 0,
1254
+ "searchPrefilterable": true,
1255
+ "sortable": true,
1256
+ "unique": false,
1257
+ "updateable": false
1258
+ },
1259
+ "SystemModstamp": {
1260
+ "apiName": "SystemModstamp",
1261
+ "calculated": false,
1262
+ "compound": false,
1263
+ "compoundComponentName": null,
1264
+ "compoundFieldName": null,
1265
+ "controllerName": null,
1266
+ "controllingFields": [],
1267
+ "createable": false,
1268
+ "custom": false,
1269
+ "dataType": "DateTime",
1270
+ "extraTypeInfo": null,
1271
+ "filterable": true,
1272
+ "filteredLookupInfo": null,
1273
+ "highScaleNumber": false,
1274
+ "htmlFormatted": false,
1275
+ "inlineHelpText": null,
1276
+ "label": "System Modstamp",
1277
+ "length": 0,
1278
+ "nameField": false,
1279
+ "polymorphicForeignKey": false,
1280
+ "precision": 0,
1281
+ "reference": false,
1282
+ "referenceTargetField": null,
1283
+ "referenceToInfos": [],
1284
+ "relationshipName": null,
1285
+ "required": true,
1286
+ "scale": 0,
1287
+ "searchPrefilterable": false,
1288
+ "sortable": true,
1289
+ "unique": false,
1290
+ "updateable": false
1291
+ }
1292
+ },
1293
+ "keyPrefix": "0Hn",
1294
+ "label": "Service Resource",
1295
+ "labelPlural": "Service Resources",
1296
+ "layoutable": true,
1297
+ "mruEnabled": true,
1298
+ "nameFields": ["Name"],
1299
+ "queryable": true,
1300
+ "recordTypeInfos": {
1301
+ "012000000000000AAA": {
1302
+ "available": true,
1303
+ "defaultRecordTypeMapping": true,
1304
+ "master": true,
1305
+ "name": "Master",
1306
+ "recordTypeId": "012000000000000AAA"
1307
+ }
1308
+ },
1309
+ "searchable": true,
1310
+ "themeInfo": {
1311
+ "color": "7E8BE4",
1312
+ "iconUrl": "https://corsa04-basic-2015680170.vpod.t.force.com/img/icon/t4v35/standard/service_resource_120.png"
1313
+ },
1314
+ "updateable": true
1315
+ }
1316
+ }