@salesforce/lds-worker-api 0.1.0-dev1

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