@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,3123 @@
1
+ {
2
+ "body": {
3
+ "apiName": "ServiceAppointment",
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": "ServiceAppointmentId",
17
+ "junctionIdListNames": [],
18
+ "junctionReferenceTo": [],
19
+ "relationshipName": "ServiceResources"
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": "CleanInfo",
37
+ "fieldName": "TargetEntityId",
38
+ "junctionIdListNames": [],
39
+ "junctionReferenceTo": [],
40
+ "relationshipName": "CleanInfos"
41
+ },
42
+ {
43
+ "childObjectApiName": "CombinedAttachment",
44
+ "fieldName": "ParentId",
45
+ "junctionIdListNames": [],
46
+ "junctionReferenceTo": [],
47
+ "relationshipName": "CombinedAttachments"
48
+ },
49
+ {
50
+ "childObjectApiName": "ContentDocumentLink",
51
+ "fieldName": "LinkedEntityId",
52
+ "junctionIdListNames": [],
53
+ "junctionReferenceTo": [],
54
+ "relationshipName": "ContentDocumentLinks"
55
+ },
56
+ {
57
+ "childObjectApiName": "DigitalSignature",
58
+ "fieldName": "ParentId",
59
+ "junctionIdListNames": [],
60
+ "junctionReferenceTo": [],
61
+ "relationshipName": "DigitalSignatures"
62
+ },
63
+ {
64
+ "childObjectApiName": "EmailMessage",
65
+ "fieldName": "RelatedToId",
66
+ "junctionIdListNames": [],
67
+ "junctionReferenceTo": [],
68
+ "relationshipName": "Emails"
69
+ },
70
+ {
71
+ "childObjectApiName": "EntitySubscription",
72
+ "fieldName": "ParentId",
73
+ "junctionIdListNames": [],
74
+ "junctionReferenceTo": [],
75
+ "relationshipName": "FeedSubscriptionsForEntity"
76
+ },
77
+ {
78
+ "childObjectApiName": "Event",
79
+ "fieldName": "WhatId",
80
+ "junctionIdListNames": [],
81
+ "junctionReferenceTo": [],
82
+ "relationshipName": "Events"
83
+ },
84
+ {
85
+ "childObjectApiName": "Note",
86
+ "fieldName": "ParentId",
87
+ "junctionIdListNames": [],
88
+ "junctionReferenceTo": [],
89
+ "relationshipName": "Notes"
90
+ },
91
+ {
92
+ "childObjectApiName": "NoteAndAttachment",
93
+ "fieldName": "ParentId",
94
+ "junctionIdListNames": [],
95
+ "junctionReferenceTo": [],
96
+ "relationshipName": "NotesAndAttachments"
97
+ },
98
+ {
99
+ "childObjectApiName": "OpenActivity",
100
+ "fieldName": "WhatId",
101
+ "junctionIdListNames": [],
102
+ "junctionReferenceTo": [],
103
+ "relationshipName": "OpenActivities"
104
+ },
105
+ {
106
+ "childObjectApiName": "ProcessInstance",
107
+ "fieldName": "TargetObjectId",
108
+ "junctionIdListNames": [],
109
+ "junctionReferenceTo": [],
110
+ "relationshipName": "ProcessInstances"
111
+ },
112
+ {
113
+ "childObjectApiName": "ProcessInstanceHistory",
114
+ "fieldName": "TargetObjectId",
115
+ "junctionIdListNames": [],
116
+ "junctionReferenceTo": [],
117
+ "relationshipName": "ProcessSteps"
118
+ },
119
+ {
120
+ "childObjectApiName": "RecordAction",
121
+ "fieldName": "RecordId",
122
+ "junctionIdListNames": [],
123
+ "junctionReferenceTo": [],
124
+ "relationshipName": "RecordActions"
125
+ },
126
+ {
127
+ "childObjectApiName": "RecordActionHistory",
128
+ "fieldName": "ParentRecordId",
129
+ "junctionIdListNames": [],
130
+ "junctionReferenceTo": [],
131
+ "relationshipName": "RecordActionHistories"
132
+ },
133
+ {
134
+ "childObjectApiName": "ServiceAppointment",
135
+ "fieldName": "FSL__Related_Service__c",
136
+ "junctionIdListNames": [],
137
+ "junctionReferenceTo": [],
138
+ "relationshipName": "FSL__Service_Appointments__r"
139
+ },
140
+ {
141
+ "childObjectApiName": "ServiceAppointment",
142
+ "fieldName": "RelatedBundleId",
143
+ "junctionIdListNames": [],
144
+ "junctionReferenceTo": [],
145
+ "relationshipName": "BundledServiceAppointments"
146
+ },
147
+ {
148
+ "childObjectApiName": "ServiceAppointmentFeed",
149
+ "fieldName": "ParentId",
150
+ "junctionIdListNames": [],
151
+ "junctionReferenceTo": [],
152
+ "relationshipName": "Feeds"
153
+ },
154
+ {
155
+ "childObjectApiName": "ServiceAppointmentHistory",
156
+ "fieldName": "ServiceAppointmentId",
157
+ "junctionIdListNames": [],
158
+ "junctionReferenceTo": [],
159
+ "relationshipName": "Histories"
160
+ },
161
+ {
162
+ "childObjectApiName": "ServiceAppointmentShare",
163
+ "fieldName": "ParentId",
164
+ "junctionIdListNames": [],
165
+ "junctionReferenceTo": [],
166
+ "relationshipName": "Shares"
167
+ },
168
+ {
169
+ "childObjectApiName": "ServiceReport",
170
+ "fieldName": "ParentId",
171
+ "junctionIdListNames": [],
172
+ "junctionReferenceTo": [],
173
+ "relationshipName": "ServiceReports"
174
+ },
175
+ {
176
+ "childObjectApiName": "Task",
177
+ "fieldName": "WhatId",
178
+ "junctionIdListNames": [],
179
+ "junctionReferenceTo": [],
180
+ "relationshipName": "Tasks"
181
+ },
182
+ {
183
+ "childObjectApiName": "TopicAssignment",
184
+ "fieldName": "EntityId",
185
+ "junctionIdListNames": [],
186
+ "junctionReferenceTo": [],
187
+ "relationshipName": "TopicAssignments"
188
+ }
189
+ ],
190
+ "compactLayoutable": true,
191
+ "createable": true,
192
+ "custom": false,
193
+ "defaultRecordTypeId": "012000000000000AAA",
194
+ "deletable": true,
195
+ "dependentFields": {},
196
+ "eTag": "1a7fecf9ca8f74e805075249edacd4f8",
197
+ "feedEnabled": true,
198
+ "fields": {
199
+ "AccountId": {
200
+ "apiName": "AccountId",
201
+ "calculated": false,
202
+ "compound": false,
203
+ "compoundComponentName": null,
204
+ "compoundFieldName": null,
205
+ "controllerName": null,
206
+ "controllingFields": [],
207
+ "createable": false,
208
+ "custom": false,
209
+ "dataType": "Reference",
210
+ "externalId": false,
211
+ "extraTypeInfo": null,
212
+ "filterable": true,
213
+ "filteredLookupInfo": null,
214
+ "highScaleNumber": false,
215
+ "htmlFormatted": false,
216
+ "inlineHelpText": null,
217
+ "label": "Account ID",
218
+ "length": 18,
219
+ "maskType": null,
220
+ "nameField": false,
221
+ "polymorphicForeignKey": false,
222
+ "precision": 0,
223
+ "reference": true,
224
+ "referenceTargetField": null,
225
+ "referenceToInfos": [
226
+ {
227
+ "apiName": "Account",
228
+ "nameFields": ["Name"]
229
+ }
230
+ ],
231
+ "relationshipName": "Account",
232
+ "required": false,
233
+ "scale": 0,
234
+ "searchPrefilterable": true,
235
+ "sortable": true,
236
+ "unique": false,
237
+ "updateable": false
238
+ },
239
+ "ActualDuration": {
240
+ "apiName": "ActualDuration",
241
+ "calculated": false,
242
+ "compound": false,
243
+ "compoundComponentName": null,
244
+ "compoundFieldName": null,
245
+ "controllerName": null,
246
+ "controllingFields": [],
247
+ "createable": true,
248
+ "custom": false,
249
+ "dataType": "Double",
250
+ "externalId": false,
251
+ "extraTypeInfo": null,
252
+ "filterable": true,
253
+ "filteredLookupInfo": null,
254
+ "highScaleNumber": false,
255
+ "htmlFormatted": false,
256
+ "inlineHelpText": null,
257
+ "label": "Actual Duration (Minutes)",
258
+ "length": 0,
259
+ "maskType": null,
260
+ "nameField": false,
261
+ "polymorphicForeignKey": false,
262
+ "precision": 18,
263
+ "reference": false,
264
+ "referenceTargetField": null,
265
+ "referenceToInfos": [],
266
+ "relationshipName": null,
267
+ "required": false,
268
+ "scale": 2,
269
+ "searchPrefilterable": false,
270
+ "sortable": true,
271
+ "unique": false,
272
+ "updateable": true
273
+ },
274
+ "ActualEndTime": {
275
+ "apiName": "ActualEndTime",
276
+ "calculated": false,
277
+ "compound": false,
278
+ "compoundComponentName": null,
279
+ "compoundFieldName": null,
280
+ "controllerName": null,
281
+ "controllingFields": [],
282
+ "createable": true,
283
+ "custom": false,
284
+ "dataType": "DateTime",
285
+ "externalId": false,
286
+ "extraTypeInfo": null,
287
+ "filterable": true,
288
+ "filteredLookupInfo": null,
289
+ "highScaleNumber": false,
290
+ "htmlFormatted": false,
291
+ "inlineHelpText": null,
292
+ "label": "Actual End",
293
+ "length": 0,
294
+ "maskType": null,
295
+ "nameField": false,
296
+ "polymorphicForeignKey": false,
297
+ "precision": 0,
298
+ "reference": false,
299
+ "referenceTargetField": null,
300
+ "referenceToInfos": [],
301
+ "relationshipName": null,
302
+ "required": false,
303
+ "scale": 0,
304
+ "searchPrefilterable": false,
305
+ "sortable": true,
306
+ "unique": false,
307
+ "updateable": true
308
+ },
309
+ "ActualStartTime": {
310
+ "apiName": "ActualStartTime",
311
+ "calculated": false,
312
+ "compound": false,
313
+ "compoundComponentName": null,
314
+ "compoundFieldName": null,
315
+ "controllerName": null,
316
+ "controllingFields": [],
317
+ "createable": true,
318
+ "custom": false,
319
+ "dataType": "DateTime",
320
+ "externalId": false,
321
+ "extraTypeInfo": null,
322
+ "filterable": true,
323
+ "filteredLookupInfo": null,
324
+ "highScaleNumber": false,
325
+ "htmlFormatted": false,
326
+ "inlineHelpText": null,
327
+ "label": "Actual Start",
328
+ "length": 0,
329
+ "maskType": null,
330
+ "nameField": false,
331
+ "polymorphicForeignKey": false,
332
+ "precision": 0,
333
+ "reference": false,
334
+ "referenceTargetField": null,
335
+ "referenceToInfos": [],
336
+ "relationshipName": null,
337
+ "required": false,
338
+ "scale": 0,
339
+ "searchPrefilterable": false,
340
+ "sortable": true,
341
+ "unique": false,
342
+ "updateable": true
343
+ },
344
+ "Address": {
345
+ "apiName": "Address",
346
+ "calculated": false,
347
+ "compound": true,
348
+ "compoundComponentName": null,
349
+ "compoundFieldName": null,
350
+ "controllerName": null,
351
+ "controllingFields": [],
352
+ "createable": false,
353
+ "custom": false,
354
+ "dataType": "Address",
355
+ "externalId": false,
356
+ "extraTypeInfo": null,
357
+ "filterable": true,
358
+ "filteredLookupInfo": null,
359
+ "highScaleNumber": false,
360
+ "htmlFormatted": false,
361
+ "inlineHelpText": null,
362
+ "label": "Address",
363
+ "length": 0,
364
+ "maskType": null,
365
+ "nameField": false,
366
+ "polymorphicForeignKey": false,
367
+ "precision": 0,
368
+ "reference": false,
369
+ "referenceTargetField": null,
370
+ "referenceToInfos": [],
371
+ "relationshipName": null,
372
+ "required": true,
373
+ "scale": 0,
374
+ "searchPrefilterable": false,
375
+ "sortable": false,
376
+ "unique": false,
377
+ "updateable": false
378
+ },
379
+ "AppointmentNumber": {
380
+ "apiName": "AppointmentNumber",
381
+ "calculated": false,
382
+ "compound": false,
383
+ "compoundComponentName": null,
384
+ "compoundFieldName": null,
385
+ "controllerName": null,
386
+ "controllingFields": [],
387
+ "createable": false,
388
+ "custom": false,
389
+ "dataType": "String",
390
+ "externalId": false,
391
+ "extraTypeInfo": null,
392
+ "filterable": true,
393
+ "filteredLookupInfo": null,
394
+ "highScaleNumber": false,
395
+ "htmlFormatted": false,
396
+ "inlineHelpText": null,
397
+ "label": "Appointment Number",
398
+ "length": 255,
399
+ "maskType": null,
400
+ "nameField": true,
401
+ "polymorphicForeignKey": false,
402
+ "precision": 0,
403
+ "reference": false,
404
+ "referenceTargetField": null,
405
+ "referenceToInfos": [],
406
+ "relationshipName": null,
407
+ "required": true,
408
+ "scale": 0,
409
+ "searchPrefilterable": false,
410
+ "sortable": true,
411
+ "unique": false,
412
+ "updateable": false
413
+ },
414
+ "ArrivalWindowEndTime": {
415
+ "apiName": "ArrivalWindowEndTime",
416
+ "calculated": false,
417
+ "compound": false,
418
+ "compoundComponentName": null,
419
+ "compoundFieldName": null,
420
+ "controllerName": null,
421
+ "controllingFields": [],
422
+ "createable": true,
423
+ "custom": false,
424
+ "dataType": "DateTime",
425
+ "externalId": false,
426
+ "extraTypeInfo": null,
427
+ "filterable": true,
428
+ "filteredLookupInfo": null,
429
+ "highScaleNumber": false,
430
+ "htmlFormatted": false,
431
+ "inlineHelpText": null,
432
+ "label": "Arrival Window End",
433
+ "length": 0,
434
+ "maskType": null,
435
+ "nameField": false,
436
+ "polymorphicForeignKey": false,
437
+ "precision": 0,
438
+ "reference": false,
439
+ "referenceTargetField": null,
440
+ "referenceToInfos": [],
441
+ "relationshipName": null,
442
+ "required": false,
443
+ "scale": 0,
444
+ "searchPrefilterable": false,
445
+ "sortable": true,
446
+ "unique": false,
447
+ "updateable": true
448
+ },
449
+ "ArrivalWindowStartTime": {
450
+ "apiName": "ArrivalWindowStartTime",
451
+ "calculated": false,
452
+ "compound": false,
453
+ "compoundComponentName": null,
454
+ "compoundFieldName": null,
455
+ "controllerName": null,
456
+ "controllingFields": [],
457
+ "createable": true,
458
+ "custom": false,
459
+ "dataType": "DateTime",
460
+ "externalId": false,
461
+ "extraTypeInfo": null,
462
+ "filterable": true,
463
+ "filteredLookupInfo": null,
464
+ "highScaleNumber": false,
465
+ "htmlFormatted": false,
466
+ "inlineHelpText": null,
467
+ "label": "Arrival Window Start",
468
+ "length": 0,
469
+ "maskType": null,
470
+ "nameField": false,
471
+ "polymorphicForeignKey": false,
472
+ "precision": 0,
473
+ "reference": false,
474
+ "referenceTargetField": null,
475
+ "referenceToInfos": [],
476
+ "relationshipName": null,
477
+ "required": false,
478
+ "scale": 0,
479
+ "searchPrefilterable": false,
480
+ "sortable": true,
481
+ "unique": false,
482
+ "updateable": true
483
+ },
484
+ "City": {
485
+ "apiName": "City",
486
+ "calculated": false,
487
+ "compound": false,
488
+ "compoundComponentName": "City",
489
+ "compoundFieldName": "Address",
490
+ "controllerName": null,
491
+ "controllingFields": [],
492
+ "createable": true,
493
+ "custom": false,
494
+ "dataType": "String",
495
+ "externalId": false,
496
+ "extraTypeInfo": null,
497
+ "filterable": true,
498
+ "filteredLookupInfo": null,
499
+ "highScaleNumber": false,
500
+ "htmlFormatted": false,
501
+ "inlineHelpText": null,
502
+ "label": "City",
503
+ "length": 40,
504
+ "maskType": null,
505
+ "nameField": false,
506
+ "polymorphicForeignKey": false,
507
+ "precision": 0,
508
+ "reference": false,
509
+ "referenceTargetField": null,
510
+ "referenceToInfos": [],
511
+ "relationshipName": null,
512
+ "required": false,
513
+ "scale": 0,
514
+ "searchPrefilterable": false,
515
+ "sortable": true,
516
+ "unique": false,
517
+ "updateable": true
518
+ },
519
+ "CloneSourceId": {
520
+ "apiName": "CloneSourceId",
521
+ "calculated": false,
522
+ "compound": false,
523
+ "compoundComponentName": null,
524
+ "compoundFieldName": null,
525
+ "controllerName": null,
526
+ "controllingFields": [],
527
+ "createable": false,
528
+ "custom": false,
529
+ "dataType": "Reference",
530
+ "externalId": false,
531
+ "extraTypeInfo": null,
532
+ "filterable": true,
533
+ "filteredLookupInfo": null,
534
+ "highScaleNumber": false,
535
+ "htmlFormatted": false,
536
+ "inlineHelpText": null,
537
+ "label": "Clone Source",
538
+ "length": 18,
539
+ "maskType": null,
540
+ "nameField": false,
541
+ "polymorphicForeignKey": false,
542
+ "precision": 0,
543
+ "reference": true,
544
+ "referenceTargetField": null,
545
+ "referenceToInfos": [],
546
+ "relationshipName": null,
547
+ "required": false,
548
+ "scale": 0,
549
+ "searchPrefilterable": false,
550
+ "sortable": true,
551
+ "unique": false,
552
+ "updateable": false
553
+ },
554
+ "ContactId": {
555
+ "apiName": "ContactId",
556
+ "calculated": false,
557
+ "compound": false,
558
+ "compoundComponentName": null,
559
+ "compoundFieldName": null,
560
+ "controllerName": null,
561
+ "controllingFields": [],
562
+ "createable": true,
563
+ "custom": false,
564
+ "dataType": "Reference",
565
+ "externalId": false,
566
+ "extraTypeInfo": null,
567
+ "filterable": true,
568
+ "filteredLookupInfo": null,
569
+ "highScaleNumber": false,
570
+ "htmlFormatted": false,
571
+ "inlineHelpText": null,
572
+ "label": "Contact ID",
573
+ "length": 18,
574
+ "maskType": null,
575
+ "nameField": false,
576
+ "polymorphicForeignKey": false,
577
+ "precision": 0,
578
+ "reference": true,
579
+ "referenceTargetField": null,
580
+ "referenceToInfos": [
581
+ {
582
+ "apiName": "Contact",
583
+ "nameFields": ["FirstName", "LastName", "Name"]
584
+ }
585
+ ],
586
+ "relationshipName": "Contact",
587
+ "required": false,
588
+ "scale": 0,
589
+ "searchPrefilterable": true,
590
+ "sortable": true,
591
+ "unique": false,
592
+ "updateable": true
593
+ },
594
+ "Country": {
595
+ "apiName": "Country",
596
+ "calculated": false,
597
+ "compound": false,
598
+ "compoundComponentName": "Country",
599
+ "compoundFieldName": "Address",
600
+ "controllerName": null,
601
+ "controllingFields": [],
602
+ "createable": true,
603
+ "custom": false,
604
+ "dataType": "String",
605
+ "externalId": false,
606
+ "extraTypeInfo": null,
607
+ "filterable": true,
608
+ "filteredLookupInfo": null,
609
+ "highScaleNumber": false,
610
+ "htmlFormatted": false,
611
+ "inlineHelpText": null,
612
+ "label": "Country",
613
+ "length": 80,
614
+ "maskType": null,
615
+ "nameField": false,
616
+ "polymorphicForeignKey": false,
617
+ "precision": 0,
618
+ "reference": false,
619
+ "referenceTargetField": null,
620
+ "referenceToInfos": [],
621
+ "relationshipName": null,
622
+ "required": false,
623
+ "scale": 0,
624
+ "searchPrefilterable": false,
625
+ "sortable": true,
626
+ "unique": false,
627
+ "updateable": true
628
+ },
629
+ "CreatedById": {
630
+ "apiName": "CreatedById",
631
+ "calculated": false,
632
+ "compound": false,
633
+ "compoundComponentName": null,
634
+ "compoundFieldName": null,
635
+ "controllerName": null,
636
+ "controllingFields": [],
637
+ "createable": false,
638
+ "custom": false,
639
+ "dataType": "Reference",
640
+ "externalId": false,
641
+ "extraTypeInfo": null,
642
+ "filterable": true,
643
+ "filteredLookupInfo": null,
644
+ "highScaleNumber": false,
645
+ "htmlFormatted": false,
646
+ "inlineHelpText": null,
647
+ "label": "Created By ID",
648
+ "length": 18,
649
+ "maskType": null,
650
+ "nameField": false,
651
+ "polymorphicForeignKey": false,
652
+ "precision": 0,
653
+ "reference": true,
654
+ "referenceTargetField": null,
655
+ "referenceToInfos": [
656
+ {
657
+ "apiName": "User",
658
+ "nameFields": ["FirstName", "LastName", "Name"]
659
+ }
660
+ ],
661
+ "relationshipName": "CreatedBy",
662
+ "required": true,
663
+ "scale": 0,
664
+ "searchPrefilterable": false,
665
+ "sortable": true,
666
+ "unique": false,
667
+ "updateable": false
668
+ },
669
+ "CreatedDate": {
670
+ "apiName": "CreatedDate",
671
+ "calculated": false,
672
+ "compound": false,
673
+ "compoundComponentName": null,
674
+ "compoundFieldName": null,
675
+ "controllerName": null,
676
+ "controllingFields": [],
677
+ "createable": true,
678
+ "custom": false,
679
+ "dataType": "DateTime",
680
+ "externalId": false,
681
+ "extraTypeInfo": null,
682
+ "filterable": true,
683
+ "filteredLookupInfo": null,
684
+ "highScaleNumber": false,
685
+ "htmlFormatted": false,
686
+ "inlineHelpText": null,
687
+ "label": "Created Date",
688
+ "length": 0,
689
+ "maskType": null,
690
+ "nameField": false,
691
+ "polymorphicForeignKey": false,
692
+ "precision": 0,
693
+ "reference": false,
694
+ "referenceTargetField": null,
695
+ "referenceToInfos": [],
696
+ "relationshipName": null,
697
+ "required": true,
698
+ "scale": 0,
699
+ "searchPrefilterable": false,
700
+ "sortable": true,
701
+ "unique": false,
702
+ "updateable": false
703
+ },
704
+ "Description": {
705
+ "apiName": "Description",
706
+ "calculated": false,
707
+ "compound": false,
708
+ "compoundComponentName": null,
709
+ "compoundFieldName": null,
710
+ "controllerName": null,
711
+ "controllingFields": [],
712
+ "createable": true,
713
+ "custom": false,
714
+ "dataType": "TextArea",
715
+ "externalId": false,
716
+ "extraTypeInfo": "PlainTextArea",
717
+ "filterable": false,
718
+ "filteredLookupInfo": null,
719
+ "highScaleNumber": false,
720
+ "htmlFormatted": false,
721
+ "inlineHelpText": null,
722
+ "label": "Description",
723
+ "length": 32000,
724
+ "maskType": null,
725
+ "nameField": false,
726
+ "polymorphicForeignKey": false,
727
+ "precision": 0,
728
+ "reference": false,
729
+ "referenceTargetField": null,
730
+ "referenceToInfos": [],
731
+ "relationshipName": null,
732
+ "required": false,
733
+ "scale": 0,
734
+ "searchPrefilterable": false,
735
+ "sortable": false,
736
+ "unique": false,
737
+ "updateable": true
738
+ },
739
+ "DueDate": {
740
+ "apiName": "DueDate",
741
+ "calculated": false,
742
+ "compound": false,
743
+ "compoundComponentName": null,
744
+ "compoundFieldName": null,
745
+ "controllerName": null,
746
+ "controllingFields": [],
747
+ "createable": true,
748
+ "custom": false,
749
+ "dataType": "DateTime",
750
+ "externalId": false,
751
+ "extraTypeInfo": null,
752
+ "filterable": true,
753
+ "filteredLookupInfo": null,
754
+ "highScaleNumber": false,
755
+ "htmlFormatted": false,
756
+ "inlineHelpText": null,
757
+ "label": "Due Date",
758
+ "length": 0,
759
+ "maskType": null,
760
+ "nameField": false,
761
+ "polymorphicForeignKey": false,
762
+ "precision": 0,
763
+ "reference": false,
764
+ "referenceTargetField": null,
765
+ "referenceToInfos": [],
766
+ "relationshipName": null,
767
+ "required": true,
768
+ "scale": 0,
769
+ "searchPrefilterable": false,
770
+ "sortable": true,
771
+ "unique": false,
772
+ "updateable": true
773
+ },
774
+ "Duration": {
775
+ "apiName": "Duration",
776
+ "calculated": false,
777
+ "compound": false,
778
+ "compoundComponentName": null,
779
+ "compoundFieldName": null,
780
+ "controllerName": null,
781
+ "controllingFields": [],
782
+ "createable": true,
783
+ "custom": false,
784
+ "dataType": "Double",
785
+ "externalId": false,
786
+ "extraTypeInfo": null,
787
+ "filterable": true,
788
+ "filteredLookupInfo": null,
789
+ "highScaleNumber": false,
790
+ "htmlFormatted": false,
791
+ "inlineHelpText": null,
792
+ "label": "Duration",
793
+ "length": 0,
794
+ "maskType": null,
795
+ "nameField": false,
796
+ "polymorphicForeignKey": false,
797
+ "precision": 18,
798
+ "reference": false,
799
+ "referenceTargetField": null,
800
+ "referenceToInfos": [],
801
+ "relationshipName": null,
802
+ "required": false,
803
+ "scale": 2,
804
+ "searchPrefilterable": false,
805
+ "sortable": true,
806
+ "unique": false,
807
+ "updateable": true
808
+ },
809
+ "DurationInMinutes": {
810
+ "apiName": "DurationInMinutes",
811
+ "calculated": false,
812
+ "compound": false,
813
+ "compoundComponentName": null,
814
+ "compoundFieldName": null,
815
+ "controllerName": null,
816
+ "controllingFields": [],
817
+ "createable": false,
818
+ "custom": false,
819
+ "dataType": "Double",
820
+ "externalId": false,
821
+ "extraTypeInfo": null,
822
+ "filterable": true,
823
+ "filteredLookupInfo": null,
824
+ "highScaleNumber": false,
825
+ "htmlFormatted": false,
826
+ "inlineHelpText": null,
827
+ "label": "Duration in Minutes",
828
+ "length": 0,
829
+ "maskType": null,
830
+ "nameField": false,
831
+ "polymorphicForeignKey": false,
832
+ "precision": 18,
833
+ "reference": false,
834
+ "referenceTargetField": null,
835
+ "referenceToInfos": [],
836
+ "relationshipName": null,
837
+ "required": false,
838
+ "scale": 2,
839
+ "searchPrefilterable": false,
840
+ "sortable": true,
841
+ "unique": false,
842
+ "updateable": false
843
+ },
844
+ "DurationType": {
845
+ "apiName": "DurationType",
846
+ "calculated": false,
847
+ "compound": false,
848
+ "compoundComponentName": null,
849
+ "compoundFieldName": null,
850
+ "controllerName": null,
851
+ "controllingFields": [],
852
+ "createable": true,
853
+ "custom": false,
854
+ "dataType": "Picklist",
855
+ "externalId": false,
856
+ "extraTypeInfo": null,
857
+ "filterable": true,
858
+ "filteredLookupInfo": null,
859
+ "highScaleNumber": false,
860
+ "htmlFormatted": false,
861
+ "inlineHelpText": null,
862
+ "label": "Duration Type",
863
+ "length": 255,
864
+ "maskType": null,
865
+ "nameField": false,
866
+ "polymorphicForeignKey": false,
867
+ "precision": 0,
868
+ "reference": false,
869
+ "referenceTargetField": null,
870
+ "referenceToInfos": [],
871
+ "relationshipName": null,
872
+ "required": false,
873
+ "scale": 0,
874
+ "searchPrefilterable": false,
875
+ "sortable": true,
876
+ "unique": false,
877
+ "updateable": true
878
+ },
879
+ "EarliestStartTime": {
880
+ "apiName": "EarliestStartTime",
881
+ "calculated": false,
882
+ "compound": false,
883
+ "compoundComponentName": null,
884
+ "compoundFieldName": null,
885
+ "controllerName": null,
886
+ "controllingFields": [],
887
+ "createable": true,
888
+ "custom": false,
889
+ "dataType": "DateTime",
890
+ "externalId": false,
891
+ "extraTypeInfo": null,
892
+ "filterable": true,
893
+ "filteredLookupInfo": null,
894
+ "highScaleNumber": false,
895
+ "htmlFormatted": false,
896
+ "inlineHelpText": null,
897
+ "label": "Earliest Start Permitted",
898
+ "length": 0,
899
+ "maskType": null,
900
+ "nameField": false,
901
+ "polymorphicForeignKey": false,
902
+ "precision": 0,
903
+ "reference": false,
904
+ "referenceTargetField": null,
905
+ "referenceToInfos": [],
906
+ "relationshipName": null,
907
+ "required": true,
908
+ "scale": 0,
909
+ "searchPrefilterable": false,
910
+ "sortable": true,
911
+ "unique": false,
912
+ "updateable": true
913
+ },
914
+ "FSL__Appointment_Grade__c": {
915
+ "apiName": "FSL__Appointment_Grade__c",
916
+ "calculated": false,
917
+ "compound": false,
918
+ "compoundComponentName": null,
919
+ "compoundFieldName": null,
920
+ "controllerName": null,
921
+ "controllingFields": [],
922
+ "createable": true,
923
+ "custom": true,
924
+ "dataType": "Double",
925
+ "externalId": false,
926
+ "extraTypeInfo": null,
927
+ "filterable": true,
928
+ "filteredLookupInfo": null,
929
+ "highScaleNumber": false,
930
+ "htmlFormatted": false,
931
+ "inlineHelpText": null,
932
+ "label": "Appointment Grade",
933
+ "length": 0,
934
+ "maskType": null,
935
+ "nameField": false,
936
+ "polymorphicForeignKey": false,
937
+ "precision": 5,
938
+ "reference": false,
939
+ "referenceTargetField": null,
940
+ "referenceToInfos": [],
941
+ "relationshipName": null,
942
+ "required": false,
943
+ "scale": 2,
944
+ "searchPrefilterable": false,
945
+ "sortable": true,
946
+ "unique": false,
947
+ "updateable": true
948
+ },
949
+ "FSL__Auto_Schedule__c": {
950
+ "apiName": "FSL__Auto_Schedule__c",
951
+ "calculated": false,
952
+ "compound": false,
953
+ "compoundComponentName": null,
954
+ "compoundFieldName": null,
955
+ "controllerName": null,
956
+ "controllingFields": [],
957
+ "createable": true,
958
+ "custom": true,
959
+ "dataType": "Boolean",
960
+ "externalId": false,
961
+ "extraTypeInfo": null,
962
+ "filterable": true,
963
+ "filteredLookupInfo": null,
964
+ "highScaleNumber": false,
965
+ "htmlFormatted": false,
966
+ "inlineHelpText": null,
967
+ "label": "Auto Schedule",
968
+ "length": 0,
969
+ "maskType": null,
970
+ "nameField": false,
971
+ "polymorphicForeignKey": false,
972
+ "precision": 0,
973
+ "reference": false,
974
+ "referenceTargetField": null,
975
+ "referenceToInfos": [],
976
+ "relationshipName": null,
977
+ "required": true,
978
+ "scale": 0,
979
+ "searchPrefilterable": false,
980
+ "sortable": true,
981
+ "unique": false,
982
+ "updateable": true
983
+ },
984
+ "FSL__Emergency__c": {
985
+ "apiName": "FSL__Emergency__c",
986
+ "calculated": false,
987
+ "compound": false,
988
+ "compoundComponentName": null,
989
+ "compoundFieldName": null,
990
+ "controllerName": null,
991
+ "controllingFields": [],
992
+ "createable": true,
993
+ "custom": true,
994
+ "dataType": "Boolean",
995
+ "externalId": false,
996
+ "extraTypeInfo": null,
997
+ "filterable": true,
998
+ "filteredLookupInfo": null,
999
+ "highScaleNumber": false,
1000
+ "htmlFormatted": false,
1001
+ "inlineHelpText": null,
1002
+ "label": "Emergency",
1003
+ "length": 0,
1004
+ "maskType": null,
1005
+ "nameField": false,
1006
+ "polymorphicForeignKey": false,
1007
+ "precision": 0,
1008
+ "reference": false,
1009
+ "referenceTargetField": null,
1010
+ "referenceToInfos": [],
1011
+ "relationshipName": null,
1012
+ "required": true,
1013
+ "scale": 0,
1014
+ "searchPrefilterable": false,
1015
+ "sortable": true,
1016
+ "unique": false,
1017
+ "updateable": true
1018
+ },
1019
+ "FSL__GanttColor__c": {
1020
+ "apiName": "FSL__GanttColor__c",
1021
+ "calculated": false,
1022
+ "compound": false,
1023
+ "compoundComponentName": null,
1024
+ "compoundFieldName": null,
1025
+ "controllerName": null,
1026
+ "controllingFields": [],
1027
+ "createable": true,
1028
+ "custom": true,
1029
+ "dataType": "String",
1030
+ "externalId": false,
1031
+ "extraTypeInfo": null,
1032
+ "filterable": true,
1033
+ "filteredLookupInfo": null,
1034
+ "highScaleNumber": false,
1035
+ "htmlFormatted": false,
1036
+ "inlineHelpText": null,
1037
+ "label": "Gantt Color",
1038
+ "length": 7,
1039
+ "maskType": null,
1040
+ "nameField": false,
1041
+ "polymorphicForeignKey": false,
1042
+ "precision": 0,
1043
+ "reference": false,
1044
+ "referenceTargetField": null,
1045
+ "referenceToInfos": [],
1046
+ "relationshipName": null,
1047
+ "required": false,
1048
+ "scale": 0,
1049
+ "searchPrefilterable": false,
1050
+ "sortable": true,
1051
+ "unique": false,
1052
+ "updateable": true
1053
+ },
1054
+ "FSL__GanttLabel__c": {
1055
+ "apiName": "FSL__GanttLabel__c",
1056
+ "calculated": false,
1057
+ "compound": false,
1058
+ "compoundComponentName": null,
1059
+ "compoundFieldName": null,
1060
+ "controllerName": null,
1061
+ "controllingFields": [],
1062
+ "createable": true,
1063
+ "custom": true,
1064
+ "dataType": "String",
1065
+ "externalId": false,
1066
+ "extraTypeInfo": null,
1067
+ "filterable": true,
1068
+ "filteredLookupInfo": null,
1069
+ "highScaleNumber": false,
1070
+ "htmlFormatted": false,
1071
+ "inlineHelpText": null,
1072
+ "label": "Gantt Label",
1073
+ "length": 255,
1074
+ "maskType": null,
1075
+ "nameField": false,
1076
+ "polymorphicForeignKey": false,
1077
+ "precision": 0,
1078
+ "reference": false,
1079
+ "referenceTargetField": null,
1080
+ "referenceToInfos": [],
1081
+ "relationshipName": null,
1082
+ "required": false,
1083
+ "scale": 0,
1084
+ "searchPrefilterable": false,
1085
+ "sortable": true,
1086
+ "unique": false,
1087
+ "updateable": true
1088
+ },
1089
+ "FSL__InJeopardyReason__c": {
1090
+ "apiName": "FSL__InJeopardyReason__c",
1091
+ "calculated": false,
1092
+ "compound": false,
1093
+ "compoundComponentName": null,
1094
+ "compoundFieldName": null,
1095
+ "controllerName": null,
1096
+ "controllingFields": [],
1097
+ "createable": true,
1098
+ "custom": true,
1099
+ "dataType": "Picklist",
1100
+ "externalId": false,
1101
+ "extraTypeInfo": null,
1102
+ "filterable": true,
1103
+ "filteredLookupInfo": null,
1104
+ "highScaleNumber": false,
1105
+ "htmlFormatted": false,
1106
+ "inlineHelpText": null,
1107
+ "label": "In Jeopardy Reason",
1108
+ "length": 255,
1109
+ "maskType": null,
1110
+ "nameField": false,
1111
+ "polymorphicForeignKey": false,
1112
+ "precision": 0,
1113
+ "reference": false,
1114
+ "referenceTargetField": null,
1115
+ "referenceToInfos": [],
1116
+ "relationshipName": null,
1117
+ "required": false,
1118
+ "scale": 0,
1119
+ "searchPrefilterable": false,
1120
+ "sortable": true,
1121
+ "unique": false,
1122
+ "updateable": true
1123
+ },
1124
+ "FSL__InJeopardy__c": {
1125
+ "apiName": "FSL__InJeopardy__c",
1126
+ "calculated": false,
1127
+ "compound": false,
1128
+ "compoundComponentName": null,
1129
+ "compoundFieldName": null,
1130
+ "controllerName": null,
1131
+ "controllingFields": [],
1132
+ "createable": true,
1133
+ "custom": true,
1134
+ "dataType": "Boolean",
1135
+ "externalId": false,
1136
+ "extraTypeInfo": null,
1137
+ "filterable": true,
1138
+ "filteredLookupInfo": null,
1139
+ "highScaleNumber": false,
1140
+ "htmlFormatted": false,
1141
+ "inlineHelpText": null,
1142
+ "label": "In Jeopardy",
1143
+ "length": 0,
1144
+ "maskType": null,
1145
+ "nameField": false,
1146
+ "polymorphicForeignKey": false,
1147
+ "precision": 0,
1148
+ "reference": false,
1149
+ "referenceTargetField": null,
1150
+ "referenceToInfos": [],
1151
+ "relationshipName": null,
1152
+ "required": true,
1153
+ "scale": 0,
1154
+ "searchPrefilterable": false,
1155
+ "sortable": true,
1156
+ "unique": false,
1157
+ "updateable": true
1158
+ },
1159
+ "FSL__InternalSLRGeolocation__Latitude__s": {
1160
+ "apiName": "FSL__InternalSLRGeolocation__Latitude__s",
1161
+ "calculated": false,
1162
+ "compound": false,
1163
+ "compoundComponentName": "Latitude",
1164
+ "compoundFieldName": "FSL__InternalSLRGeolocation__c",
1165
+ "controllerName": null,
1166
+ "controllingFields": [],
1167
+ "createable": true,
1168
+ "custom": true,
1169
+ "dataType": "Double",
1170
+ "externalId": false,
1171
+ "extraTypeInfo": null,
1172
+ "filterable": true,
1173
+ "filteredLookupInfo": null,
1174
+ "highScaleNumber": false,
1175
+ "htmlFormatted": false,
1176
+ "inlineHelpText": null,
1177
+ "label": "Internal SLR Geolocation (Latitude)",
1178
+ "length": 0,
1179
+ "maskType": null,
1180
+ "nameField": false,
1181
+ "polymorphicForeignKey": false,
1182
+ "precision": 9,
1183
+ "reference": false,
1184
+ "referenceTargetField": null,
1185
+ "referenceToInfos": [],
1186
+ "relationshipName": null,
1187
+ "required": false,
1188
+ "scale": 6,
1189
+ "searchPrefilterable": false,
1190
+ "sortable": true,
1191
+ "unique": false,
1192
+ "updateable": true
1193
+ },
1194
+ "FSL__InternalSLRGeolocation__Longitude__s": {
1195
+ "apiName": "FSL__InternalSLRGeolocation__Longitude__s",
1196
+ "calculated": false,
1197
+ "compound": false,
1198
+ "compoundComponentName": "Longitude",
1199
+ "compoundFieldName": "FSL__InternalSLRGeolocation__c",
1200
+ "controllerName": null,
1201
+ "controllingFields": [],
1202
+ "createable": true,
1203
+ "custom": true,
1204
+ "dataType": "Double",
1205
+ "externalId": false,
1206
+ "extraTypeInfo": null,
1207
+ "filterable": true,
1208
+ "filteredLookupInfo": null,
1209
+ "highScaleNumber": false,
1210
+ "htmlFormatted": false,
1211
+ "inlineHelpText": null,
1212
+ "label": "Internal SLR Geolocation (Longitude)",
1213
+ "length": 0,
1214
+ "maskType": null,
1215
+ "nameField": false,
1216
+ "polymorphicForeignKey": false,
1217
+ "precision": 9,
1218
+ "reference": false,
1219
+ "referenceTargetField": null,
1220
+ "referenceToInfos": [],
1221
+ "relationshipName": null,
1222
+ "required": false,
1223
+ "scale": 6,
1224
+ "searchPrefilterable": false,
1225
+ "sortable": true,
1226
+ "unique": false,
1227
+ "updateable": true
1228
+ },
1229
+ "FSL__InternalSLRGeolocation__c": {
1230
+ "apiName": "FSL__InternalSLRGeolocation__c",
1231
+ "calculated": false,
1232
+ "compound": true,
1233
+ "compoundComponentName": null,
1234
+ "compoundFieldName": null,
1235
+ "controllerName": null,
1236
+ "controllingFields": [],
1237
+ "createable": false,
1238
+ "custom": true,
1239
+ "dataType": "Location",
1240
+ "externalId": false,
1241
+ "extraTypeInfo": null,
1242
+ "filterable": false,
1243
+ "filteredLookupInfo": null,
1244
+ "highScaleNumber": false,
1245
+ "htmlFormatted": false,
1246
+ "inlineHelpText": null,
1247
+ "label": "Internal SLR Geolocation",
1248
+ "length": 0,
1249
+ "maskType": null,
1250
+ "nameField": false,
1251
+ "polymorphicForeignKey": false,
1252
+ "precision": 0,
1253
+ "reference": false,
1254
+ "referenceTargetField": null,
1255
+ "referenceToInfos": [],
1256
+ "relationshipName": null,
1257
+ "required": false,
1258
+ "scale": 0,
1259
+ "searchPrefilterable": false,
1260
+ "sortable": false,
1261
+ "unique": false,
1262
+ "updateable": false
1263
+ },
1264
+ "FSL__IsFillInCandidate__c": {
1265
+ "apiName": "FSL__IsFillInCandidate__c",
1266
+ "calculated": false,
1267
+ "compound": false,
1268
+ "compoundComponentName": null,
1269
+ "compoundFieldName": null,
1270
+ "controllerName": null,
1271
+ "controllingFields": [],
1272
+ "createable": true,
1273
+ "custom": true,
1274
+ "dataType": "Boolean",
1275
+ "externalId": false,
1276
+ "extraTypeInfo": null,
1277
+ "filterable": true,
1278
+ "filteredLookupInfo": null,
1279
+ "highScaleNumber": false,
1280
+ "htmlFormatted": false,
1281
+ "inlineHelpText": null,
1282
+ "label": "Is Fill In Candidate",
1283
+ "length": 0,
1284
+ "maskType": null,
1285
+ "nameField": false,
1286
+ "polymorphicForeignKey": false,
1287
+ "precision": 0,
1288
+ "reference": false,
1289
+ "referenceTargetField": null,
1290
+ "referenceToInfos": [],
1291
+ "relationshipName": null,
1292
+ "required": true,
1293
+ "scale": 0,
1294
+ "searchPrefilterable": false,
1295
+ "sortable": true,
1296
+ "unique": false,
1297
+ "updateable": true
1298
+ },
1299
+ "FSL__IsMultiDay__c": {
1300
+ "apiName": "FSL__IsMultiDay__c",
1301
+ "calculated": false,
1302
+ "compound": false,
1303
+ "compoundComponentName": null,
1304
+ "compoundFieldName": null,
1305
+ "controllerName": null,
1306
+ "controllingFields": [],
1307
+ "createable": true,
1308
+ "custom": true,
1309
+ "dataType": "Boolean",
1310
+ "externalId": false,
1311
+ "extraTypeInfo": null,
1312
+ "filterable": true,
1313
+ "filteredLookupInfo": null,
1314
+ "highScaleNumber": false,
1315
+ "htmlFormatted": false,
1316
+ "inlineHelpText": null,
1317
+ "label": "Is MultiDay",
1318
+ "length": 0,
1319
+ "maskType": null,
1320
+ "nameField": false,
1321
+ "polymorphicForeignKey": false,
1322
+ "precision": 0,
1323
+ "reference": false,
1324
+ "referenceTargetField": null,
1325
+ "referenceToInfos": [],
1326
+ "relationshipName": null,
1327
+ "required": true,
1328
+ "scale": 0,
1329
+ "searchPrefilterable": false,
1330
+ "sortable": true,
1331
+ "unique": false,
1332
+ "updateable": true
1333
+ },
1334
+ "FSL__MDS_Calculated_length__c": {
1335
+ "apiName": "FSL__MDS_Calculated_length__c",
1336
+ "calculated": false,
1337
+ "compound": false,
1338
+ "compoundComponentName": null,
1339
+ "compoundFieldName": null,
1340
+ "controllerName": null,
1341
+ "controllingFields": [],
1342
+ "createable": true,
1343
+ "custom": true,
1344
+ "dataType": "Double",
1345
+ "externalId": false,
1346
+ "extraTypeInfo": null,
1347
+ "filterable": true,
1348
+ "filteredLookupInfo": null,
1349
+ "highScaleNumber": false,
1350
+ "htmlFormatted": false,
1351
+ "inlineHelpText": null,
1352
+ "label": "Multiday Work Calculated length",
1353
+ "length": 0,
1354
+ "maskType": null,
1355
+ "nameField": false,
1356
+ "polymorphicForeignKey": false,
1357
+ "precision": 10,
1358
+ "reference": false,
1359
+ "referenceTargetField": null,
1360
+ "referenceToInfos": [],
1361
+ "relationshipName": null,
1362
+ "required": false,
1363
+ "scale": 0,
1364
+ "searchPrefilterable": false,
1365
+ "sortable": true,
1366
+ "unique": false,
1367
+ "updateable": true
1368
+ },
1369
+ "FSL__MDT_Operational_Time__c": {
1370
+ "apiName": "FSL__MDT_Operational_Time__c",
1371
+ "calculated": false,
1372
+ "compound": false,
1373
+ "compoundComponentName": null,
1374
+ "compoundFieldName": null,
1375
+ "controllerName": null,
1376
+ "controllingFields": [],
1377
+ "createable": true,
1378
+ "custom": true,
1379
+ "dataType": "TextArea",
1380
+ "externalId": false,
1381
+ "extraTypeInfo": "PlainTextArea",
1382
+ "filterable": false,
1383
+ "filteredLookupInfo": null,
1384
+ "highScaleNumber": false,
1385
+ "htmlFormatted": false,
1386
+ "inlineHelpText": null,
1387
+ "label": "Multiday Work Operational Time",
1388
+ "length": 131072,
1389
+ "maskType": null,
1390
+ "nameField": false,
1391
+ "polymorphicForeignKey": false,
1392
+ "precision": 0,
1393
+ "reference": false,
1394
+ "referenceTargetField": null,
1395
+ "referenceToInfos": [],
1396
+ "relationshipName": null,
1397
+ "required": false,
1398
+ "scale": 0,
1399
+ "searchPrefilterable": false,
1400
+ "sortable": false,
1401
+ "unique": false,
1402
+ "updateable": true
1403
+ },
1404
+ "FSL__Pinned__c": {
1405
+ "apiName": "FSL__Pinned__c",
1406
+ "calculated": false,
1407
+ "compound": false,
1408
+ "compoundComponentName": null,
1409
+ "compoundFieldName": null,
1410
+ "controllerName": null,
1411
+ "controllingFields": [],
1412
+ "createable": true,
1413
+ "custom": true,
1414
+ "dataType": "Boolean",
1415
+ "externalId": false,
1416
+ "extraTypeInfo": null,
1417
+ "filterable": true,
1418
+ "filteredLookupInfo": null,
1419
+ "highScaleNumber": false,
1420
+ "htmlFormatted": false,
1421
+ "inlineHelpText": null,
1422
+ "label": "Pinned",
1423
+ "length": 0,
1424
+ "maskType": null,
1425
+ "nameField": false,
1426
+ "polymorphicForeignKey": false,
1427
+ "precision": 0,
1428
+ "reference": false,
1429
+ "referenceTargetField": null,
1430
+ "referenceToInfos": [],
1431
+ "relationshipName": null,
1432
+ "required": true,
1433
+ "scale": 0,
1434
+ "searchPrefilterable": false,
1435
+ "sortable": true,
1436
+ "unique": false,
1437
+ "updateable": true
1438
+ },
1439
+ "FSL__Prevent_Geocoding_For_Chatter_Actions__c": {
1440
+ "apiName": "FSL__Prevent_Geocoding_For_Chatter_Actions__c",
1441
+ "calculated": false,
1442
+ "compound": false,
1443
+ "compoundComponentName": null,
1444
+ "compoundFieldName": null,
1445
+ "controllerName": null,
1446
+ "controllingFields": [],
1447
+ "createable": true,
1448
+ "custom": true,
1449
+ "dataType": "Boolean",
1450
+ "externalId": false,
1451
+ "extraTypeInfo": null,
1452
+ "filterable": true,
1453
+ "filteredLookupInfo": null,
1454
+ "highScaleNumber": false,
1455
+ "htmlFormatted": false,
1456
+ "inlineHelpText": null,
1457
+ "label": "Prevent Geocoding For Chatter Actions",
1458
+ "length": 0,
1459
+ "maskType": null,
1460
+ "nameField": false,
1461
+ "polymorphicForeignKey": false,
1462
+ "precision": 0,
1463
+ "reference": false,
1464
+ "referenceTargetField": null,
1465
+ "referenceToInfos": [],
1466
+ "relationshipName": null,
1467
+ "required": true,
1468
+ "scale": 0,
1469
+ "searchPrefilterable": false,
1470
+ "sortable": true,
1471
+ "unique": false,
1472
+ "updateable": true
1473
+ },
1474
+ "FSL__Related_Service__c": {
1475
+ "apiName": "FSL__Related_Service__c",
1476
+ "calculated": false,
1477
+ "compound": false,
1478
+ "compoundComponentName": null,
1479
+ "compoundFieldName": null,
1480
+ "controllerName": null,
1481
+ "controllingFields": [],
1482
+ "createable": true,
1483
+ "custom": true,
1484
+ "dataType": "Reference",
1485
+ "externalId": false,
1486
+ "extraTypeInfo": null,
1487
+ "filterable": true,
1488
+ "filteredLookupInfo": null,
1489
+ "highScaleNumber": false,
1490
+ "htmlFormatted": false,
1491
+ "inlineHelpText": null,
1492
+ "label": "Related Service",
1493
+ "length": 18,
1494
+ "maskType": null,
1495
+ "nameField": false,
1496
+ "polymorphicForeignKey": false,
1497
+ "precision": 0,
1498
+ "reference": true,
1499
+ "referenceTargetField": null,
1500
+ "referenceToInfos": [
1501
+ {
1502
+ "apiName": "ServiceAppointment",
1503
+ "nameFields": ["AppointmentNumber"]
1504
+ }
1505
+ ],
1506
+ "relationshipName": "FSL__Related_Service__r",
1507
+ "required": false,
1508
+ "scale": 0,
1509
+ "searchPrefilterable": true,
1510
+ "sortable": true,
1511
+ "unique": false,
1512
+ "updateable": true
1513
+ },
1514
+ "FSL__Same_Day__c": {
1515
+ "apiName": "FSL__Same_Day__c",
1516
+ "calculated": false,
1517
+ "compound": false,
1518
+ "compoundComponentName": null,
1519
+ "compoundFieldName": null,
1520
+ "controllerName": null,
1521
+ "controllingFields": [],
1522
+ "createable": true,
1523
+ "custom": true,
1524
+ "dataType": "Boolean",
1525
+ "externalId": false,
1526
+ "extraTypeInfo": null,
1527
+ "filterable": true,
1528
+ "filteredLookupInfo": null,
1529
+ "highScaleNumber": false,
1530
+ "htmlFormatted": false,
1531
+ "inlineHelpText": null,
1532
+ "label": "Same Day",
1533
+ "length": 0,
1534
+ "maskType": null,
1535
+ "nameField": false,
1536
+ "polymorphicForeignKey": false,
1537
+ "precision": 0,
1538
+ "reference": false,
1539
+ "referenceTargetField": null,
1540
+ "referenceToInfos": [],
1541
+ "relationshipName": null,
1542
+ "required": true,
1543
+ "scale": 0,
1544
+ "searchPrefilterable": false,
1545
+ "sortable": true,
1546
+ "unique": false,
1547
+ "updateable": true
1548
+ },
1549
+ "FSL__Same_Resource__c": {
1550
+ "apiName": "FSL__Same_Resource__c",
1551
+ "calculated": false,
1552
+ "compound": false,
1553
+ "compoundComponentName": null,
1554
+ "compoundFieldName": null,
1555
+ "controllerName": null,
1556
+ "controllingFields": [],
1557
+ "createable": true,
1558
+ "custom": true,
1559
+ "dataType": "Boolean",
1560
+ "externalId": false,
1561
+ "extraTypeInfo": null,
1562
+ "filterable": true,
1563
+ "filteredLookupInfo": null,
1564
+ "highScaleNumber": false,
1565
+ "htmlFormatted": false,
1566
+ "inlineHelpText": null,
1567
+ "label": "Same Resource",
1568
+ "length": 0,
1569
+ "maskType": null,
1570
+ "nameField": false,
1571
+ "polymorphicForeignKey": false,
1572
+ "precision": 0,
1573
+ "reference": false,
1574
+ "referenceTargetField": null,
1575
+ "referenceToInfos": [],
1576
+ "relationshipName": null,
1577
+ "required": true,
1578
+ "scale": 0,
1579
+ "searchPrefilterable": false,
1580
+ "sortable": true,
1581
+ "unique": false,
1582
+ "updateable": true
1583
+ },
1584
+ "FSL__Schedule_Mode__c": {
1585
+ "apiName": "FSL__Schedule_Mode__c",
1586
+ "calculated": false,
1587
+ "compound": false,
1588
+ "compoundComponentName": null,
1589
+ "compoundFieldName": null,
1590
+ "controllerName": null,
1591
+ "controllingFields": [],
1592
+ "createable": true,
1593
+ "custom": true,
1594
+ "dataType": "Picklist",
1595
+ "externalId": false,
1596
+ "extraTypeInfo": null,
1597
+ "filterable": true,
1598
+ "filteredLookupInfo": null,
1599
+ "highScaleNumber": false,
1600
+ "htmlFormatted": false,
1601
+ "inlineHelpText": null,
1602
+ "label": "Schedule Mode",
1603
+ "length": 255,
1604
+ "maskType": null,
1605
+ "nameField": false,
1606
+ "polymorphicForeignKey": false,
1607
+ "precision": 0,
1608
+ "reference": false,
1609
+ "referenceTargetField": null,
1610
+ "referenceToInfos": [],
1611
+ "relationshipName": null,
1612
+ "required": false,
1613
+ "scale": 0,
1614
+ "searchPrefilterable": false,
1615
+ "sortable": true,
1616
+ "unique": false,
1617
+ "updateable": true
1618
+ },
1619
+ "FSL__Schedule_over_lower_priority_appointment__c": {
1620
+ "apiName": "FSL__Schedule_over_lower_priority_appointment__c",
1621
+ "calculated": false,
1622
+ "compound": false,
1623
+ "compoundComponentName": null,
1624
+ "compoundFieldName": null,
1625
+ "controllerName": null,
1626
+ "controllingFields": [],
1627
+ "createable": true,
1628
+ "custom": true,
1629
+ "dataType": "Boolean",
1630
+ "externalId": false,
1631
+ "extraTypeInfo": null,
1632
+ "filterable": true,
1633
+ "filteredLookupInfo": null,
1634
+ "highScaleNumber": false,
1635
+ "htmlFormatted": false,
1636
+ "inlineHelpText": null,
1637
+ "label": "Schedule Over Lower Priority Appointment",
1638
+ "length": 0,
1639
+ "maskType": null,
1640
+ "nameField": false,
1641
+ "polymorphicForeignKey": false,
1642
+ "precision": 0,
1643
+ "reference": false,
1644
+ "referenceTargetField": null,
1645
+ "referenceToInfos": [],
1646
+ "relationshipName": null,
1647
+ "required": true,
1648
+ "scale": 0,
1649
+ "searchPrefilterable": false,
1650
+ "sortable": true,
1651
+ "unique": false,
1652
+ "updateable": true
1653
+ },
1654
+ "FSL__Time_Dependency__c": {
1655
+ "apiName": "FSL__Time_Dependency__c",
1656
+ "calculated": false,
1657
+ "compound": false,
1658
+ "compoundComponentName": null,
1659
+ "compoundFieldName": null,
1660
+ "controllerName": null,
1661
+ "controllingFields": [],
1662
+ "createable": true,
1663
+ "custom": true,
1664
+ "dataType": "Picklist",
1665
+ "externalId": false,
1666
+ "extraTypeInfo": null,
1667
+ "filterable": true,
1668
+ "filteredLookupInfo": null,
1669
+ "highScaleNumber": false,
1670
+ "htmlFormatted": false,
1671
+ "inlineHelpText": null,
1672
+ "label": "Time Dependency",
1673
+ "length": 255,
1674
+ "maskType": null,
1675
+ "nameField": false,
1676
+ "polymorphicForeignKey": false,
1677
+ "precision": 0,
1678
+ "reference": false,
1679
+ "referenceTargetField": null,
1680
+ "referenceToInfos": [],
1681
+ "relationshipName": null,
1682
+ "required": false,
1683
+ "scale": 0,
1684
+ "searchPrefilterable": false,
1685
+ "sortable": true,
1686
+ "unique": false,
1687
+ "updateable": true
1688
+ },
1689
+ "FSL__UpdatedByOptimization__c": {
1690
+ "apiName": "FSL__UpdatedByOptimization__c",
1691
+ "calculated": false,
1692
+ "compound": false,
1693
+ "compoundComponentName": null,
1694
+ "compoundFieldName": null,
1695
+ "controllerName": null,
1696
+ "controllingFields": [],
1697
+ "createable": true,
1698
+ "custom": true,
1699
+ "dataType": "Boolean",
1700
+ "externalId": false,
1701
+ "extraTypeInfo": null,
1702
+ "filterable": true,
1703
+ "filteredLookupInfo": null,
1704
+ "highScaleNumber": false,
1705
+ "htmlFormatted": false,
1706
+ "inlineHelpText": null,
1707
+ "label": "UpdatedByOptimization",
1708
+ "length": 0,
1709
+ "maskType": null,
1710
+ "nameField": false,
1711
+ "polymorphicForeignKey": false,
1712
+ "precision": 0,
1713
+ "reference": false,
1714
+ "referenceTargetField": null,
1715
+ "referenceToInfos": [],
1716
+ "relationshipName": null,
1717
+ "required": true,
1718
+ "scale": 0,
1719
+ "searchPrefilterable": false,
1720
+ "sortable": true,
1721
+ "unique": false,
1722
+ "updateable": true
1723
+ },
1724
+ "FSL__Virtual_Service_For_Chatter_Action__c": {
1725
+ "apiName": "FSL__Virtual_Service_For_Chatter_Action__c",
1726
+ "calculated": false,
1727
+ "compound": false,
1728
+ "compoundComponentName": null,
1729
+ "compoundFieldName": null,
1730
+ "controllerName": null,
1731
+ "controllingFields": [],
1732
+ "createable": true,
1733
+ "custom": true,
1734
+ "dataType": "Boolean",
1735
+ "externalId": false,
1736
+ "extraTypeInfo": null,
1737
+ "filterable": true,
1738
+ "filteredLookupInfo": null,
1739
+ "highScaleNumber": false,
1740
+ "htmlFormatted": false,
1741
+ "inlineHelpText": null,
1742
+ "label": "Virtual Service For Chatter Action (SLR)",
1743
+ "length": 0,
1744
+ "maskType": null,
1745
+ "nameField": false,
1746
+ "polymorphicForeignKey": false,
1747
+ "precision": 0,
1748
+ "reference": false,
1749
+ "referenceTargetField": null,
1750
+ "referenceToInfos": [],
1751
+ "relationshipName": null,
1752
+ "required": true,
1753
+ "scale": 0,
1754
+ "searchPrefilterable": false,
1755
+ "sortable": true,
1756
+ "unique": false,
1757
+ "updateable": true
1758
+ },
1759
+ "GeocodeAccuracy": {
1760
+ "apiName": "GeocodeAccuracy",
1761
+ "calculated": false,
1762
+ "compound": false,
1763
+ "compoundComponentName": "GeocodeAccuracy",
1764
+ "compoundFieldName": "Address",
1765
+ "controllerName": null,
1766
+ "controllingFields": [],
1767
+ "createable": true,
1768
+ "custom": false,
1769
+ "dataType": "Picklist",
1770
+ "externalId": false,
1771
+ "extraTypeInfo": null,
1772
+ "filterable": true,
1773
+ "filteredLookupInfo": null,
1774
+ "highScaleNumber": false,
1775
+ "htmlFormatted": false,
1776
+ "inlineHelpText": null,
1777
+ "label": "Geocode Accuracy",
1778
+ "length": 255,
1779
+ "maskType": null,
1780
+ "nameField": false,
1781
+ "polymorphicForeignKey": false,
1782
+ "precision": 0,
1783
+ "reference": false,
1784
+ "referenceTargetField": null,
1785
+ "referenceToInfos": [],
1786
+ "relationshipName": null,
1787
+ "required": false,
1788
+ "scale": 0,
1789
+ "searchPrefilterable": false,
1790
+ "sortable": true,
1791
+ "unique": false,
1792
+ "updateable": true
1793
+ },
1794
+ "Id": {
1795
+ "apiName": "Id",
1796
+ "calculated": false,
1797
+ "compound": false,
1798
+ "compoundComponentName": null,
1799
+ "compoundFieldName": null,
1800
+ "controllerName": null,
1801
+ "controllingFields": [],
1802
+ "createable": false,
1803
+ "custom": false,
1804
+ "dataType": "String",
1805
+ "externalId": false,
1806
+ "extraTypeInfo": null,
1807
+ "filterable": true,
1808
+ "filteredLookupInfo": null,
1809
+ "highScaleNumber": false,
1810
+ "htmlFormatted": false,
1811
+ "inlineHelpText": null,
1812
+ "label": "Service Appointment ID",
1813
+ "length": 18,
1814
+ "maskType": null,
1815
+ "nameField": false,
1816
+ "polymorphicForeignKey": false,
1817
+ "precision": 0,
1818
+ "reference": false,
1819
+ "referenceTargetField": null,
1820
+ "referenceToInfos": [],
1821
+ "relationshipName": null,
1822
+ "required": true,
1823
+ "scale": 0,
1824
+ "searchPrefilterable": false,
1825
+ "sortable": true,
1826
+ "unique": false,
1827
+ "updateable": false
1828
+ },
1829
+ "Incomplete_Status_Count__c": {
1830
+ "apiName": "Incomplete_Status_Count__c",
1831
+ "calculated": true,
1832
+ "compound": false,
1833
+ "compoundComponentName": null,
1834
+ "compoundFieldName": null,
1835
+ "controllerName": null,
1836
+ "controllingFields": [],
1837
+ "createable": false,
1838
+ "custom": true,
1839
+ "dataType": "Double",
1840
+ "externalId": false,
1841
+ "extraTypeInfo": null,
1842
+ "filterable": true,
1843
+ "filteredLookupInfo": null,
1844
+ "highScaleNumber": false,
1845
+ "htmlFormatted": false,
1846
+ "inlineHelpText": null,
1847
+ "label": "Incomplete Status Count",
1848
+ "length": 0,
1849
+ "maskType": null,
1850
+ "nameField": false,
1851
+ "polymorphicForeignKey": false,
1852
+ "precision": 18,
1853
+ "reference": false,
1854
+ "referenceTargetField": null,
1855
+ "referenceToInfos": [],
1856
+ "relationshipName": null,
1857
+ "required": false,
1858
+ "scale": 2,
1859
+ "searchPrefilterable": false,
1860
+ "sortable": true,
1861
+ "unique": false,
1862
+ "updateable": false
1863
+ },
1864
+ "IsBundle": {
1865
+ "apiName": "IsBundle",
1866
+ "calculated": false,
1867
+ "compound": false,
1868
+ "compoundComponentName": null,
1869
+ "compoundFieldName": null,
1870
+ "controllerName": null,
1871
+ "controllingFields": [],
1872
+ "createable": true,
1873
+ "custom": false,
1874
+ "dataType": "Boolean",
1875
+ "externalId": false,
1876
+ "extraTypeInfo": null,
1877
+ "filterable": true,
1878
+ "filteredLookupInfo": null,
1879
+ "highScaleNumber": false,
1880
+ "htmlFormatted": false,
1881
+ "inlineHelpText": null,
1882
+ "label": "Bundle",
1883
+ "length": 0,
1884
+ "maskType": null,
1885
+ "nameField": false,
1886
+ "polymorphicForeignKey": false,
1887
+ "precision": 0,
1888
+ "reference": false,
1889
+ "referenceTargetField": null,
1890
+ "referenceToInfos": [],
1891
+ "relationshipName": null,
1892
+ "required": true,
1893
+ "scale": 0,
1894
+ "searchPrefilterable": false,
1895
+ "sortable": true,
1896
+ "unique": false,
1897
+ "updateable": true
1898
+ },
1899
+ "IsBundleMember": {
1900
+ "apiName": "IsBundleMember",
1901
+ "calculated": false,
1902
+ "compound": false,
1903
+ "compoundComponentName": null,
1904
+ "compoundFieldName": null,
1905
+ "controllerName": null,
1906
+ "controllingFields": [],
1907
+ "createable": true,
1908
+ "custom": false,
1909
+ "dataType": "Boolean",
1910
+ "externalId": false,
1911
+ "extraTypeInfo": null,
1912
+ "filterable": true,
1913
+ "filteredLookupInfo": null,
1914
+ "highScaleNumber": false,
1915
+ "htmlFormatted": false,
1916
+ "inlineHelpText": null,
1917
+ "label": "Bundle Member",
1918
+ "length": 0,
1919
+ "maskType": null,
1920
+ "nameField": false,
1921
+ "polymorphicForeignKey": false,
1922
+ "precision": 0,
1923
+ "reference": false,
1924
+ "referenceTargetField": null,
1925
+ "referenceToInfos": [],
1926
+ "relationshipName": null,
1927
+ "required": true,
1928
+ "scale": 0,
1929
+ "searchPrefilterable": false,
1930
+ "sortable": true,
1931
+ "unique": false,
1932
+ "updateable": true
1933
+ },
1934
+ "IsDeleted": {
1935
+ "apiName": "IsDeleted",
1936
+ "calculated": false,
1937
+ "compound": false,
1938
+ "compoundComponentName": null,
1939
+ "compoundFieldName": null,
1940
+ "controllerName": null,
1941
+ "controllingFields": [],
1942
+ "createable": false,
1943
+ "custom": false,
1944
+ "dataType": "Boolean",
1945
+ "externalId": false,
1946
+ "extraTypeInfo": null,
1947
+ "filterable": true,
1948
+ "filteredLookupInfo": null,
1949
+ "highScaleNumber": false,
1950
+ "htmlFormatted": false,
1951
+ "inlineHelpText": null,
1952
+ "label": "Deleted",
1953
+ "length": 0,
1954
+ "maskType": null,
1955
+ "nameField": false,
1956
+ "polymorphicForeignKey": false,
1957
+ "precision": 0,
1958
+ "reference": false,
1959
+ "referenceTargetField": null,
1960
+ "referenceToInfos": [],
1961
+ "relationshipName": null,
1962
+ "required": true,
1963
+ "scale": 0,
1964
+ "searchPrefilterable": false,
1965
+ "sortable": true,
1966
+ "unique": false,
1967
+ "updateable": false
1968
+ },
1969
+ "IsLocked": {
1970
+ "apiName": "IsLocked",
1971
+ "calculated": false,
1972
+ "compound": false,
1973
+ "compoundComponentName": null,
1974
+ "compoundFieldName": null,
1975
+ "controllerName": null,
1976
+ "controllingFields": [],
1977
+ "createable": false,
1978
+ "custom": false,
1979
+ "dataType": "Boolean",
1980
+ "externalId": false,
1981
+ "extraTypeInfo": null,
1982
+ "filterable": true,
1983
+ "filteredLookupInfo": null,
1984
+ "highScaleNumber": false,
1985
+ "htmlFormatted": false,
1986
+ "inlineHelpText": null,
1987
+ "label": "Is Locked",
1988
+ "length": 0,
1989
+ "maskType": null,
1990
+ "nameField": false,
1991
+ "polymorphicForeignKey": false,
1992
+ "precision": 0,
1993
+ "reference": false,
1994
+ "referenceTargetField": null,
1995
+ "referenceToInfos": [],
1996
+ "relationshipName": null,
1997
+ "required": true,
1998
+ "scale": 0,
1999
+ "searchPrefilterable": false,
2000
+ "sortable": true,
2001
+ "unique": false,
2002
+ "updateable": false
2003
+ },
2004
+ "IsManuallyBundled": {
2005
+ "apiName": "IsManuallyBundled",
2006
+ "calculated": false,
2007
+ "compound": false,
2008
+ "compoundComponentName": null,
2009
+ "compoundFieldName": null,
2010
+ "controllerName": null,
2011
+ "controllingFields": [],
2012
+ "createable": true,
2013
+ "custom": false,
2014
+ "dataType": "Boolean",
2015
+ "externalId": false,
2016
+ "extraTypeInfo": null,
2017
+ "filterable": true,
2018
+ "filteredLookupInfo": null,
2019
+ "highScaleNumber": false,
2020
+ "htmlFormatted": false,
2021
+ "inlineHelpText": null,
2022
+ "label": "Manually Bundled",
2023
+ "length": 0,
2024
+ "maskType": null,
2025
+ "nameField": false,
2026
+ "polymorphicForeignKey": false,
2027
+ "precision": 0,
2028
+ "reference": false,
2029
+ "referenceTargetField": null,
2030
+ "referenceToInfos": [],
2031
+ "relationshipName": null,
2032
+ "required": true,
2033
+ "scale": 0,
2034
+ "searchPrefilterable": false,
2035
+ "sortable": true,
2036
+ "unique": false,
2037
+ "updateable": true
2038
+ },
2039
+ "LastModifiedById": {
2040
+ "apiName": "LastModifiedById",
2041
+ "calculated": false,
2042
+ "compound": false,
2043
+ "compoundComponentName": null,
2044
+ "compoundFieldName": null,
2045
+ "controllerName": null,
2046
+ "controllingFields": [],
2047
+ "createable": false,
2048
+ "custom": false,
2049
+ "dataType": "Reference",
2050
+ "externalId": false,
2051
+ "extraTypeInfo": null,
2052
+ "filterable": true,
2053
+ "filteredLookupInfo": null,
2054
+ "highScaleNumber": false,
2055
+ "htmlFormatted": false,
2056
+ "inlineHelpText": null,
2057
+ "label": "Last Modified By ID",
2058
+ "length": 18,
2059
+ "maskType": null,
2060
+ "nameField": false,
2061
+ "polymorphicForeignKey": false,
2062
+ "precision": 0,
2063
+ "reference": true,
2064
+ "referenceTargetField": null,
2065
+ "referenceToInfos": [
2066
+ {
2067
+ "apiName": "User",
2068
+ "nameFields": ["FirstName", "LastName", "Name"]
2069
+ }
2070
+ ],
2071
+ "relationshipName": "LastModifiedBy",
2072
+ "required": true,
2073
+ "scale": 0,
2074
+ "searchPrefilterable": false,
2075
+ "sortable": true,
2076
+ "unique": false,
2077
+ "updateable": false
2078
+ },
2079
+ "LastModifiedDate": {
2080
+ "apiName": "LastModifiedDate",
2081
+ "calculated": false,
2082
+ "compound": false,
2083
+ "compoundComponentName": null,
2084
+ "compoundFieldName": null,
2085
+ "controllerName": null,
2086
+ "controllingFields": [],
2087
+ "createable": true,
2088
+ "custom": false,
2089
+ "dataType": "DateTime",
2090
+ "externalId": false,
2091
+ "extraTypeInfo": null,
2092
+ "filterable": true,
2093
+ "filteredLookupInfo": null,
2094
+ "highScaleNumber": false,
2095
+ "htmlFormatted": false,
2096
+ "inlineHelpText": null,
2097
+ "label": "Last Modified Date",
2098
+ "length": 0,
2099
+ "maskType": null,
2100
+ "nameField": false,
2101
+ "polymorphicForeignKey": false,
2102
+ "precision": 0,
2103
+ "reference": false,
2104
+ "referenceTargetField": null,
2105
+ "referenceToInfos": [],
2106
+ "relationshipName": null,
2107
+ "required": true,
2108
+ "scale": 0,
2109
+ "searchPrefilterable": false,
2110
+ "sortable": true,
2111
+ "unique": false,
2112
+ "updateable": true
2113
+ },
2114
+ "LastReferencedDate": {
2115
+ "apiName": "LastReferencedDate",
2116
+ "calculated": false,
2117
+ "compound": false,
2118
+ "compoundComponentName": null,
2119
+ "compoundFieldName": null,
2120
+ "controllerName": null,
2121
+ "controllingFields": [],
2122
+ "createable": false,
2123
+ "custom": false,
2124
+ "dataType": "DateTime",
2125
+ "externalId": false,
2126
+ "extraTypeInfo": null,
2127
+ "filterable": true,
2128
+ "filteredLookupInfo": null,
2129
+ "highScaleNumber": false,
2130
+ "htmlFormatted": false,
2131
+ "inlineHelpText": null,
2132
+ "label": "Last Referenced Date",
2133
+ "length": 0,
2134
+ "maskType": null,
2135
+ "nameField": false,
2136
+ "polymorphicForeignKey": false,
2137
+ "precision": 0,
2138
+ "reference": false,
2139
+ "referenceTargetField": null,
2140
+ "referenceToInfos": [],
2141
+ "relationshipName": null,
2142
+ "required": false,
2143
+ "scale": 0,
2144
+ "searchPrefilterable": false,
2145
+ "sortable": true,
2146
+ "unique": false,
2147
+ "updateable": false
2148
+ },
2149
+ "LastViewedDate": {
2150
+ "apiName": "LastViewedDate",
2151
+ "calculated": false,
2152
+ "compound": false,
2153
+ "compoundComponentName": null,
2154
+ "compoundFieldName": null,
2155
+ "controllerName": null,
2156
+ "controllingFields": [],
2157
+ "createable": false,
2158
+ "custom": false,
2159
+ "dataType": "DateTime",
2160
+ "externalId": false,
2161
+ "extraTypeInfo": null,
2162
+ "filterable": true,
2163
+ "filteredLookupInfo": null,
2164
+ "highScaleNumber": false,
2165
+ "htmlFormatted": false,
2166
+ "inlineHelpText": null,
2167
+ "label": "Last Viewed Date",
2168
+ "length": 0,
2169
+ "maskType": null,
2170
+ "nameField": false,
2171
+ "polymorphicForeignKey": false,
2172
+ "precision": 0,
2173
+ "reference": false,
2174
+ "referenceTargetField": null,
2175
+ "referenceToInfos": [],
2176
+ "relationshipName": null,
2177
+ "required": false,
2178
+ "scale": 0,
2179
+ "searchPrefilterable": false,
2180
+ "sortable": true,
2181
+ "unique": false,
2182
+ "updateable": false
2183
+ },
2184
+ "Latitude": {
2185
+ "apiName": "Latitude",
2186
+ "calculated": false,
2187
+ "compound": false,
2188
+ "compoundComponentName": "Latitude",
2189
+ "compoundFieldName": "Address",
2190
+ "controllerName": null,
2191
+ "controllingFields": [],
2192
+ "createable": true,
2193
+ "custom": false,
2194
+ "dataType": "Double",
2195
+ "externalId": false,
2196
+ "extraTypeInfo": null,
2197
+ "filterable": true,
2198
+ "filteredLookupInfo": null,
2199
+ "highScaleNumber": false,
2200
+ "htmlFormatted": false,
2201
+ "inlineHelpText": null,
2202
+ "label": "Latitude",
2203
+ "length": 0,
2204
+ "maskType": null,
2205
+ "nameField": false,
2206
+ "polymorphicForeignKey": false,
2207
+ "precision": 18,
2208
+ "reference": false,
2209
+ "referenceTargetField": null,
2210
+ "referenceToInfos": [],
2211
+ "relationshipName": null,
2212
+ "required": false,
2213
+ "scale": 15,
2214
+ "searchPrefilterable": false,
2215
+ "sortable": true,
2216
+ "unique": false,
2217
+ "updateable": true
2218
+ },
2219
+ "Longitude": {
2220
+ "apiName": "Longitude",
2221
+ "calculated": false,
2222
+ "compound": false,
2223
+ "compoundComponentName": "Longitude",
2224
+ "compoundFieldName": "Address",
2225
+ "controllerName": null,
2226
+ "controllingFields": [],
2227
+ "createable": true,
2228
+ "custom": false,
2229
+ "dataType": "Double",
2230
+ "externalId": false,
2231
+ "extraTypeInfo": null,
2232
+ "filterable": true,
2233
+ "filteredLookupInfo": null,
2234
+ "highScaleNumber": false,
2235
+ "htmlFormatted": false,
2236
+ "inlineHelpText": null,
2237
+ "label": "Longitude",
2238
+ "length": 0,
2239
+ "maskType": null,
2240
+ "nameField": false,
2241
+ "polymorphicForeignKey": false,
2242
+ "precision": 18,
2243
+ "reference": false,
2244
+ "referenceTargetField": null,
2245
+ "referenceToInfos": [],
2246
+ "relationshipName": null,
2247
+ "required": false,
2248
+ "scale": 15,
2249
+ "searchPrefilterable": false,
2250
+ "sortable": true,
2251
+ "unique": false,
2252
+ "updateable": true
2253
+ },
2254
+ "MayEdit": {
2255
+ "apiName": "MayEdit",
2256
+ "calculated": false,
2257
+ "compound": false,
2258
+ "compoundComponentName": null,
2259
+ "compoundFieldName": null,
2260
+ "controllerName": null,
2261
+ "controllingFields": [],
2262
+ "createable": false,
2263
+ "custom": false,
2264
+ "dataType": "Boolean",
2265
+ "externalId": false,
2266
+ "extraTypeInfo": null,
2267
+ "filterable": true,
2268
+ "filteredLookupInfo": null,
2269
+ "highScaleNumber": false,
2270
+ "htmlFormatted": false,
2271
+ "inlineHelpText": null,
2272
+ "label": "May Edit",
2273
+ "length": 0,
2274
+ "maskType": null,
2275
+ "nameField": false,
2276
+ "polymorphicForeignKey": false,
2277
+ "precision": 0,
2278
+ "reference": false,
2279
+ "referenceTargetField": null,
2280
+ "referenceToInfos": [],
2281
+ "relationshipName": null,
2282
+ "required": true,
2283
+ "scale": 0,
2284
+ "searchPrefilterable": false,
2285
+ "sortable": true,
2286
+ "unique": false,
2287
+ "updateable": false
2288
+ },
2289
+ "OwnerId": {
2290
+ "apiName": "OwnerId",
2291
+ "calculated": false,
2292
+ "compound": false,
2293
+ "compoundComponentName": null,
2294
+ "compoundFieldName": null,
2295
+ "controllerName": null,
2296
+ "controllingFields": [],
2297
+ "createable": true,
2298
+ "custom": false,
2299
+ "dataType": "Reference",
2300
+ "externalId": false,
2301
+ "extraTypeInfo": null,
2302
+ "filterable": true,
2303
+ "filteredLookupInfo": null,
2304
+ "highScaleNumber": false,
2305
+ "htmlFormatted": false,
2306
+ "inlineHelpText": null,
2307
+ "label": "Owner ID",
2308
+ "length": 18,
2309
+ "maskType": null,
2310
+ "nameField": false,
2311
+ "polymorphicForeignKey": true,
2312
+ "precision": 0,
2313
+ "reference": true,
2314
+ "referenceTargetField": null,
2315
+ "referenceToInfos": [
2316
+ {
2317
+ "apiName": "Group",
2318
+ "nameFields": ["Name"]
2319
+ },
2320
+ {
2321
+ "apiName": "User",
2322
+ "nameFields": ["FirstName", "LastName", "Name"]
2323
+ }
2324
+ ],
2325
+ "relationshipName": "Owner",
2326
+ "required": true,
2327
+ "scale": 0,
2328
+ "searchPrefilterable": false,
2329
+ "sortable": true,
2330
+ "unique": false,
2331
+ "updateable": true
2332
+ },
2333
+ "ParentRecordId": {
2334
+ "apiName": "ParentRecordId",
2335
+ "calculated": false,
2336
+ "compound": false,
2337
+ "compoundComponentName": null,
2338
+ "compoundFieldName": null,
2339
+ "controllerName": null,
2340
+ "controllingFields": [],
2341
+ "createable": true,
2342
+ "custom": false,
2343
+ "dataType": "Reference",
2344
+ "externalId": false,
2345
+ "extraTypeInfo": null,
2346
+ "filterable": true,
2347
+ "filteredLookupInfo": null,
2348
+ "highScaleNumber": false,
2349
+ "htmlFormatted": false,
2350
+ "inlineHelpText": null,
2351
+ "label": "Parent Record ID",
2352
+ "length": 18,
2353
+ "maskType": null,
2354
+ "nameField": false,
2355
+ "polymorphicForeignKey": true,
2356
+ "precision": 0,
2357
+ "reference": true,
2358
+ "referenceTargetField": null,
2359
+ "referenceToInfos": [
2360
+ {
2361
+ "apiName": "Account",
2362
+ "nameFields": ["Name"]
2363
+ },
2364
+ {
2365
+ "apiName": "Asset",
2366
+ "nameFields": ["Name"]
2367
+ },
2368
+ {
2369
+ "apiName": "Case",
2370
+ "nameFields": ["CaseNumber"]
2371
+ },
2372
+ {
2373
+ "apiName": "Lead",
2374
+ "nameFields": ["FirstName", "LastName", "Name"]
2375
+ },
2376
+ {
2377
+ "apiName": "Opportunity",
2378
+ "nameFields": ["Name"]
2379
+ },
2380
+ {
2381
+ "apiName": "WorkOrder",
2382
+ "nameFields": ["WorkOrderNumber"]
2383
+ },
2384
+ {
2385
+ "apiName": "WorkOrderLineItem",
2386
+ "nameFields": ["LineItemNumber"]
2387
+ }
2388
+ ],
2389
+ "relationshipName": "ParentRecord",
2390
+ "required": false,
2391
+ "scale": 0,
2392
+ "searchPrefilterable": true,
2393
+ "sortable": true,
2394
+ "unique": false,
2395
+ "updateable": false
2396
+ },
2397
+ "ParentRecordStatusCategory": {
2398
+ "apiName": "ParentRecordStatusCategory",
2399
+ "calculated": false,
2400
+ "compound": false,
2401
+ "compoundComponentName": null,
2402
+ "compoundFieldName": null,
2403
+ "controllerName": null,
2404
+ "controllingFields": [],
2405
+ "createable": false,
2406
+ "custom": false,
2407
+ "dataType": "Picklist",
2408
+ "externalId": false,
2409
+ "extraTypeInfo": null,
2410
+ "filterable": true,
2411
+ "filteredLookupInfo": null,
2412
+ "highScaleNumber": false,
2413
+ "htmlFormatted": false,
2414
+ "inlineHelpText": null,
2415
+ "label": "Parent Record Status Category",
2416
+ "length": 255,
2417
+ "maskType": null,
2418
+ "nameField": false,
2419
+ "polymorphicForeignKey": false,
2420
+ "precision": 0,
2421
+ "reference": false,
2422
+ "referenceTargetField": null,
2423
+ "referenceToInfos": [],
2424
+ "relationshipName": null,
2425
+ "required": false,
2426
+ "scale": 0,
2427
+ "searchPrefilterable": false,
2428
+ "sortable": true,
2429
+ "unique": false,
2430
+ "updateable": false
2431
+ },
2432
+ "ParentRecordType": {
2433
+ "apiName": "ParentRecordType",
2434
+ "calculated": false,
2435
+ "compound": false,
2436
+ "compoundComponentName": null,
2437
+ "compoundFieldName": null,
2438
+ "controllerName": null,
2439
+ "controllingFields": [],
2440
+ "createable": false,
2441
+ "custom": false,
2442
+ "dataType": "String",
2443
+ "externalId": false,
2444
+ "extraTypeInfo": null,
2445
+ "filterable": true,
2446
+ "filteredLookupInfo": null,
2447
+ "highScaleNumber": false,
2448
+ "htmlFormatted": false,
2449
+ "inlineHelpText": null,
2450
+ "label": "Parent Record Type",
2451
+ "length": 50,
2452
+ "maskType": null,
2453
+ "nameField": false,
2454
+ "polymorphicForeignKey": false,
2455
+ "precision": 0,
2456
+ "reference": false,
2457
+ "referenceTargetField": null,
2458
+ "referenceToInfos": [],
2459
+ "relationshipName": null,
2460
+ "required": false,
2461
+ "scale": 0,
2462
+ "searchPrefilterable": false,
2463
+ "sortable": true,
2464
+ "unique": false,
2465
+ "updateable": false
2466
+ },
2467
+ "PostalCode": {
2468
+ "apiName": "PostalCode",
2469
+ "calculated": false,
2470
+ "compound": false,
2471
+ "compoundComponentName": "PostalCode",
2472
+ "compoundFieldName": "Address",
2473
+ "controllerName": null,
2474
+ "controllingFields": [],
2475
+ "createable": true,
2476
+ "custom": false,
2477
+ "dataType": "String",
2478
+ "externalId": false,
2479
+ "extraTypeInfo": null,
2480
+ "filterable": true,
2481
+ "filteredLookupInfo": null,
2482
+ "highScaleNumber": false,
2483
+ "htmlFormatted": false,
2484
+ "inlineHelpText": null,
2485
+ "label": "Zip/Postal Code",
2486
+ "length": 20,
2487
+ "maskType": null,
2488
+ "nameField": false,
2489
+ "polymorphicForeignKey": false,
2490
+ "precision": 0,
2491
+ "reference": false,
2492
+ "referenceTargetField": null,
2493
+ "referenceToInfos": [],
2494
+ "relationshipName": null,
2495
+ "required": false,
2496
+ "scale": 0,
2497
+ "searchPrefilterable": false,
2498
+ "sortable": true,
2499
+ "unique": false,
2500
+ "updateable": true
2501
+ },
2502
+ "ProductId__c": {
2503
+ "apiName": "ProductId__c",
2504
+ "calculated": false,
2505
+ "compound": false,
2506
+ "compoundComponentName": null,
2507
+ "compoundFieldName": null,
2508
+ "controllerName": null,
2509
+ "controllingFields": [],
2510
+ "createable": true,
2511
+ "custom": true,
2512
+ "dataType": "Reference",
2513
+ "externalId": false,
2514
+ "extraTypeInfo": null,
2515
+ "filterable": true,
2516
+ "filteredLookupInfo": null,
2517
+ "highScaleNumber": false,
2518
+ "htmlFormatted": false,
2519
+ "inlineHelpText": null,
2520
+ "label": "ProductId",
2521
+ "length": 18,
2522
+ "maskType": null,
2523
+ "nameField": false,
2524
+ "polymorphicForeignKey": false,
2525
+ "precision": 0,
2526
+ "reference": true,
2527
+ "referenceTargetField": null,
2528
+ "referenceToInfos": [
2529
+ {
2530
+ "apiName": "Product2",
2531
+ "nameFields": ["Name"]
2532
+ }
2533
+ ],
2534
+ "relationshipName": "ProductId__r",
2535
+ "required": false,
2536
+ "scale": 0,
2537
+ "searchPrefilterable": true,
2538
+ "sortable": true,
2539
+ "unique": false,
2540
+ "updateable": true
2541
+ },
2542
+ "RelatedBundleId": {
2543
+ "apiName": "RelatedBundleId",
2544
+ "calculated": false,
2545
+ "compound": false,
2546
+ "compoundComponentName": null,
2547
+ "compoundFieldName": null,
2548
+ "controllerName": null,
2549
+ "controllingFields": [],
2550
+ "createable": true,
2551
+ "custom": false,
2552
+ "dataType": "Reference",
2553
+ "externalId": false,
2554
+ "extraTypeInfo": null,
2555
+ "filterable": true,
2556
+ "filteredLookupInfo": null,
2557
+ "highScaleNumber": false,
2558
+ "htmlFormatted": false,
2559
+ "inlineHelpText": null,
2560
+ "label": "Related Bundle ID",
2561
+ "length": 18,
2562
+ "maskType": null,
2563
+ "nameField": false,
2564
+ "polymorphicForeignKey": false,
2565
+ "precision": 0,
2566
+ "reference": true,
2567
+ "referenceTargetField": null,
2568
+ "referenceToInfos": [
2569
+ {
2570
+ "apiName": "ServiceAppointment",
2571
+ "nameFields": ["AppointmentNumber"]
2572
+ }
2573
+ ],
2574
+ "relationshipName": "RelatedBundle",
2575
+ "required": false,
2576
+ "scale": 0,
2577
+ "searchPrefilterable": true,
2578
+ "sortable": true,
2579
+ "unique": false,
2580
+ "updateable": true
2581
+ },
2582
+ "ResourceAbsenceId__c": {
2583
+ "apiName": "ResourceAbsenceId__c",
2584
+ "calculated": false,
2585
+ "compound": false,
2586
+ "compoundComponentName": null,
2587
+ "compoundFieldName": null,
2588
+ "controllerName": null,
2589
+ "controllingFields": [],
2590
+ "createable": true,
2591
+ "custom": true,
2592
+ "dataType": "Reference",
2593
+ "externalId": false,
2594
+ "extraTypeInfo": null,
2595
+ "filterable": true,
2596
+ "filteredLookupInfo": null,
2597
+ "highScaleNumber": false,
2598
+ "htmlFormatted": false,
2599
+ "inlineHelpText": null,
2600
+ "label": "ResourceAbsenceId",
2601
+ "length": 18,
2602
+ "maskType": null,
2603
+ "nameField": false,
2604
+ "polymorphicForeignKey": false,
2605
+ "precision": 0,
2606
+ "reference": true,
2607
+ "referenceTargetField": null,
2608
+ "referenceToInfos": [
2609
+ {
2610
+ "apiName": "ResourceAbsence",
2611
+ "nameFields": ["AbsenceNumber"]
2612
+ }
2613
+ ],
2614
+ "relationshipName": "ResourceAbsenceId__r",
2615
+ "required": false,
2616
+ "scale": 0,
2617
+ "searchPrefilterable": true,
2618
+ "sortable": true,
2619
+ "unique": false,
2620
+ "updateable": true
2621
+ },
2622
+ "SACount__c": {
2623
+ "apiName": "SACount__c",
2624
+ "calculated": true,
2625
+ "compound": false,
2626
+ "compoundComponentName": null,
2627
+ "compoundFieldName": null,
2628
+ "controllerName": null,
2629
+ "controllingFields": [],
2630
+ "createable": false,
2631
+ "custom": true,
2632
+ "dataType": "Double",
2633
+ "externalId": false,
2634
+ "extraTypeInfo": null,
2635
+ "filterable": true,
2636
+ "filteredLookupInfo": null,
2637
+ "highScaleNumber": false,
2638
+ "htmlFormatted": false,
2639
+ "inlineHelpText": null,
2640
+ "label": "SACount",
2641
+ "length": 0,
2642
+ "maskType": null,
2643
+ "nameField": false,
2644
+ "polymorphicForeignKey": false,
2645
+ "precision": 18,
2646
+ "reference": false,
2647
+ "referenceTargetField": null,
2648
+ "referenceToInfos": [],
2649
+ "relationshipName": null,
2650
+ "required": false,
2651
+ "scale": 2,
2652
+ "searchPrefilterable": false,
2653
+ "sortable": true,
2654
+ "unique": false,
2655
+ "updateable": false
2656
+ },
2657
+ "SchedEndTime": {
2658
+ "apiName": "SchedEndTime",
2659
+ "calculated": false,
2660
+ "compound": false,
2661
+ "compoundComponentName": null,
2662
+ "compoundFieldName": null,
2663
+ "controllerName": null,
2664
+ "controllingFields": [],
2665
+ "createable": true,
2666
+ "custom": false,
2667
+ "dataType": "DateTime",
2668
+ "externalId": false,
2669
+ "extraTypeInfo": null,
2670
+ "filterable": true,
2671
+ "filteredLookupInfo": null,
2672
+ "highScaleNumber": false,
2673
+ "htmlFormatted": false,
2674
+ "inlineHelpText": null,
2675
+ "label": "Scheduled End",
2676
+ "length": 0,
2677
+ "maskType": null,
2678
+ "nameField": false,
2679
+ "polymorphicForeignKey": false,
2680
+ "precision": 0,
2681
+ "reference": false,
2682
+ "referenceTargetField": null,
2683
+ "referenceToInfos": [],
2684
+ "relationshipName": null,
2685
+ "required": false,
2686
+ "scale": 0,
2687
+ "searchPrefilterable": false,
2688
+ "sortable": true,
2689
+ "unique": false,
2690
+ "updateable": true
2691
+ },
2692
+ "SchedStartTime": {
2693
+ "apiName": "SchedStartTime",
2694
+ "calculated": false,
2695
+ "compound": false,
2696
+ "compoundComponentName": null,
2697
+ "compoundFieldName": null,
2698
+ "controllerName": null,
2699
+ "controllingFields": [],
2700
+ "createable": true,
2701
+ "custom": false,
2702
+ "dataType": "DateTime",
2703
+ "externalId": false,
2704
+ "extraTypeInfo": null,
2705
+ "filterable": true,
2706
+ "filteredLookupInfo": null,
2707
+ "highScaleNumber": false,
2708
+ "htmlFormatted": false,
2709
+ "inlineHelpText": null,
2710
+ "label": "Scheduled Start",
2711
+ "length": 0,
2712
+ "maskType": null,
2713
+ "nameField": false,
2714
+ "polymorphicForeignKey": false,
2715
+ "precision": 0,
2716
+ "reference": false,
2717
+ "referenceTargetField": null,
2718
+ "referenceToInfos": [],
2719
+ "relationshipName": null,
2720
+ "required": false,
2721
+ "scale": 0,
2722
+ "searchPrefilterable": false,
2723
+ "sortable": true,
2724
+ "unique": false,
2725
+ "updateable": true
2726
+ },
2727
+ "ServiceResourceId__c": {
2728
+ "apiName": "ServiceResourceId__c",
2729
+ "calculated": false,
2730
+ "compound": false,
2731
+ "compoundComponentName": null,
2732
+ "compoundFieldName": null,
2733
+ "controllerName": null,
2734
+ "controllingFields": [],
2735
+ "createable": true,
2736
+ "custom": true,
2737
+ "dataType": "Reference",
2738
+ "externalId": false,
2739
+ "extraTypeInfo": null,
2740
+ "filterable": true,
2741
+ "filteredLookupInfo": null,
2742
+ "highScaleNumber": false,
2743
+ "htmlFormatted": false,
2744
+ "inlineHelpText": null,
2745
+ "label": "ServiceResourceId",
2746
+ "length": 18,
2747
+ "maskType": null,
2748
+ "nameField": false,
2749
+ "polymorphicForeignKey": false,
2750
+ "precision": 0,
2751
+ "reference": true,
2752
+ "referenceTargetField": null,
2753
+ "referenceToInfos": [
2754
+ {
2755
+ "apiName": "ServiceResource",
2756
+ "nameFields": ["Name"]
2757
+ }
2758
+ ],
2759
+ "relationshipName": "ServiceResourceId__r",
2760
+ "required": false,
2761
+ "scale": 0,
2762
+ "searchPrefilterable": true,
2763
+ "sortable": true,
2764
+ "unique": false,
2765
+ "updateable": true
2766
+ },
2767
+ "ServiceTerritoryId": {
2768
+ "apiName": "ServiceTerritoryId",
2769
+ "calculated": false,
2770
+ "compound": false,
2771
+ "compoundComponentName": null,
2772
+ "compoundFieldName": null,
2773
+ "controllerName": null,
2774
+ "controllingFields": [],
2775
+ "createable": true,
2776
+ "custom": false,
2777
+ "dataType": "Reference",
2778
+ "externalId": false,
2779
+ "extraTypeInfo": null,
2780
+ "filterable": true,
2781
+ "filteredLookupInfo": null,
2782
+ "highScaleNumber": false,
2783
+ "htmlFormatted": false,
2784
+ "inlineHelpText": null,
2785
+ "label": "Territory ID",
2786
+ "length": 18,
2787
+ "maskType": null,
2788
+ "nameField": false,
2789
+ "polymorphicForeignKey": false,
2790
+ "precision": 0,
2791
+ "reference": true,
2792
+ "referenceTargetField": null,
2793
+ "referenceToInfos": [
2794
+ {
2795
+ "apiName": "ServiceTerritory",
2796
+ "nameFields": ["Name"]
2797
+ }
2798
+ ],
2799
+ "relationshipName": "ServiceTerritory",
2800
+ "required": false,
2801
+ "scale": 0,
2802
+ "searchPrefilterable": true,
2803
+ "sortable": true,
2804
+ "unique": false,
2805
+ "updateable": true
2806
+ },
2807
+ "State": {
2808
+ "apiName": "State",
2809
+ "calculated": false,
2810
+ "compound": false,
2811
+ "compoundComponentName": "State",
2812
+ "compoundFieldName": "Address",
2813
+ "controllerName": null,
2814
+ "controllingFields": [],
2815
+ "createable": true,
2816
+ "custom": false,
2817
+ "dataType": "String",
2818
+ "externalId": false,
2819
+ "extraTypeInfo": null,
2820
+ "filterable": true,
2821
+ "filteredLookupInfo": null,
2822
+ "highScaleNumber": false,
2823
+ "htmlFormatted": false,
2824
+ "inlineHelpText": null,
2825
+ "label": "State/Province",
2826
+ "length": 80,
2827
+ "maskType": null,
2828
+ "nameField": false,
2829
+ "polymorphicForeignKey": false,
2830
+ "precision": 0,
2831
+ "reference": false,
2832
+ "referenceTargetField": null,
2833
+ "referenceToInfos": [],
2834
+ "relationshipName": null,
2835
+ "required": false,
2836
+ "scale": 0,
2837
+ "searchPrefilterable": false,
2838
+ "sortable": true,
2839
+ "unique": false,
2840
+ "updateable": true
2841
+ },
2842
+ "Status": {
2843
+ "apiName": "Status",
2844
+ "calculated": false,
2845
+ "compound": false,
2846
+ "compoundComponentName": null,
2847
+ "compoundFieldName": null,
2848
+ "controllerName": null,
2849
+ "controllingFields": [],
2850
+ "createable": true,
2851
+ "custom": false,
2852
+ "dataType": "Picklist",
2853
+ "externalId": false,
2854
+ "extraTypeInfo": null,
2855
+ "filterable": true,
2856
+ "filteredLookupInfo": null,
2857
+ "highScaleNumber": false,
2858
+ "htmlFormatted": false,
2859
+ "inlineHelpText": null,
2860
+ "label": "Status",
2861
+ "length": 40,
2862
+ "maskType": null,
2863
+ "nameField": false,
2864
+ "polymorphicForeignKey": false,
2865
+ "precision": 0,
2866
+ "reference": false,
2867
+ "referenceTargetField": null,
2868
+ "referenceToInfos": [],
2869
+ "relationshipName": null,
2870
+ "required": false,
2871
+ "scale": 0,
2872
+ "searchPrefilterable": false,
2873
+ "sortable": true,
2874
+ "unique": false,
2875
+ "updateable": true
2876
+ },
2877
+ "StatusCategory": {
2878
+ "apiName": "StatusCategory",
2879
+ "calculated": false,
2880
+ "compound": false,
2881
+ "compoundComponentName": null,
2882
+ "compoundFieldName": null,
2883
+ "controllerName": null,
2884
+ "controllingFields": [],
2885
+ "createable": false,
2886
+ "custom": false,
2887
+ "dataType": "Picklist",
2888
+ "externalId": false,
2889
+ "extraTypeInfo": null,
2890
+ "filterable": true,
2891
+ "filteredLookupInfo": null,
2892
+ "highScaleNumber": false,
2893
+ "htmlFormatted": false,
2894
+ "inlineHelpText": null,
2895
+ "label": "Status Category",
2896
+ "length": 255,
2897
+ "maskType": null,
2898
+ "nameField": false,
2899
+ "polymorphicForeignKey": false,
2900
+ "precision": 0,
2901
+ "reference": false,
2902
+ "referenceTargetField": null,
2903
+ "referenceToInfos": [],
2904
+ "relationshipName": null,
2905
+ "required": false,
2906
+ "scale": 0,
2907
+ "searchPrefilterable": false,
2908
+ "sortable": true,
2909
+ "unique": false,
2910
+ "updateable": false
2911
+ },
2912
+ "Street": {
2913
+ "apiName": "Street",
2914
+ "calculated": false,
2915
+ "compound": false,
2916
+ "compoundComponentName": "Street",
2917
+ "compoundFieldName": "Address",
2918
+ "controllerName": null,
2919
+ "controllingFields": [],
2920
+ "createable": true,
2921
+ "custom": false,
2922
+ "dataType": "TextArea",
2923
+ "externalId": false,
2924
+ "extraTypeInfo": "PlainTextArea",
2925
+ "filterable": true,
2926
+ "filteredLookupInfo": null,
2927
+ "highScaleNumber": false,
2928
+ "htmlFormatted": false,
2929
+ "inlineHelpText": null,
2930
+ "label": "Street",
2931
+ "length": 255,
2932
+ "maskType": null,
2933
+ "nameField": false,
2934
+ "polymorphicForeignKey": false,
2935
+ "precision": 0,
2936
+ "reference": false,
2937
+ "referenceTargetField": null,
2938
+ "referenceToInfos": [],
2939
+ "relationshipName": null,
2940
+ "required": false,
2941
+ "scale": 0,
2942
+ "searchPrefilterable": false,
2943
+ "sortable": true,
2944
+ "unique": false,
2945
+ "updateable": true
2946
+ },
2947
+ "Subject": {
2948
+ "apiName": "Subject",
2949
+ "calculated": false,
2950
+ "compound": false,
2951
+ "compoundComponentName": null,
2952
+ "compoundFieldName": null,
2953
+ "controllerName": null,
2954
+ "controllingFields": [],
2955
+ "createable": true,
2956
+ "custom": false,
2957
+ "dataType": "String",
2958
+ "externalId": false,
2959
+ "extraTypeInfo": null,
2960
+ "filterable": true,
2961
+ "filteredLookupInfo": null,
2962
+ "highScaleNumber": false,
2963
+ "htmlFormatted": false,
2964
+ "inlineHelpText": null,
2965
+ "label": "Subject",
2966
+ "length": 255,
2967
+ "maskType": null,
2968
+ "nameField": false,
2969
+ "polymorphicForeignKey": false,
2970
+ "precision": 0,
2971
+ "reference": false,
2972
+ "referenceTargetField": null,
2973
+ "referenceToInfos": [],
2974
+ "relationshipName": null,
2975
+ "required": false,
2976
+ "scale": 0,
2977
+ "searchPrefilterable": false,
2978
+ "sortable": true,
2979
+ "unique": false,
2980
+ "updateable": true
2981
+ },
2982
+ "SystemModstamp": {
2983
+ "apiName": "SystemModstamp",
2984
+ "calculated": false,
2985
+ "compound": false,
2986
+ "compoundComponentName": null,
2987
+ "compoundFieldName": null,
2988
+ "controllerName": null,
2989
+ "controllingFields": [],
2990
+ "createable": false,
2991
+ "custom": false,
2992
+ "dataType": "DateTime",
2993
+ "externalId": false,
2994
+ "extraTypeInfo": null,
2995
+ "filterable": true,
2996
+ "filteredLookupInfo": null,
2997
+ "highScaleNumber": false,
2998
+ "htmlFormatted": false,
2999
+ "inlineHelpText": null,
3000
+ "label": "System Modstamp",
3001
+ "length": 0,
3002
+ "maskType": null,
3003
+ "nameField": false,
3004
+ "polymorphicForeignKey": false,
3005
+ "precision": 0,
3006
+ "reference": false,
3007
+ "referenceTargetField": null,
3008
+ "referenceToInfos": [],
3009
+ "relationshipName": null,
3010
+ "required": true,
3011
+ "scale": 0,
3012
+ "searchPrefilterable": false,
3013
+ "sortable": true,
3014
+ "unique": false,
3015
+ "updateable": false
3016
+ },
3017
+ "TimeSheetEntryId__c": {
3018
+ "apiName": "TimeSheetEntryId__c",
3019
+ "calculated": false,
3020
+ "compound": false,
3021
+ "compoundComponentName": null,
3022
+ "compoundFieldName": null,
3023
+ "controllerName": null,
3024
+ "controllingFields": [],
3025
+ "createable": true,
3026
+ "custom": true,
3027
+ "dataType": "Reference",
3028
+ "externalId": false,
3029
+ "extraTypeInfo": null,
3030
+ "filterable": true,
3031
+ "filteredLookupInfo": null,
3032
+ "highScaleNumber": false,
3033
+ "htmlFormatted": false,
3034
+ "inlineHelpText": null,
3035
+ "label": "TimeSheetEntryId",
3036
+ "length": 18,
3037
+ "maskType": null,
3038
+ "nameField": false,
3039
+ "polymorphicForeignKey": false,
3040
+ "precision": 0,
3041
+ "reference": true,
3042
+ "referenceTargetField": null,
3043
+ "referenceToInfos": [
3044
+ {
3045
+ "apiName": "TimeSheetEntry",
3046
+ "nameFields": ["TimeSheetEntryNumber"]
3047
+ }
3048
+ ],
3049
+ "relationshipName": "TimeSheetEntryId__r",
3050
+ "required": false,
3051
+ "scale": 0,
3052
+ "searchPrefilterable": true,
3053
+ "sortable": true,
3054
+ "unique": false,
3055
+ "updateable": true
3056
+ },
3057
+ "TimeSheetId__c": {
3058
+ "apiName": "TimeSheetId__c",
3059
+ "calculated": false,
3060
+ "compound": false,
3061
+ "compoundComponentName": null,
3062
+ "compoundFieldName": null,
3063
+ "controllerName": null,
3064
+ "controllingFields": [],
3065
+ "createable": true,
3066
+ "custom": true,
3067
+ "dataType": "Reference",
3068
+ "externalId": false,
3069
+ "extraTypeInfo": null,
3070
+ "filterable": true,
3071
+ "filteredLookupInfo": null,
3072
+ "highScaleNumber": false,
3073
+ "htmlFormatted": false,
3074
+ "inlineHelpText": null,
3075
+ "label": "TimeSheetId",
3076
+ "length": 18,
3077
+ "maskType": null,
3078
+ "nameField": false,
3079
+ "polymorphicForeignKey": false,
3080
+ "precision": 0,
3081
+ "reference": true,
3082
+ "referenceTargetField": null,
3083
+ "referenceToInfos": [
3084
+ {
3085
+ "apiName": "TimeSheet",
3086
+ "nameFields": ["TimeSheetNumber"]
3087
+ }
3088
+ ],
3089
+ "relationshipName": "TimeSheetId__r",
3090
+ "required": false,
3091
+ "scale": 0,
3092
+ "searchPrefilterable": true,
3093
+ "sortable": true,
3094
+ "unique": false,
3095
+ "updateable": true
3096
+ }
3097
+ },
3098
+ "keyPrefix": "08p",
3099
+ "label": "Service Appointment",
3100
+ "labelPlural": "Service Appointments",
3101
+ "layoutable": true,
3102
+ "mruEnabled": true,
3103
+ "nameFields": ["AppointmentNumber"],
3104
+ "queryable": true,
3105
+ "recordTypeInfos": {
3106
+ "012000000000000AAA": {
3107
+ "available": true,
3108
+ "defaultRecordTypeMapping": true,
3109
+ "master": true,
3110
+ "name": "Master",
3111
+ "recordTypeId": "012000000000000AAA"
3112
+ }
3113
+ },
3114
+ "searchLayoutable": true,
3115
+ "searchable": true,
3116
+ "themeInfo": {
3117
+ "color": "7E8BE4",
3118
+ "iconUrl": "https://corsa04-basic-2015680170.vpod.t.force.com/img/icon/t4v35/standard/service_appointment_120.png"
3119
+ },
3120
+ "updateable": true
3121
+ },
3122
+ "status": 200
3123
+ }