@salesforce/lds-worker-api 0.131.0

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