From cbabb7b9670c1f82749a0efbd9b423d0c9cefb81 Mon Sep 17 00:00:00 2001 From: FUYU <fuyu@prec-tech.com> Date: 星期五, 26 五月 2023 09:52:51 +0800 Subject: [PATCH] 修改显示类型 --- force-app/main/default/objects/Inspection_Report__c/Inspection_Report__c.object-meta.xml | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/force-app/main/default/objects/Inspection_Report__c/Inspection_Report__c.object-meta.xml b/force-app/main/default/objects/Inspection_Report__c/Inspection_Report__c.object-meta.xml index d2cbe00..5e0d80a 100644 --- a/force-app/main/default/objects/Inspection_Report__c/Inspection_Report__c.object-meta.xml +++ b/force-app/main/default/objects/Inspection_Report__c/Inspection_Report__c.object-meta.xml @@ -58,7 +58,9 @@ </actionOverrides> <actionOverrides> <actionName>Edit</actionName> - <type>Default</type> + <content>NewAndEditInspectionReport</content> + <skipRecordTypeSelect>false</skipRecordTypeSelect> + <type>Visualforce</type> </actionOverrides> <actionOverrides> <actionName>Edit</actionName> @@ -86,7 +88,9 @@ </actionOverrides> <actionOverrides> <actionName>New</actionName> - <type>Default</type> + <content>NewAndEditInspectionReport</content> + <skipRecordTypeSelect>false</skipRecordTypeSelect> + <type>Visualforce</type> </actionOverrides> <actionOverrides> <actionName>New</actionName> -- Gitblit v1.9.1