From d3e4451e36fbe25da4427bccd4e6b41aefd473c8 Mon Sep 17 00:00:00 2001
From: binxie <137736985@qq.com>
Date: 星期一, 26 六月 2023 14:53:16 +0800
Subject: [PATCH] newclass0626formate
---
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