@salesforce/lds-worker-api 0.131.0

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