@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,72 @@
|
|
|
1
|
+
{
|
|
2
|
+
"data": {
|
|
3
|
+
"data": {
|
|
4
|
+
"uiapi": {
|
|
5
|
+
"query": {
|
|
6
|
+
"ServiceAppointment": {
|
|
7
|
+
"edges": [
|
|
8
|
+
{
|
|
9
|
+
"node": {
|
|
10
|
+
"Id": "08px000000JaaA8AAJ",
|
|
11
|
+
"ServiceResources": {
|
|
12
|
+
"edges": [
|
|
13
|
+
{
|
|
14
|
+
"node": {
|
|
15
|
+
"Id": "03rx0000002rCJ0AAM",
|
|
16
|
+
"_drafts": null
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"node": {
|
|
21
|
+
"Id": "03rx0000002rCG6AAM",
|
|
22
|
+
"_drafts": null
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"node": {
|
|
27
|
+
"Id": "03rx0000002rGYxAAM",
|
|
28
|
+
"_drafts": null
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"node": {
|
|
33
|
+
"Id": "03rx0000002rGQFAA2",
|
|
34
|
+
"_drafts": null
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"node": {
|
|
39
|
+
"Id": "03rx0000002rGW3AAM",
|
|
40
|
+
"_drafts": null
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"node": {
|
|
45
|
+
"Id": "03rx0000002rGT9AAM",
|
|
46
|
+
"_drafts": null
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"node": {
|
|
51
|
+
"Id": "03rx0000002rCDCAA2",
|
|
52
|
+
"_drafts": null
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"node": {
|
|
57
|
+
"Id": "03rx0000002rCLuAAM",
|
|
58
|
+
"_drafts": null
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
"_drafts": null
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
]
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
@@ -0,0 +1,245 @@
|
|
|
1
|
+
{
|
|
2
|
+
"data": {
|
|
3
|
+
"data": {
|
|
4
|
+
"uiapi": {
|
|
5
|
+
"query": {
|
|
6
|
+
"WorkOrder": {
|
|
7
|
+
"edges": [
|
|
8
|
+
{
|
|
9
|
+
"node": {
|
|
10
|
+
"Id": "0WOx0000000Dw6tGAC",
|
|
11
|
+
"OwnerId": {
|
|
12
|
+
"value": "005x0000000xNhqAAE"
|
|
13
|
+
},
|
|
14
|
+
"IsDeleted": {
|
|
15
|
+
"value": false
|
|
16
|
+
},
|
|
17
|
+
"WorkOrderNumber": {
|
|
18
|
+
"value": "00000001"
|
|
19
|
+
},
|
|
20
|
+
"RecordTypeId": {
|
|
21
|
+
"value": "012000000000000AAA"
|
|
22
|
+
},
|
|
23
|
+
"CreatedDate": {
|
|
24
|
+
"value": "2016-02-11T06:53:20.000Z"
|
|
25
|
+
},
|
|
26
|
+
"CreatedById": {
|
|
27
|
+
"value": "005x0000000xNhqAAE"
|
|
28
|
+
},
|
|
29
|
+
"LastModifiedDate": {
|
|
30
|
+
"value": "2021-06-09T22:55:47.000Z"
|
|
31
|
+
},
|
|
32
|
+
"LastModifiedById": {
|
|
33
|
+
"value": "005x0000000xNhqAAE"
|
|
34
|
+
},
|
|
35
|
+
"SystemModstamp": {
|
|
36
|
+
"value": "2021-06-09T22:55:47.000Z"
|
|
37
|
+
},
|
|
38
|
+
"MayEdit": {
|
|
39
|
+
"value": true
|
|
40
|
+
},
|
|
41
|
+
"IsLocked": {
|
|
42
|
+
"value": false
|
|
43
|
+
},
|
|
44
|
+
"LastViewedDate": {
|
|
45
|
+
"value": null
|
|
46
|
+
},
|
|
47
|
+
"LastReferencedDate": {
|
|
48
|
+
"value": null
|
|
49
|
+
},
|
|
50
|
+
"AccountId": {
|
|
51
|
+
"value": "001x0000004cKZHAA2"
|
|
52
|
+
},
|
|
53
|
+
"ContactId": {
|
|
54
|
+
"value": "003x0000005A0eAAAS"
|
|
55
|
+
},
|
|
56
|
+
"CaseId": {
|
|
57
|
+
"value": "500x0000002GPPDAA4"
|
|
58
|
+
},
|
|
59
|
+
"EntitlementId": {
|
|
60
|
+
"value": null
|
|
61
|
+
},
|
|
62
|
+
"ServiceContractId": {
|
|
63
|
+
"value": null
|
|
64
|
+
},
|
|
65
|
+
"AssetId": {
|
|
66
|
+
"value": "02ix000000074rAAAQ"
|
|
67
|
+
},
|
|
68
|
+
"Street": {
|
|
69
|
+
"value": null
|
|
70
|
+
},
|
|
71
|
+
"City": {
|
|
72
|
+
"value": "Name"
|
|
73
|
+
},
|
|
74
|
+
"State": {
|
|
75
|
+
"value": "Alabama"
|
|
76
|
+
},
|
|
77
|
+
"PostalCode": {
|
|
78
|
+
"value": null
|
|
79
|
+
},
|
|
80
|
+
"Country": {
|
|
81
|
+
"value": "English Name"
|
|
82
|
+
},
|
|
83
|
+
"Latitude": {
|
|
84
|
+
"value": null
|
|
85
|
+
},
|
|
86
|
+
"Longitude": {
|
|
87
|
+
"value": null
|
|
88
|
+
},
|
|
89
|
+
"GeocodeAccuracy": {
|
|
90
|
+
"value": null
|
|
91
|
+
},
|
|
92
|
+
"Description": {
|
|
93
|
+
"value": "Performance engineering encompasses the techniques applied during a systems development life cycle to ensure the non-functional requirements for performance (such as throughput, latency, or memory usage) will be met. It may be alternatively referred to as systems performance engineering within systems engineering, and software performance engineering or application performance engineering within software engineering."
|
|
94
|
+
},
|
|
95
|
+
"StartDate": {
|
|
96
|
+
"value": "2012-02-02T00:00:00.000Z"
|
|
97
|
+
},
|
|
98
|
+
"EndDate": {
|
|
99
|
+
"value": "2012-06-26T00:00:00.000Z"
|
|
100
|
+
},
|
|
101
|
+
"Subject": {
|
|
102
|
+
"value": "Mobile Performance Work Order"
|
|
103
|
+
},
|
|
104
|
+
"RootWorkOrderId": {
|
|
105
|
+
"value": "0WOx0000000Dw6tGAC"
|
|
106
|
+
},
|
|
107
|
+
"Status": {
|
|
108
|
+
"value": "Closed"
|
|
109
|
+
},
|
|
110
|
+
"Priority": {
|
|
111
|
+
"value": "Medium"
|
|
112
|
+
},
|
|
113
|
+
"Tax": {
|
|
114
|
+
"value": null
|
|
115
|
+
},
|
|
116
|
+
"Subtotal": {
|
|
117
|
+
"value": 336834013
|
|
118
|
+
},
|
|
119
|
+
"TotalPrice": {
|
|
120
|
+
"value": 284727829.79
|
|
121
|
+
},
|
|
122
|
+
"LineItemCount": {
|
|
123
|
+
"value": 11146
|
|
124
|
+
},
|
|
125
|
+
"Pricebook2Id": {
|
|
126
|
+
"value": null
|
|
127
|
+
},
|
|
128
|
+
"Discount": {
|
|
129
|
+
"value": 15.46939478
|
|
130
|
+
},
|
|
131
|
+
"GrandTotal": {
|
|
132
|
+
"value": 284727829.79
|
|
133
|
+
},
|
|
134
|
+
"ParentWorkOrderId": {
|
|
135
|
+
"value": null
|
|
136
|
+
},
|
|
137
|
+
"IsClosed": {
|
|
138
|
+
"value": true
|
|
139
|
+
},
|
|
140
|
+
"IsStopped": {
|
|
141
|
+
"value": false
|
|
142
|
+
},
|
|
143
|
+
"StopStartDate": {
|
|
144
|
+
"value": null
|
|
145
|
+
},
|
|
146
|
+
"SlaStartDate": {
|
|
147
|
+
"value": "2016-03-16T11:32:52.000Z"
|
|
148
|
+
},
|
|
149
|
+
"SlaExitDate": {
|
|
150
|
+
"value": null
|
|
151
|
+
},
|
|
152
|
+
"BusinessHoursId": {
|
|
153
|
+
"value": "01mx00000004KznAAE"
|
|
154
|
+
},
|
|
155
|
+
"MilestoneStatus": {
|
|
156
|
+
"value": ""
|
|
157
|
+
},
|
|
158
|
+
"DurationInMinutes": {
|
|
159
|
+
"value": 422
|
|
160
|
+
},
|
|
161
|
+
"DurationSource": {
|
|
162
|
+
"value": "WorkType"
|
|
163
|
+
},
|
|
164
|
+
"WorkTypeId": {
|
|
165
|
+
"value": "08qx000000009xbAAA"
|
|
166
|
+
},
|
|
167
|
+
"ServiceTerritoryId": {
|
|
168
|
+
"value": "0Hhx0000000000ECAQ"
|
|
169
|
+
},
|
|
170
|
+
"LocationId": {
|
|
171
|
+
"value": null
|
|
172
|
+
},
|
|
173
|
+
"MaintenancePlanId": {
|
|
174
|
+
"value": null
|
|
175
|
+
},
|
|
176
|
+
"SuggestedMaintenanceDate": {
|
|
177
|
+
"value": null
|
|
178
|
+
},
|
|
179
|
+
"MinimumCrewSize": {
|
|
180
|
+
"value": 31
|
|
181
|
+
},
|
|
182
|
+
"ServiceReportTemplateId": {
|
|
183
|
+
"value": "0SLx00000000001GAA"
|
|
184
|
+
},
|
|
185
|
+
"IsGeneratedFromMaintenancePlan": {
|
|
186
|
+
"value": false
|
|
187
|
+
},
|
|
188
|
+
"ServiceReportLanguage": {
|
|
189
|
+
"value": null
|
|
190
|
+
},
|
|
191
|
+
"MaintenanceWorkRuleId": {
|
|
192
|
+
"value": null
|
|
193
|
+
},
|
|
194
|
+
"AssetWarrantyId": {
|
|
195
|
+
"value": null
|
|
196
|
+
},
|
|
197
|
+
"ProductServiceCampaignId": {
|
|
198
|
+
"value": null
|
|
199
|
+
},
|
|
200
|
+
"ProductServiceCampaignItemId": {
|
|
201
|
+
"value": null
|
|
202
|
+
},
|
|
203
|
+
"Work_Order_Count__c": {
|
|
204
|
+
"value": 1
|
|
205
|
+
},
|
|
206
|
+
"External_Id__c": {
|
|
207
|
+
"value": null
|
|
208
|
+
},
|
|
209
|
+
"FSL__IsFillInCandidate__c": {
|
|
210
|
+
"value": false
|
|
211
|
+
},
|
|
212
|
+
"FSL__Prevent_Geocoding_For_Chatter_Actions__c": {
|
|
213
|
+
"value": false
|
|
214
|
+
},
|
|
215
|
+
"FSL__Scheduling_Priority__c": {
|
|
216
|
+
"value": 3
|
|
217
|
+
},
|
|
218
|
+
"FSL__VisitingHours__c": {
|
|
219
|
+
"value": null
|
|
220
|
+
},
|
|
221
|
+
"ServiceCrewId__c": {
|
|
222
|
+
"value": null
|
|
223
|
+
},
|
|
224
|
+
"ServiceCrewMemberId__c": {
|
|
225
|
+
"value": null
|
|
226
|
+
},
|
|
227
|
+
"TimeSlotId__c": {
|
|
228
|
+
"value": null
|
|
229
|
+
},
|
|
230
|
+
"ProductRequiredId__c": {
|
|
231
|
+
"value": null
|
|
232
|
+
},
|
|
233
|
+
"Huge_Object__c": {
|
|
234
|
+
"value": null
|
|
235
|
+
},
|
|
236
|
+
"_drafts": null
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
]
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"data": {
|
|
3
|
+
"data": {
|
|
4
|
+
"uiapi": {
|
|
5
|
+
"query": {
|
|
6
|
+
"ServiceAppointment": {
|
|
7
|
+
"edges": [
|
|
8
|
+
{
|
|
9
|
+
"node": {
|
|
10
|
+
"Id": "08px000000JaaBkAAJ",
|
|
11
|
+
"ServiceResources": {
|
|
12
|
+
"edges": [
|
|
13
|
+
{
|
|
14
|
+
"node": {
|
|
15
|
+
"Id": "03rx0000002rCEoAAM",
|
|
16
|
+
"_drafts": null
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
},
|
|
21
|
+
"_drafts": null
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"data": {
|
|
3
|
+
"data": {
|
|
4
|
+
"uiapi": {
|
|
5
|
+
"query": {
|
|
6
|
+
"ServiceAppointment": {
|
|
7
|
+
"edges": [
|
|
8
|
+
{
|
|
9
|
+
"node": {
|
|
10
|
+
"Id": "08px00000000QXzAAM",
|
|
11
|
+
"Account": {
|
|
12
|
+
"Id": "001x0000004cKfzAAE",
|
|
13
|
+
"Name": {
|
|
14
|
+
"value": "A001_3_20017"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"_drafts": null
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
]
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"data": {
|
|
3
|
+
"data": {
|
|
4
|
+
"uiapi": {
|
|
5
|
+
"query": {
|
|
6
|
+
"Case": {
|
|
7
|
+
"edges": [
|
|
8
|
+
{
|
|
9
|
+
"node": {
|
|
10
|
+
"Id": "500x0000002GPP9AAO",
|
|
11
|
+
"CaseNumber": {
|
|
12
|
+
"value": "00001004"
|
|
13
|
+
},
|
|
14
|
+
"_drafts": null
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"node": {
|
|
19
|
+
"Id": "500x0000002GPPBAA4",
|
|
20
|
+
"CaseNumber": {
|
|
21
|
+
"value": "00001006"
|
|
22
|
+
},
|
|
23
|
+
"_drafts": null
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
]
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
{
|
|
2
|
+
"data": {
|
|
3
|
+
"uiapi": {
|
|
4
|
+
"query": {
|
|
5
|
+
"ServiceAppointment": {
|
|
6
|
+
"edges": [
|
|
7
|
+
{
|
|
8
|
+
"node": {
|
|
9
|
+
"Id": "08px000000JaaA8AAJ",
|
|
10
|
+
"ServiceResources": {
|
|
11
|
+
"edges": [
|
|
12
|
+
{
|
|
13
|
+
"node": {
|
|
14
|
+
"Id": "03rx0000002rCJ0AAM",
|
|
15
|
+
"_drafts": null
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"node": {
|
|
20
|
+
"Id": "03rx0000002rCG6AAM",
|
|
21
|
+
"_drafts": null
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"node": {
|
|
26
|
+
"Id": "03rx0000002rGYxAAM",
|
|
27
|
+
"_drafts": null
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"node": {
|
|
32
|
+
"Id": "03rx0000002rGQFAA2",
|
|
33
|
+
"_drafts": null
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"node": {
|
|
38
|
+
"Id": "03rx0000002rGW3AAM",
|
|
39
|
+
"_drafts": null
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"node": {
|
|
44
|
+
"Id": "03rx0000002rGT9AAM",
|
|
45
|
+
"_drafts": null
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"node": {
|
|
50
|
+
"Id": "03rx0000002rCDCAA2",
|
|
51
|
+
"_drafts": null
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"node": {
|
|
56
|
+
"Id": "03rx0000002rCLuAAM",
|
|
57
|
+
"_drafts": null
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
"_drafts": null
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
]
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
{
|
|
2
|
+
"data": {
|
|
3
|
+
"uiapi": {
|
|
4
|
+
"objectInfos": [
|
|
5
|
+
{
|
|
6
|
+
"ApiName": "IncludeAllDataTypes",
|
|
7
|
+
"fields": [
|
|
8
|
+
{
|
|
9
|
+
"ApiName": "ShippingLatitude",
|
|
10
|
+
"label": "Shipping Latitude",
|
|
11
|
+
"dataType": "DOUBLE",
|
|
12
|
+
"sortable": true
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"ApiName": "LastModifiedDate",
|
|
16
|
+
"label": "Last Modified Date",
|
|
17
|
+
"dataType": "DATETIME",
|
|
18
|
+
"sortable": true
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"ApiName": "ChannelProgramName",
|
|
22
|
+
"label": "Channel Program Name",
|
|
23
|
+
"dataType": "STRING",
|
|
24
|
+
"sortable": false
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"ApiName": "Industry",
|
|
28
|
+
"label": "Industry",
|
|
29
|
+
"dataType": "PICKLIST",
|
|
30
|
+
"sortable": true
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"ApiName": "CreatedById",
|
|
34
|
+
"label": "Created By ID",
|
|
35
|
+
"dataType": "REFERENCE",
|
|
36
|
+
"sortable": true
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"ApiName": "IsDeleted",
|
|
40
|
+
"label": "Deleted",
|
|
41
|
+
"dataType": "BOOLEAN",
|
|
42
|
+
"sortable": true
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"ApiName": "ShippingStreet",
|
|
46
|
+
"label": "Shipping Street",
|
|
47
|
+
"dataType": "TEXTAREA",
|
|
48
|
+
"sortable": true
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"ApiName": "AnnualRevenue",
|
|
52
|
+
"label": "Annual Revenue",
|
|
53
|
+
"dataType": "CURRENCY",
|
|
54
|
+
"sortable": true
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"ApiName": "Website",
|
|
58
|
+
"label": "Website",
|
|
59
|
+
"dataType": "URL",
|
|
60
|
+
"sortable": true
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"ApiName": "NumberOfEmployees",
|
|
64
|
+
"label": "Employees",
|
|
65
|
+
"dataType": "INT",
|
|
66
|
+
"sortable": true
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"ApiName": "BillingAddress",
|
|
70
|
+
"label": "Billing Address",
|
|
71
|
+
"dataType": "ADDRESS",
|
|
72
|
+
"sortable": false
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"ApiName": "Phone",
|
|
76
|
+
"label": "Account Phone",
|
|
77
|
+
"dataType": "PHONE",
|
|
78
|
+
"sortable": true
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"ApiName": "LastActivityDate",
|
|
82
|
+
"label": "Last Activity",
|
|
83
|
+
"dataType": "DATE",
|
|
84
|
+
"sortable": true
|
|
85
|
+
},
|
|
86
|
+
|
|
87
|
+
{
|
|
88
|
+
"ApiName": "SuppliedEmail",
|
|
89
|
+
"label": "Email Address",
|
|
90
|
+
"dataType": "EMAIL",
|
|
91
|
+
"sortable": true
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"ApiName": "EncryptedText_Field_1__c",
|
|
95
|
+
"label": "EncryptedText Field 1",
|
|
96
|
+
"dataType": "ENCRYPTEDSTRING",
|
|
97
|
+
"sortable": true
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"ApiName": "VersionData",
|
|
101
|
+
"label": "Version Data",
|
|
102
|
+
"dataType": "BASE64",
|
|
103
|
+
"sortable": false
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"ApiName": "JSON_Field_1__c",
|
|
107
|
+
"label": "JSON Field 1",
|
|
108
|
+
"dataType": "JSON",
|
|
109
|
+
"sortable": false
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"ApiName": "Custom_Field_1__c",
|
|
113
|
+
"label": "Custom Field 1",
|
|
114
|
+
"dataType": "LONG",
|
|
115
|
+
"sortable": true
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"ApiName": "Custom_Field_2__c",
|
|
119
|
+
"label": "Custom Field 2",
|
|
120
|
+
"dataType": "LOCATION",
|
|
121
|
+
"sortable": true
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"ApiName": "Custom_Field_3__c",
|
|
125
|
+
"label": "Custom Field 3",
|
|
126
|
+
"dataType": "MULTIPICKLIST",
|
|
127
|
+
"sortable": false
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"ApiName": "Custom_Field_4__c",
|
|
131
|
+
"label": "Custom Field 4",
|
|
132
|
+
"dataType": "COMBOBOX",
|
|
133
|
+
"sortable": false
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"ApiName": "Custom_Field_5__c",
|
|
137
|
+
"label": "Custom Field 5",
|
|
138
|
+
"dataType": "COMPLEXVALUE",
|
|
139
|
+
"sortable": false
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"ApiName": "Custom_Field_6__c",
|
|
143
|
+
"label": "Custom Field 6",
|
|
144
|
+
"dataType": "JUNCTIONIDLIST",
|
|
145
|
+
"sortable": false
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"ApiName": "Probability",
|
|
149
|
+
"label": "Probability (%)",
|
|
150
|
+
"dataType": "PERCENT",
|
|
151
|
+
"sortable": false
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"ApiName": "Flight_Time",
|
|
155
|
+
"label": "Flight Time",
|
|
156
|
+
"dataType": "TIME",
|
|
157
|
+
"sortable": false
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"ApiName": "OldValue",
|
|
161
|
+
"label": "Old Value",
|
|
162
|
+
"dataType": "ANYTYPE",
|
|
163
|
+
"sortable": true
|
|
164
|
+
}
|
|
165
|
+
]
|
|
166
|
+
}
|
|
167
|
+
]
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
}
|