@salesforce/lds-worker-api 0.131.0

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