buli
2023-06-05 e9b970ea36eea5dcf93fd5b965bf13d7010ce0ad
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
<?xml version="1.0" encoding="UTF-8"?>
<CustomApplication xmlns="http://soap.sforce.com/2006/04/metadata">
    <customApplicationComponents>
        <alignment>right</alignment>
        <customApplicationComponent>Console.BuiltInComponent.mostRecentlyUsed</customApplicationComponent>
    </customApplicationComponents>
    <defaultLandingTab>standard-home</defaultLandingTab>
    <detailPageRefreshMethod>flag</detailPageRefreshMethod>
    <enableCustomizeMyTabs>false</enableCustomizeMyTabs>
    <enableKeyboardShortcuts>true</enableKeyboardShortcuts>
    <enableListViewHover>true</enableListViewHover>
    <enableListViewReskin>true</enableListViewReskin>
    <enableMultiMonitorComponents>true</enableMultiMonitorComponents>
    <enablePinTabs>true</enablePinTabs>
    <enableTabHover>false</enableTabHover>
    <enableTabLimits>false</enableTabLimits>
    <isServiceCloudConsole>true</isServiceCloudConsole>
    <keyboardShortcuts>
        <defaultShortcut>
            <action>FOCUS_CONSOLE</action>
            <active>true</active>
            <keyCommand>ESC</keyCommand>
        </defaultShortcut>
        <defaultShortcut>
            <action>FOCUS_NAVIGATOR_TAB</action>
            <active>true</active>
            <keyCommand>V</keyCommand>
        </defaultShortcut>
        <defaultShortcut>
            <action>FOCUS_DETAIL_VIEW</action>
            <active>true</active>
            <keyCommand>SHIFT+S</keyCommand>
        </defaultShortcut>
        <defaultShortcut>
            <action>FOCUS_PRIMARY_TAB_PANEL</action>
            <active>true</active>
            <keyCommand>P</keyCommand>
        </defaultShortcut>
        <defaultShortcut>
            <action>FOCUS_SUBTAB_PANEL</action>
            <active>true</active>
            <keyCommand>S</keyCommand>
        </defaultShortcut>
        <defaultShortcut>
            <action>FOCUS_LIST_VIEW</action>
            <active>true</active>
            <keyCommand>N</keyCommand>
        </defaultShortcut>
        <defaultShortcut>
            <action>FOCUS_FIRST_LIST_VIEW</action>
            <active>true</active>
            <keyCommand>SHIFT+F</keyCommand>
        </defaultShortcut>
        <defaultShortcut>
            <action>FOCUS_SEARCH_INPUT</action>
            <active>true</active>
            <keyCommand>R</keyCommand>
        </defaultShortcut>
        <defaultShortcut>
            <action>MOVE_LEFT</action>
            <active>true</active>
            <keyCommand>LEFT ARROW</keyCommand>
        </defaultShortcut>
        <defaultShortcut>
            <action>MOVE_RIGHT</action>
            <active>true</active>
            <keyCommand>RIGHT ARROW</keyCommand>
        </defaultShortcut>
        <defaultShortcut>
            <action>UP_ARROW</action>
            <active>true</active>
            <keyCommand>UP ARROW</keyCommand>
        </defaultShortcut>
        <defaultShortcut>
            <action>DOWN_ARROW</action>
            <active>true</active>
            <keyCommand>DOWN ARROW</keyCommand>
        </defaultShortcut>
        <defaultShortcut>
            <action>OPEN_TAB_SCROLLER_MENU</action>
            <active>true</active>
            <keyCommand>D</keyCommand>
        </defaultShortcut>
        <defaultShortcut>
            <action>OPEN_TAB</action>
            <active>true</active>
            <keyCommand>T</keyCommand>
        </defaultShortcut>
        <defaultShortcut>
            <action>CLOSE_TAB</action>
            <active>true</active>
            <keyCommand>C</keyCommand>
        </defaultShortcut>
        <defaultShortcut>
            <action>REFRESH_TAB</action>
            <active>false</active>
            <keyCommand>SHIFT+R</keyCommand>
        </defaultShortcut>
        <defaultShortcut>
            <action>ENTER</action>
            <active>true</active>
            <keyCommand>ENTER</keyCommand>
        </defaultShortcut>
        <defaultShortcut>
            <action>EDIT</action>
            <active>true</active>
            <keyCommand>E</keyCommand>
        </defaultShortcut>
        <defaultShortcut>
            <action>SAVE</action>
            <active>true</active>
            <keyCommand>CTRL+S</keyCommand>
        </defaultShortcut>
        <defaultShortcut>
            <action>CONSOLE_LINK_DIALOG</action>
            <active>false</active>
            <keyCommand>U</keyCommand>
        </defaultShortcut>
        <defaultShortcut>
            <action>HOTKEYS_PANEL</action>
            <active>false</active>
            <keyCommand>SHIFT+K</keyCommand>
        </defaultShortcut>
        <defaultShortcut>
            <action>FOCUS_MACRO</action>
            <active>false</active>
            <keyCommand>M</keyCommand>
        </defaultShortcut>
        <defaultShortcut>
            <action>FOCUS_FOOTER_PANEL</action>
            <active>false</active>
            <keyCommand>F</keyCommand>
        </defaultShortcut>
        <defaultShortcut>
            <action>TOGGLE_LIST_VIEW</action>
            <active>false</active>
            <keyCommand>SHIFT+N</keyCommand>
        </defaultShortcut>
        <defaultShortcut>
            <action>TOGGLE_LEFT_SIDEBAR</action>
            <active>false</active>
            <keyCommand>SHIFT+LEFT ARROW</keyCommand>
        </defaultShortcut>
        <defaultShortcut>
            <action>TOGGLE_RIGHT_SIDEBAR</action>
            <active>false</active>
            <keyCommand>SHIFT+RIGHT ARROW</keyCommand>
        </defaultShortcut>
        <defaultShortcut>
            <action>TOGGLE_TOP_SIDEBAR</action>
            <active>false</active>
            <keyCommand>SHIFT+UP ARROW</keyCommand>
        </defaultShortcut>
        <defaultShortcut>
            <action>TOGGLE_BOTTOM_SIDEBAR</action>
            <active>false</active>
            <keyCommand>SHIFT+DOWN ARROW</keyCommand>
        </defaultShortcut>
        <defaultShortcut>
            <action>TOGGLE_APP_LEVEL_COMPONENTS</action>
            <active>false</active>
            <keyCommand>Z</keyCommand>
        </defaultShortcut>
        <defaultShortcut>
            <action>REOPEN_LAST_TAB</action>
            <active>false</active>
            <keyCommand>SHIFT+C</keyCommand>
        </defaultShortcut>
    </keyboardShortcuts>
    <label>CIC专用页面</label>
    <listPlacement>
        <location>full</location>
    </listPlacement>
    <listRefreshMethod>refreshListRows</listRefreshMethod>
    <logo>System/Olympus_Logo.png</logo>
    <saveUserSessions>true</saveUserSessions>
    <tab>standard-Case</tab>
    <tab>standard-Solution</tab>
    <tab>standard-Account</tab>
    <tab>standard-Contact</tab>
    <tab>standard-Product2</tab>
    <tab>Product_Documentation__c</tab>
    <tab>Product_Set__c</tab>
    <tab>CIC_Report</tab>
    <tab>standard-home</tab>
    <tab>Equipment_Set__c</tab>
    <tab>Bulletin_Board__c</tab>
    <tab>standard-report</tab>
    <tab>Rental_Apply_Equipment_Set__c</tab>
    <tab>Medical_expense_Request__c</tab>
    <tab>QIS_Report__c</tab>
    <tab>Product_Material__c</tab>
    <tab>Report__c</tab>
    <tab>IS_Opportunity_Demand__c</tab>
    <tab>SI_Attachment__c</tab>
    <tab>OPDPlan__c</tab>
    <tab>SubAuthorized__c</tab>
    <tab>OpportunitySpecialApply__c</tab>
    <tab>ReceivingNote__c</tab>
    <tab>ReceivingNoteDetail__c</tab>
    <tab>SolutionProjectRequirements__c</tab>
    <tab>AssetMaintainHeader__c</tab>
    <tab>Complaint__c</tab>
    <tab>Maintenance_Product_Data__c</tab>
    <tab>TransferApply__c</tab>
    <tab>Address__c</tab>
    <tab>QuoteIrai__c</tab>
    <tab>PromotionHead__c</tab>
    <tab>Enquiry_No_Bidding_Apply__c</tab>
    <tab>ODS__c</tab>
    <tab>Monthly_Report__c</tab>
    <tab>Advance_Payment__c</tab>
    <tab>RetrospectiveWeeklyReport</tab>
    <tab>Payment_Maintenance_Contract__c</tab>
    <workspaceMappings>
        <mapping>
            <tab>Address__c</tab>
        </mapping>
        <mapping>
            <tab>Advance_Payment__c</tab>
        </mapping>
        <mapping>
            <tab>AssetMaintainHeader__c</tab>
        </mapping>
        <mapping>
            <tab>Bulletin_Board__c</tab>
        </mapping>
        <mapping>
            <tab>CIC_Report</tab>
        </mapping>
        <mapping>
            <tab>Complaint__c</tab>
        </mapping>
        <mapping>
            <tab>Enquiry_No_Bidding_Apply__c</tab>
        </mapping>
        <mapping>
            <tab>Equipment_Set__c</tab>
        </mapping>
        <mapping>
            <tab>IS_Opportunity_Demand__c</tab>
        </mapping>
        <mapping>
            <tab>Maintenance_Product_Data__c</tab>
        </mapping>
        <mapping>
            <tab>Medical_expense_Request__c</tab>
        </mapping>
        <mapping>
            <tab>Monthly_Report__c</tab>
        </mapping>
        <mapping>
            <tab>ODS__c</tab>
        </mapping>
        <mapping>
            <tab>OPDPlan__c</tab>
        </mapping>
        <mapping>
            <tab>OpportunitySpecialApply__c</tab>
        </mapping>
        <mapping>
            <tab>Payment_Maintenance_Contract__c</tab>
        </mapping>
        <mapping>
            <tab>Product_Documentation__c</tab>
        </mapping>
        <mapping>
            <tab>Product_Material__c</tab>
        </mapping>
        <mapping>
            <tab>Product_Set__c</tab>
        </mapping>
        <mapping>
            <tab>PromotionHead__c</tab>
        </mapping>
        <mapping>
            <tab>QIS_Report__c</tab>
        </mapping>
        <mapping>
            <tab>QuoteIrai__c</tab>
        </mapping>
        <mapping>
            <tab>ReceivingNoteDetail__c</tab>
        </mapping>
        <mapping>
            <tab>ReceivingNote__c</tab>
        </mapping>
        <mapping>
            <tab>Rental_Apply_Equipment_Set__c</tab>
        </mapping>
        <mapping>
            <tab>Report__c</tab>
        </mapping>
        <mapping>
            <tab>RetrospectiveWeeklyReport</tab>
        </mapping>
        <mapping>
            <tab>SI_Attachment__c</tab>
        </mapping>
        <mapping>
            <tab>SolutionProjectRequirements__c</tab>
        </mapping>
        <mapping>
            <tab>SubAuthorized__c</tab>
        </mapping>
        <mapping>
            <tab>TransferApply__c</tab>
        </mapping>
        <mapping>
            <tab>standard-Account</tab>
        </mapping>
        <mapping>
            <tab>standard-Case</tab>
        </mapping>
        <mapping>
            <tab>standard-Contact</tab>
        </mapping>
        <mapping>
            <tab>standard-Product2</tab>
        </mapping>
        <mapping>
            <tab>standard-Solution</tab>
        </mapping>
        <mapping>
            <tab>standard-home</tab>
        </mapping>
        <mapping>
            <tab>standard-report</tab>
        </mapping>
    </workspaceMappings>
</CustomApplication>