From cd730d0b1a775abacfba06003bb58327d5d1fb3c Mon Sep 17 00:00:00 2001 From: 黄千龙 <huangqianlong@prec-tech.com> Date: 星期四, 02 二月 2023 12:23:31 +0800 Subject: [PATCH] 同步数据 --- force-app/main/default/applications/standard__LightningService.app | 174 ++++++++++++++++++++++++++++------------------------------ 1 files changed, 84 insertions(+), 90 deletions(-) diff --git a/force-app/main/default/applications/standard__LightningService.app b/force-app/main/default/applications/standard__LightningService.app index 73b39c5..5e394eb 100644 --- a/force-app/main/default/applications/standard__LightningService.app +++ b/force-app/main/default/applications/standard__LightningService.app @@ -2,119 +2,113 @@ <CustomApplication xmlns="http://soap.sforce.com/2006/04/metadata"> <formFactors>Small</formFactors> <formFactors>Large</formFactors> + <isNavAutoTempTabsDisabled>false</isNavAutoTempTabsDisabled> + <isNavPersonalizationDisabled>false</isNavPersonalizationDisabled> <label>Service Console</label> <navType>Console</navType> <setupExperience>service</setupExperience> - <tab>standard-Case</tab> - <tab>standard-Contact</tab> - <tab>standard-Account</tab> - <tab>standard-report</tab> - <tab>standard-Dashboard</tab> - <tab>standard-home</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> + <tabs>standard-Case</tabs> + <tabs>standard-Contact</tabs> + <tabs>standard-Account</tabs> + <tabs>standard-report</tabs> + <tabs>standard-Dashboard</tabs> + <tabs>standard-home</tabs> + <tabs>IS_Opportunity_Demand__c</tabs> + <tabs>SI_Attachment__c</tabs> + <tabs>OPDPlan__c</tabs> + <tabs>SubAuthorized__c</tabs> + <tabs>OpportunitySpecialApply__c</tabs> + <tabs>ReceivingNote__c</tabs> + <tabs>ReceivingNoteDetail__c</tabs> + <tabs>SolutionProjectRequirements__c</tabs> + <tabs>AssetMaintainHeader__c</tabs> + <tabs>Complaint__c</tabs> + <tabs>Maintenance_Product_Data__c</tabs> + <tabs>TransferApply__c</tabs> + <tabs>Tender_information__c</tabs> + <tabs>Address__c</tabs> + <tabs>ODS__c</tabs> + <tabs>Consumable_order_details2__c</tabs> + <tabs>LogisticsInformation__c</tabs> + <tabs>SearchPIContact</tabs> + <tabs>Account_Delay_Apply__c</tabs> <uiType>Lightning</uiType> <utilityBar>LightningService_UtilityBar</utilityBar> - <workspaceMappings> - <mapping> + <workspaceConfig> + <mappings> + <tab>Account_Delay_Apply__c</tab> + </mappings> + <mappings> <tab>Address__c</tab> - </mapping> - <mapping> - <tab>Advance_Payment__c</tab> - </mapping> - <mapping> + </mappings> + <mappings> <tab>AssetMaintainHeader__c</tab> - </mapping> - <mapping> + </mappings> + <mappings> <tab>Complaint__c</tab> - </mapping> - <mapping> - <tab>Enquiry_No_Bidding_Apply__c</tab> - </mapping> - <mapping> + </mappings> + <mappings> + <tab>Consumable_order_details2__c</tab> + </mappings> + <mappings> <tab>IS_Opportunity_Demand__c</tab> - </mapping> - <mapping> + </mappings> + <mappings> + <tab>LogisticsInformation__c</tab> + </mappings> + <mappings> <tab>Maintenance_Product_Data__c</tab> - </mapping> - <mapping> - <tab>Monthly_Report__c</tab> - </mapping> - <mapping> + </mappings> + <mappings> <tab>ODS__c</tab> - </mapping> - <mapping> + </mappings> + <mappings> <tab>OPDPlan__c</tab> - </mapping> - <mapping> + </mappings> + <mappings> <tab>OpportunitySpecialApply__c</tab> - </mapping> - <mapping> - <tab>Payment_Maintenance_Contract__c</tab> - </mapping> - <mapping> - <tab>PromotionHead__c</tab> - </mapping> - <mapping> - <tab>QuoteIrai__c</tab> - </mapping> - <mapping> + </mappings> + <mappings> <tab>ReceivingNoteDetail__c</tab> - </mapping> - <mapping> + </mappings> + <mappings> <tab>ReceivingNote__c</tab> - </mapping> - <mapping> - <tab>RetrospectiveWeeklyReport</tab> - </mapping> - <mapping> + </mappings> + <mappings> <tab>SI_Attachment__c</tab> - </mapping> - <mapping> + </mappings> + <mappings> + <tab>SearchPIContact</tab> + </mappings> + <mappings> <tab>SolutionProjectRequirements__c</tab> - </mapping> - <mapping> + </mappings> + <mappings> <tab>SubAuthorized__c</tab> - </mapping> - <mapping> + </mappings> + <mappings> + <tab>Tender_information__c</tab> + </mappings> + <mappings> <tab>TransferApply__c</tab> - </mapping> - <mapping> + </mappings> + <mappings> <tab>standard-Account</tab> - </mapping> - <mapping> + </mappings> + <mappings> <tab>standard-Case</tab> - </mapping> - <mapping> + </mappings> + <mappings> <tab>standard-Contact</tab> - </mapping> - <mapping> + </mappings> + <mappings> <tab>standard-Dashboard</tab> - </mapping> - <mapping> + </mappings> + <mappings> <tab>standard-home</tab> - </mapping> - <mapping> + </mappings> + <mappings> <tab>standard-report</tab> - </mapping> - </workspaceMappings> + </mappings> + </workspaceConfig> </CustomApplication> -- Gitblit v1.9.1