@salesforce/lds-worker-api 0.1.0-dev1

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