@salesforce/lds-worker-api 1.100.2
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.
- package/LICENSE.txt +82 -0
- package/README.md +9 -0
- package/dist/sfdc/es/draftQueueImplementation.d.ts +2 -0
- package/dist/sfdc/es/executeAdapter.d.ts +71 -0
- package/dist/sfdc/es/language.d.ts +13 -0
- package/dist/sfdc/es/ldsWorkerApi.js +746 -0
- package/dist/sfdc/es/lightningAdapterApi.d.ts +11 -0
- package/dist/sfdc/es/main.d.ts +8 -0
- package/dist/sfdc/es/nimbusDraftQueue.d.ts +6 -0
- package/dist/sfdc/es/primingApi.d.ts +19 -0
- package/dist/sfdc/es/responses.d.ts +44 -0
- package/dist/sfdc/es/standalone-stubs/instrumentation.d.ts +21 -0
- package/dist/sfdc/es/standalone-stubs/o11y.d.ts +18 -0
- package/dist/sfdc/es/standalone-stubs/unwrap.d.ts +1 -0
- package/dist/sfdc/es/standalone.d.ts +1 -0
- package/dist/sfdc/es/ttl.d.ts +2 -0
- package/dist/standalone/es/draftQueueImplementation.d.ts +2 -0
- package/dist/standalone/es/executeAdapter.d.ts +71 -0
- package/dist/standalone/es/language.d.ts +13 -0
- package/dist/standalone/es/lds-runtime-mobile/src/__mocks__/@salesforce/i18n/currency.d.ts +2 -0
- package/dist/standalone/es/lds-runtime-mobile/src/__mocks__/@salesforce/i18n/dateTime.shortDateFormat.d.ts +2 -0
- package/dist/standalone/es/lds-runtime-mobile/src/__mocks__/@salesforce/i18n/dateTime.shortDateTimeFormat.d.ts +2 -0
- package/dist/standalone/es/lds-runtime-mobile/src/__mocks__/@salesforce/i18n/dateTime.shortTimeFormat.d.ts +2 -0
- package/dist/standalone/es/lds-runtime-mobile/src/__mocks__/@salesforce/i18n/locale.d.ts +2 -0
- package/dist/standalone/es/lds-runtime-mobile/src/__mocks__/@salesforce/i18n/timeZone.d.ts +2 -0
- package/dist/standalone/es/lds-runtime-mobile/src/__mocks__/@salesforce/user/Id.d.ts +2 -0
- package/dist/standalone/es/lds-runtime-mobile/src/__mocks__/lightning/i18nCldrOptions.d.ts +2 -0
- package/dist/standalone/es/lds-runtime-mobile/src/__mocks__/lightning/i18nService.d.ts +10 -0
- package/dist/standalone/es/lds-worker-api/src/standalone-stubs/unwrap.d.ts +1 -0
- package/dist/standalone/es/lds-worker-api.js +79227 -0
- package/dist/standalone/es/lightningAdapterApi.d.ts +11 -0
- package/dist/standalone/es/main.d.ts +8 -0
- package/dist/standalone/es/nimbusDraftQueue.d.ts +6 -0
- package/dist/standalone/es/primingApi.d.ts +19 -0
- package/dist/standalone/es/responses.d.ts +44 -0
- package/dist/standalone/es/standalone-stubs/instrumentation.d.ts +21 -0
- package/dist/standalone/es/standalone-stubs/o11y.d.ts +18 -0
- package/dist/standalone/es/standalone.d.ts +1 -0
- package/dist/standalone/es/ttl.d.ts +2 -0
- package/dist/standalone/umd/draftQueueImplementation.d.ts +2 -0
- package/dist/standalone/umd/executeAdapter.d.ts +71 -0
- package/dist/standalone/umd/language.d.ts +13 -0
- package/dist/standalone/umd/lds-runtime-mobile/src/__mocks__/@salesforce/i18n/currency.d.ts +2 -0
- package/dist/standalone/umd/lds-runtime-mobile/src/__mocks__/@salesforce/i18n/dateTime.shortDateFormat.d.ts +2 -0
- package/dist/standalone/umd/lds-runtime-mobile/src/__mocks__/@salesforce/i18n/dateTime.shortDateTimeFormat.d.ts +2 -0
- package/dist/standalone/umd/lds-runtime-mobile/src/__mocks__/@salesforce/i18n/dateTime.shortTimeFormat.d.ts +2 -0
- package/dist/standalone/umd/lds-runtime-mobile/src/__mocks__/@salesforce/i18n/locale.d.ts +2 -0
- package/dist/standalone/umd/lds-runtime-mobile/src/__mocks__/@salesforce/i18n/timeZone.d.ts +2 -0
- package/dist/standalone/umd/lds-runtime-mobile/src/__mocks__/@salesforce/user/Id.d.ts +2 -0
- package/dist/standalone/umd/lds-runtime-mobile/src/__mocks__/lightning/i18nCldrOptions.d.ts +2 -0
- package/dist/standalone/umd/lds-runtime-mobile/src/__mocks__/lightning/i18nService.d.ts +10 -0
- package/dist/standalone/umd/lds-worker-api/src/standalone-stubs/unwrap.d.ts +1 -0
- package/dist/standalone/umd/lds-worker-api.js +79250 -0
- package/dist/standalone/umd/lightningAdapterApi.d.ts +11 -0
- package/dist/standalone/umd/main.d.ts +8 -0
- package/dist/standalone/umd/nimbusDraftQueue.d.ts +6 -0
- package/dist/standalone/umd/primingApi.d.ts +19 -0
- package/dist/standalone/umd/responses.d.ts +44 -0
- package/dist/standalone/umd/standalone-stubs/instrumentation.d.ts +21 -0
- package/dist/standalone/umd/standalone-stubs/o11y.d.ts +18 -0
- package/dist/standalone/umd/standalone.d.ts +1 -0
- package/dist/standalone/umd/ttl.d.ts +2 -0
- package/package.json +74 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/adapter-testcase.schema.json +83 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/createRecord/name-displayValue-response.adapter-snapshot.result.json +61 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/createRecord/name-displayValue.adapter-testcase.json +67 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/createRecord/objectInfos/Aircraft-objectInfo.network-mock.json +517 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/createRecord/objectInfos/Pilot-objectInfo.network-mock.json +347 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/createRecord/scalar-displayValue-nonIntl-fallback-response.adapter-snapshot.result.json +82 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/createRecord/scalar-displayValue-nonIntl-fallback.adapter-testcase.json +25 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/createRecord/scalar-displayValue-response.adapter-snapshot.result.json +82 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/createRecord/scalar-displayValue.adapter-testcase.json +23 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/adapter-forward-assignedtome.adapter-testcase.json +34 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/adapter-forward-baseline.adapter-testcase.json +24 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/adapter-forward-child-relationship.adapter-testcase.json +29 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/adapter-forward-parent-relationship.adapter-testcase.json +29 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/adapter-forward-reserved-entity-name.adapter-testcase.json +25 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/assignedtome.adapter-testcase.json +33 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/l2DataSet.js +250 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/legacy/getTimeSheetEntry-baseline.adapter-testcase.json +21 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/legacy/getTimeSheetEntry-where-orderby-allfields-spanningfield-500records.adapter-testcase.json +28 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/legacy/getTimeSheetEntry-where-orderby-allfields-spanningfield.adapter-testcase.json +28 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/legacy/getTimeSheetEntry-where-orderby-allfields.adapter-testcase.json +21 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/legacy/getTimeSheetEntry-where-orderby.adapter-testcase.json +21 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/legacy/getTimeSheetEntry-where.adapter-testcase.json +21 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/objectInfos/Account.network-mock.json +2784 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/objectInfos/AssignedResource.network-mock.json +863 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/objectInfos/Case.network-mock.json +1856 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/objectInfos/ServiceAppointment.network-mock.json +2888 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/objectInfos/ServiceResource.network-mock.json +1316 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/objectInfos/TimeSheetEntry.network-mock.json +977 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/objectInfos/WorkOrder.network-mock.json +3058 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/objectInfos/WorkType.network-mock.json +940 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/objectinfo.adapter-testcase.json +18 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/polyfield.adapter-testcase.json +43 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/serverresponse/adapter-forward-baseline.server-response.network-mock.json +416 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/serverresponse/adapter-forward-child-relationship.server-response.network-mock.json +103 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/serverresponse/adapter-forward-parent-relationship.server-response.network-mock.json +93 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/serverresponse/adapter-forward-reserved-entity-name.server-response.network-mock.json +97 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/serverresponse/assignedtome.server-response.network-mock.json +666 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/serverresponse/objectinfos.server-response.network-mock.json +210 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/serverresponse/polyfield.server-response.network-mock.json +724 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/snapshotdata/adapter-forward-assignedtome.adapter-snapshot.result.json +72 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/snapshotdata/adapter-forward-baseline.adapter-snapshot.result.json +245 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/snapshotdata/adapter-forward-child-relationship.adapter-snapshot.result.json +30 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/snapshotdata/adapter-forward-parent-relationship.adapter-snapshot.result.json +26 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/snapshotdata/adapter-forward-reserved-entity-name.adapter-snapshot.result.json +32 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/snapshotdata/assignedtome.adapter-snapshot.result.json +70 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/snapshotdata/objectinfos.adapter-snapshot.result.json +170 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/graphQL/snapshotdata/polyfield.adapter-snapshot.result.json +29 -0
- package/src/__tests__/data-driven-tests/fixtures/adapter-testcases/network-mock.schema.json +14 -0
|
@@ -0,0 +1,517 @@
|
|
|
1
|
+
{
|
|
2
|
+
"status": 200,
|
|
3
|
+
"body": {
|
|
4
|
+
"apiName": "Aircraft",
|
|
5
|
+
"associateEntityType": null,
|
|
6
|
+
"associateParentEntity": null,
|
|
7
|
+
"childRelationships": [],
|
|
8
|
+
"createable": true,
|
|
9
|
+
"custom": true,
|
|
10
|
+
"defaultRecordTypeId": "012000000000000AAA",
|
|
11
|
+
"deletable": true,
|
|
12
|
+
"dependentFields": {},
|
|
13
|
+
"eTag": "2413bddac59377bf611c7c6b6bf673b1",
|
|
14
|
+
"feedEnabled": false,
|
|
15
|
+
"fields": {
|
|
16
|
+
"CreatedById": {
|
|
17
|
+
"apiName": "CreatedById",
|
|
18
|
+
"calculated": false,
|
|
19
|
+
"compound": false,
|
|
20
|
+
"compoundComponentName": null,
|
|
21
|
+
"compoundFieldName": null,
|
|
22
|
+
"controllerName": null,
|
|
23
|
+
"controllingFields": [],
|
|
24
|
+
"createable": false,
|
|
25
|
+
"custom": false,
|
|
26
|
+
"dataType": "Reference",
|
|
27
|
+
"extraTypeInfo": null,
|
|
28
|
+
"filterable": true,
|
|
29
|
+
"filteredLookupInfo": null,
|
|
30
|
+
"highScaleNumber": false,
|
|
31
|
+
"htmlFormatted": false,
|
|
32
|
+
"inlineHelpText": null,
|
|
33
|
+
"label": "Created By ID",
|
|
34
|
+
"length": 18,
|
|
35
|
+
"nameField": false,
|
|
36
|
+
"polymorphicForeignKey": false,
|
|
37
|
+
"precision": 0,
|
|
38
|
+
"reference": true,
|
|
39
|
+
"referenceTargetField": null,
|
|
40
|
+
"referenceToInfos": [
|
|
41
|
+
{
|
|
42
|
+
"apiName": "User",
|
|
43
|
+
"nameFields": ["FirstName", "LastName", "Name"]
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
"relationshipName": "CreatedBy",
|
|
47
|
+
"required": true,
|
|
48
|
+
"scale": 0,
|
|
49
|
+
"searchPrefilterable": false,
|
|
50
|
+
"sortable": true,
|
|
51
|
+
"unique": false,
|
|
52
|
+
"updateable": false
|
|
53
|
+
},
|
|
54
|
+
"CreatedDate": {
|
|
55
|
+
"apiName": "CreatedDate",
|
|
56
|
+
"calculated": false,
|
|
57
|
+
"compound": false,
|
|
58
|
+
"compoundComponentName": null,
|
|
59
|
+
"compoundFieldName": null,
|
|
60
|
+
"controllerName": null,
|
|
61
|
+
"controllingFields": [],
|
|
62
|
+
"createable": false,
|
|
63
|
+
"custom": false,
|
|
64
|
+
"dataType": "DateTime",
|
|
65
|
+
"extraTypeInfo": null,
|
|
66
|
+
"filterable": true,
|
|
67
|
+
"filteredLookupInfo": null,
|
|
68
|
+
"highScaleNumber": false,
|
|
69
|
+
"htmlFormatted": false,
|
|
70
|
+
"inlineHelpText": null,
|
|
71
|
+
"label": "Created Date",
|
|
72
|
+
"length": 0,
|
|
73
|
+
"nameField": false,
|
|
74
|
+
"polymorphicForeignKey": false,
|
|
75
|
+
"precision": 0,
|
|
76
|
+
"reference": false,
|
|
77
|
+
"referenceTargetField": null,
|
|
78
|
+
"referenceToInfos": [],
|
|
79
|
+
"relationshipName": null,
|
|
80
|
+
"required": true,
|
|
81
|
+
"scale": 0,
|
|
82
|
+
"searchPrefilterable": false,
|
|
83
|
+
"sortable": true,
|
|
84
|
+
"unique": false,
|
|
85
|
+
"updateable": false
|
|
86
|
+
},
|
|
87
|
+
"Id": {
|
|
88
|
+
"apiName": "Id",
|
|
89
|
+
"calculated": false,
|
|
90
|
+
"compound": false,
|
|
91
|
+
"compoundComponentName": null,
|
|
92
|
+
"compoundFieldName": null,
|
|
93
|
+
"controllerName": null,
|
|
94
|
+
"controllingFields": [],
|
|
95
|
+
"createable": false,
|
|
96
|
+
"custom": false,
|
|
97
|
+
"dataType": "String",
|
|
98
|
+
"extraTypeInfo": null,
|
|
99
|
+
"filterable": true,
|
|
100
|
+
"filteredLookupInfo": null,
|
|
101
|
+
"highScaleNumber": false,
|
|
102
|
+
"htmlFormatted": false,
|
|
103
|
+
"inlineHelpText": null,
|
|
104
|
+
"label": "Record ID",
|
|
105
|
+
"length": 18,
|
|
106
|
+
"nameField": false,
|
|
107
|
+
"polymorphicForeignKey": false,
|
|
108
|
+
"precision": 0,
|
|
109
|
+
"reference": false,
|
|
110
|
+
"referenceTargetField": null,
|
|
111
|
+
"referenceToInfos": [],
|
|
112
|
+
"relationshipName": null,
|
|
113
|
+
"required": true,
|
|
114
|
+
"scale": 0,
|
|
115
|
+
"searchPrefilterable": false,
|
|
116
|
+
"sortable": true,
|
|
117
|
+
"unique": false,
|
|
118
|
+
"updateable": false
|
|
119
|
+
},
|
|
120
|
+
"IsDeleted": {
|
|
121
|
+
"apiName": "IsDeleted",
|
|
122
|
+
"calculated": false,
|
|
123
|
+
"compound": false,
|
|
124
|
+
"compoundComponentName": null,
|
|
125
|
+
"compoundFieldName": null,
|
|
126
|
+
"controllerName": null,
|
|
127
|
+
"controllingFields": [],
|
|
128
|
+
"createable": false,
|
|
129
|
+
"custom": false,
|
|
130
|
+
"dataType": "Boolean",
|
|
131
|
+
"extraTypeInfo": null,
|
|
132
|
+
"filterable": true,
|
|
133
|
+
"filteredLookupInfo": null,
|
|
134
|
+
"highScaleNumber": false,
|
|
135
|
+
"htmlFormatted": false,
|
|
136
|
+
"inlineHelpText": null,
|
|
137
|
+
"label": "Deleted",
|
|
138
|
+
"length": 0,
|
|
139
|
+
"nameField": false,
|
|
140
|
+
"polymorphicForeignKey": false,
|
|
141
|
+
"precision": 0,
|
|
142
|
+
"reference": false,
|
|
143
|
+
"referenceTargetField": null,
|
|
144
|
+
"referenceToInfos": [],
|
|
145
|
+
"relationshipName": null,
|
|
146
|
+
"required": true,
|
|
147
|
+
"scale": 0,
|
|
148
|
+
"searchPrefilterable": false,
|
|
149
|
+
"sortable": true,
|
|
150
|
+
"unique": false,
|
|
151
|
+
"updateable": false
|
|
152
|
+
},
|
|
153
|
+
"IsLocked": {
|
|
154
|
+
"apiName": "IsLocked",
|
|
155
|
+
"calculated": false,
|
|
156
|
+
"compound": false,
|
|
157
|
+
"compoundComponentName": null,
|
|
158
|
+
"compoundFieldName": null,
|
|
159
|
+
"controllerName": null,
|
|
160
|
+
"controllingFields": [],
|
|
161
|
+
"createable": false,
|
|
162
|
+
"custom": false,
|
|
163
|
+
"dataType": "Boolean",
|
|
164
|
+
"extraTypeInfo": null,
|
|
165
|
+
"filterable": true,
|
|
166
|
+
"filteredLookupInfo": null,
|
|
167
|
+
"highScaleNumber": false,
|
|
168
|
+
"htmlFormatted": false,
|
|
169
|
+
"inlineHelpText": null,
|
|
170
|
+
"label": "Is Locked",
|
|
171
|
+
"length": 0,
|
|
172
|
+
"nameField": false,
|
|
173
|
+
"polymorphicForeignKey": false,
|
|
174
|
+
"precision": 0,
|
|
175
|
+
"reference": false,
|
|
176
|
+
"referenceTargetField": null,
|
|
177
|
+
"referenceToInfos": [],
|
|
178
|
+
"relationshipName": null,
|
|
179
|
+
"required": true,
|
|
180
|
+
"scale": 0,
|
|
181
|
+
"searchPrefilterable": false,
|
|
182
|
+
"sortable": true,
|
|
183
|
+
"unique": false,
|
|
184
|
+
"updateable": false
|
|
185
|
+
},
|
|
186
|
+
"LastModifiedById": {
|
|
187
|
+
"apiName": "LastModifiedById",
|
|
188
|
+
"calculated": false,
|
|
189
|
+
"compound": false,
|
|
190
|
+
"compoundComponentName": null,
|
|
191
|
+
"compoundFieldName": null,
|
|
192
|
+
"controllerName": null,
|
|
193
|
+
"controllingFields": [],
|
|
194
|
+
"createable": false,
|
|
195
|
+
"custom": false,
|
|
196
|
+
"dataType": "Reference",
|
|
197
|
+
"extraTypeInfo": null,
|
|
198
|
+
"filterable": true,
|
|
199
|
+
"filteredLookupInfo": null,
|
|
200
|
+
"highScaleNumber": false,
|
|
201
|
+
"htmlFormatted": false,
|
|
202
|
+
"inlineHelpText": null,
|
|
203
|
+
"label": "Last Modified By ID",
|
|
204
|
+
"length": 18,
|
|
205
|
+
"nameField": false,
|
|
206
|
+
"polymorphicForeignKey": false,
|
|
207
|
+
"precision": 0,
|
|
208
|
+
"reference": true,
|
|
209
|
+
"referenceTargetField": null,
|
|
210
|
+
"referenceToInfos": [
|
|
211
|
+
{
|
|
212
|
+
"apiName": "User",
|
|
213
|
+
"nameFields": ["FirstName", "LastName", "Name"]
|
|
214
|
+
}
|
|
215
|
+
],
|
|
216
|
+
"relationshipName": "LastModifiedBy",
|
|
217
|
+
"required": true,
|
|
218
|
+
"scale": 0,
|
|
219
|
+
"searchPrefilterable": false,
|
|
220
|
+
"sortable": true,
|
|
221
|
+
"unique": false,
|
|
222
|
+
"updateable": false
|
|
223
|
+
},
|
|
224
|
+
"LastModifiedDate": {
|
|
225
|
+
"apiName": "LastModifiedDate",
|
|
226
|
+
"calculated": false,
|
|
227
|
+
"compound": false,
|
|
228
|
+
"compoundComponentName": null,
|
|
229
|
+
"compoundFieldName": null,
|
|
230
|
+
"controllerName": null,
|
|
231
|
+
"controllingFields": [],
|
|
232
|
+
"createable": false,
|
|
233
|
+
"custom": false,
|
|
234
|
+
"dataType": "DateTime",
|
|
235
|
+
"extraTypeInfo": null,
|
|
236
|
+
"filterable": true,
|
|
237
|
+
"filteredLookupInfo": null,
|
|
238
|
+
"highScaleNumber": false,
|
|
239
|
+
"htmlFormatted": false,
|
|
240
|
+
"inlineHelpText": null,
|
|
241
|
+
"label": "Last Modified Date",
|
|
242
|
+
"length": 0,
|
|
243
|
+
"nameField": false,
|
|
244
|
+
"polymorphicForeignKey": false,
|
|
245
|
+
"precision": 0,
|
|
246
|
+
"reference": false,
|
|
247
|
+
"referenceTargetField": null,
|
|
248
|
+
"referenceToInfos": [],
|
|
249
|
+
"relationshipName": null,
|
|
250
|
+
"required": true,
|
|
251
|
+
"scale": 0,
|
|
252
|
+
"searchPrefilterable": false,
|
|
253
|
+
"sortable": true,
|
|
254
|
+
"unique": false,
|
|
255
|
+
"updateable": false
|
|
256
|
+
},
|
|
257
|
+
"LastFlightTime": {
|
|
258
|
+
"apiName": "LastFlightTime",
|
|
259
|
+
"calculated": false,
|
|
260
|
+
"compound": false,
|
|
261
|
+
"compoundComponentName": null,
|
|
262
|
+
"compoundFieldName": null,
|
|
263
|
+
"controllerName": null,
|
|
264
|
+
"controllingFields": [],
|
|
265
|
+
"createable": true,
|
|
266
|
+
"custom": true,
|
|
267
|
+
"dataType": "Time",
|
|
268
|
+
"extraTypeInfo": null,
|
|
269
|
+
"filterable": true,
|
|
270
|
+
"filteredLookupInfo": null,
|
|
271
|
+
"highScaleNumber": false,
|
|
272
|
+
"htmlFormatted": false,
|
|
273
|
+
"inlineHelpText": null,
|
|
274
|
+
"label": "Last Flight Time",
|
|
275
|
+
"length": 0,
|
|
276
|
+
"nameField": false,
|
|
277
|
+
"polymorphicForeignKey": false,
|
|
278
|
+
"precision": 0,
|
|
279
|
+
"reference": false,
|
|
280
|
+
"referenceTargetField": null,
|
|
281
|
+
"referenceToInfos": [],
|
|
282
|
+
"relationshipName": null,
|
|
283
|
+
"required": false,
|
|
284
|
+
"scale": 0,
|
|
285
|
+
"searchPrefilterable": false,
|
|
286
|
+
"sortable": true,
|
|
287
|
+
"unique": false,
|
|
288
|
+
"updateable": true
|
|
289
|
+
},
|
|
290
|
+
"LastServiceDateTime": {
|
|
291
|
+
"apiName": "LastServiceDateTime",
|
|
292
|
+
"calculated": false,
|
|
293
|
+
"compound": false,
|
|
294
|
+
"compoundComponentName": null,
|
|
295
|
+
"compoundFieldName": null,
|
|
296
|
+
"controllerName": null,
|
|
297
|
+
"controllingFields": [],
|
|
298
|
+
"createable": true,
|
|
299
|
+
"custom": true,
|
|
300
|
+
"dataType": "DateTime",
|
|
301
|
+
"extraTypeInfo": null,
|
|
302
|
+
"filterable": true,
|
|
303
|
+
"filteredLookupInfo": null,
|
|
304
|
+
"highScaleNumber": false,
|
|
305
|
+
"htmlFormatted": false,
|
|
306
|
+
"inlineHelpText": null,
|
|
307
|
+
"label": "Last Service Date Time",
|
|
308
|
+
"length": 0,
|
|
309
|
+
"nameField": false,
|
|
310
|
+
"polymorphicForeignKey": false,
|
|
311
|
+
"precision": 0,
|
|
312
|
+
"reference": false,
|
|
313
|
+
"referenceTargetField": null,
|
|
314
|
+
"referenceToInfos": [],
|
|
315
|
+
"relationshipName": null,
|
|
316
|
+
"required": false,
|
|
317
|
+
"scale": 0,
|
|
318
|
+
"searchPrefilterable": false,
|
|
319
|
+
"sortable": true,
|
|
320
|
+
"unique": false,
|
|
321
|
+
"updateable": true
|
|
322
|
+
},
|
|
323
|
+
"ManufacturedDate": {
|
|
324
|
+
"apiName": "ManufacturedDate",
|
|
325
|
+
"calculated": false,
|
|
326
|
+
"compound": false,
|
|
327
|
+
"compoundComponentName": null,
|
|
328
|
+
"compoundFieldName": null,
|
|
329
|
+
"controllerName": null,
|
|
330
|
+
"controllingFields": [],
|
|
331
|
+
"createable": true,
|
|
332
|
+
"custom": true,
|
|
333
|
+
"dataType": "Date",
|
|
334
|
+
"extraTypeInfo": null,
|
|
335
|
+
"filterable": true,
|
|
336
|
+
"filteredLookupInfo": null,
|
|
337
|
+
"highScaleNumber": false,
|
|
338
|
+
"htmlFormatted": false,
|
|
339
|
+
"inlineHelpText": null,
|
|
340
|
+
"label": "Manufactured Date",
|
|
341
|
+
"length": 0,
|
|
342
|
+
"nameField": false,
|
|
343
|
+
"polymorphicForeignKey": false,
|
|
344
|
+
"precision": 0,
|
|
345
|
+
"reference": false,
|
|
346
|
+
"referenceTargetField": null,
|
|
347
|
+
"referenceToInfos": [],
|
|
348
|
+
"relationshipName": null,
|
|
349
|
+
"required": true,
|
|
350
|
+
"scale": 0,
|
|
351
|
+
"searchPrefilterable": false,
|
|
352
|
+
"sortable": true,
|
|
353
|
+
"unique": false,
|
|
354
|
+
"updateable": true
|
|
355
|
+
},
|
|
356
|
+
"Name": {
|
|
357
|
+
"apiName": "Name",
|
|
358
|
+
"calculated": false,
|
|
359
|
+
"compound": false,
|
|
360
|
+
"compoundComponentName": null,
|
|
361
|
+
"compoundFieldName": null,
|
|
362
|
+
"controllerName": null,
|
|
363
|
+
"controllingFields": [],
|
|
364
|
+
"createable": true,
|
|
365
|
+
"custom": false,
|
|
366
|
+
"dataType": "String",
|
|
367
|
+
"extraTypeInfo": null,
|
|
368
|
+
"filterable": true,
|
|
369
|
+
"filteredLookupInfo": null,
|
|
370
|
+
"highScaleNumber": false,
|
|
371
|
+
"htmlFormatted": false,
|
|
372
|
+
"inlineHelpText": null,
|
|
373
|
+
"label": "Aircraft Name",
|
|
374
|
+
"length": 80,
|
|
375
|
+
"nameField": true,
|
|
376
|
+
"polymorphicForeignKey": false,
|
|
377
|
+
"precision": 0,
|
|
378
|
+
"reference": false,
|
|
379
|
+
"referenceTargetField": null,
|
|
380
|
+
"referenceToInfos": [],
|
|
381
|
+
"relationshipName": null,
|
|
382
|
+
"required": false,
|
|
383
|
+
"scale": 0,
|
|
384
|
+
"searchPrefilterable": false,
|
|
385
|
+
"sortable": true,
|
|
386
|
+
"unique": false,
|
|
387
|
+
"updateable": true
|
|
388
|
+
},
|
|
389
|
+
"Price": {
|
|
390
|
+
"apiName": "Price",
|
|
391
|
+
"calculated": false,
|
|
392
|
+
"compound": false,
|
|
393
|
+
"compoundComponentName": null,
|
|
394
|
+
"compoundFieldName": null,
|
|
395
|
+
"controllerName": null,
|
|
396
|
+
"controllingFields": [],
|
|
397
|
+
"createable": true,
|
|
398
|
+
"custom": true,
|
|
399
|
+
"dataType": "Currency",
|
|
400
|
+
"extraTypeInfo": null,
|
|
401
|
+
"filterable": true,
|
|
402
|
+
"filteredLookupInfo": null,
|
|
403
|
+
"highScaleNumber": false,
|
|
404
|
+
"htmlFormatted": false,
|
|
405
|
+
"inlineHelpText": null,
|
|
406
|
+
"label": "Price",
|
|
407
|
+
"length": 0,
|
|
408
|
+
"nameField": false,
|
|
409
|
+
"polymorphicForeignKey": false,
|
|
410
|
+
"precision": 18,
|
|
411
|
+
"reference": false,
|
|
412
|
+
"referenceTargetField": null,
|
|
413
|
+
"referenceToInfos": [],
|
|
414
|
+
"relationshipName": null,
|
|
415
|
+
"required": false,
|
|
416
|
+
"scale": 0,
|
|
417
|
+
"searchPrefilterable": false,
|
|
418
|
+
"sortable": true,
|
|
419
|
+
"unique": false,
|
|
420
|
+
"updateable": true
|
|
421
|
+
},
|
|
422
|
+
"LastFliedById": {
|
|
423
|
+
"apiName": "LastFliedById",
|
|
424
|
+
"calculated": false,
|
|
425
|
+
"compound": false,
|
|
426
|
+
"compoundComponentName": null,
|
|
427
|
+
"compoundFieldName": null,
|
|
428
|
+
"controllerName": null,
|
|
429
|
+
"controllingFields": [],
|
|
430
|
+
"createable": false,
|
|
431
|
+
"custom": false,
|
|
432
|
+
"dataType": "Reference",
|
|
433
|
+
"extraTypeInfo": null,
|
|
434
|
+
"filterable": true,
|
|
435
|
+
"filteredLookupInfo": null,
|
|
436
|
+
"highScaleNumber": false,
|
|
437
|
+
"htmlFormatted": false,
|
|
438
|
+
"inlineHelpText": null,
|
|
439
|
+
"label": "Last Flied By Id",
|
|
440
|
+
"length": 18,
|
|
441
|
+
"nameField": false,
|
|
442
|
+
"polymorphicForeignKey": false,
|
|
443
|
+
"precision": 0,
|
|
444
|
+
"reference": true,
|
|
445
|
+
"referenceTargetField": null,
|
|
446
|
+
"referenceToInfos": [
|
|
447
|
+
{
|
|
448
|
+
"apiName": "Pilot",
|
|
449
|
+
"nameFields": ["FirstName", "LastName", "Name"]
|
|
450
|
+
}
|
|
451
|
+
],
|
|
452
|
+
"relationshipName": "LastFliedBy",
|
|
453
|
+
"required": true,
|
|
454
|
+
"scale": 0,
|
|
455
|
+
"searchPrefilterable": false,
|
|
456
|
+
"sortable": true,
|
|
457
|
+
"unique": false,
|
|
458
|
+
"updateable": false
|
|
459
|
+
},
|
|
460
|
+
"SystemModstamp": {
|
|
461
|
+
"apiName": "SystemModstamp",
|
|
462
|
+
"calculated": false,
|
|
463
|
+
"compound": false,
|
|
464
|
+
"compoundComponentName": null,
|
|
465
|
+
"compoundFieldName": null,
|
|
466
|
+
"controllerName": null,
|
|
467
|
+
"controllingFields": [],
|
|
468
|
+
"createable": false,
|
|
469
|
+
"custom": false,
|
|
470
|
+
"dataType": "DateTime",
|
|
471
|
+
"extraTypeInfo": null,
|
|
472
|
+
"filterable": true,
|
|
473
|
+
"filteredLookupInfo": null,
|
|
474
|
+
"highScaleNumber": false,
|
|
475
|
+
"htmlFormatted": false,
|
|
476
|
+
"inlineHelpText": null,
|
|
477
|
+
"label": "System Modstamp",
|
|
478
|
+
"length": 0,
|
|
479
|
+
"nameField": false,
|
|
480
|
+
"polymorphicForeignKey": false,
|
|
481
|
+
"precision": 0,
|
|
482
|
+
"reference": false,
|
|
483
|
+
"referenceTargetField": null,
|
|
484
|
+
"referenceToInfos": [],
|
|
485
|
+
"relationshipName": null,
|
|
486
|
+
"required": true,
|
|
487
|
+
"scale": 0,
|
|
488
|
+
"searchPrefilterable": false,
|
|
489
|
+
"sortable": true,
|
|
490
|
+
"unique": false,
|
|
491
|
+
"updateable": false
|
|
492
|
+
}
|
|
493
|
+
},
|
|
494
|
+
"keyPrefix": "a0w",
|
|
495
|
+
"label": "Aircraft",
|
|
496
|
+
"labelPlural": "Aircrafts",
|
|
497
|
+
"layoutable": true,
|
|
498
|
+
"mruEnabled": false,
|
|
499
|
+
"nameFields": ["Name"],
|
|
500
|
+
"queryable": true,
|
|
501
|
+
"recordTypeInfos": {
|
|
502
|
+
"012000000000000AAA": {
|
|
503
|
+
"available": true,
|
|
504
|
+
"defaultRecordTypeMapping": true,
|
|
505
|
+
"master": true,
|
|
506
|
+
"name": "Master",
|
|
507
|
+
"recordTypeId": "012000000000000AAA"
|
|
508
|
+
}
|
|
509
|
+
},
|
|
510
|
+
"searchable": true,
|
|
511
|
+
"themeInfo": {
|
|
512
|
+
"color": "747E96",
|
|
513
|
+
"iconUrl": null
|
|
514
|
+
},
|
|
515
|
+
"updateable": true
|
|
516
|
+
}
|
|
517
|
+
}
|