@salesforce/lds-worker-api 0.1.0-dev1

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