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/Inquiry_form__c/Inquiry_form__c.object-meta.xml | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/force-app/main/default/objects/Inquiry_form__c/Inquiry_form__c.object-meta.xml b/force-app/main/default/objects/Inquiry_form__c/Inquiry_form__c.object-meta.xml
index 15a1b51..0c17eb9 100644
--- a/force-app/main/default/objects/Inquiry_form__c/Inquiry_form__c.object-meta.xml
+++ b/force-app/main/default/objects/Inquiry_form__c/Inquiry_form__c.object-meta.xml
@@ -58,7 +58,9 @@
</actionOverrides>
<actionOverrides>
<actionName>Edit</actionName>
- <type>Default</type>
+ <content>NewAndEditInquiryForm</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>NewAndEditInquiryForm</content>
+ <skipRecordTypeSelect>false</skipRecordTypeSelect>
+ <type>Visualforce</type>
</actionOverrides>
<actionOverrides>
<actionName>New</actionName>
@@ -148,7 +152,7 @@
<enableFeeds>false</enableFeeds>
<enableHistory>true</enableHistory>
<enableLicensing>false</enableLicensing>
- <enableReports>false</enableReports>
+ <enableReports>true</enableReports>
<enableSearch>true</enableSearch>
<enableSharing>true</enableSharing>
<enableStreamingApi>true</enableStreamingApi>
@@ -156,7 +160,7 @@
<label>浜у搧鍜ㄨ鍗�</label>
<nameField>
<label>浜у搧鍜ㄨ鍗曞悕绉�</label>
- <trackHistory>false</trackHistory>
+ <trackHistory>true</trackHistory>
<type>Text</type>
</nameField>
<searchLayouts>
--
Gitblit v1.9.1