From 32ca554edf2f2533790ad095e5691bbe478468a3 Mon Sep 17 00:00:00 2001
From: 高章伟 <gaozhangwei@prec-tech.com>
Date: 星期二, 28 三月 2023 15:30:24 +0800
Subject: [PATCH] ET产品-效期修改

---
 force-app/main/default/objects/Address__c/Address__c.object-meta.xml |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/force-app/main/default/objects/Address__c/Address__c.object-meta.xml b/force-app/main/default/objects/Address__c/Address__c.object-meta.xml
index afbe82b..707fff6 100644
--- a/force-app/main/default/objects/Address__c/Address__c.object-meta.xml
+++ b/force-app/main/default/objects/Address__c/Address__c.object-meta.xml
@@ -58,7 +58,9 @@
     </actionOverrides>
     <actionOverrides>
         <actionName>Edit</actionName>
-        <type>Default</type>
+        <content>NewAndEditAddress</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>NewAndEditAddress</content>
+        <skipRecordTypeSelect>false</skipRecordTypeSelect>
+        <type>Visualforce</type>
     </actionOverrides>
     <actionOverrides>
         <actionName>New</actionName>
@@ -144,23 +148,25 @@
     <compactLayoutAssignment>SYSTEM</compactLayoutAssignment>
     <deploymentStatus>Deployed</deploymentStatus>
     <description>鎮ㄧ殑鏀惰揣鍦板潃</description>
-    <enableActivities>false</enableActivities>
+    <enableActivities>true</enableActivities>
     <enableBulkApi>true</enableBulkApi>
     <enableFeeds>false</enableFeeds>
-    <enableHistory>false</enableHistory>
+    <enableHistory>true</enableHistory>
     <enableLicensing>false</enableLicensing>
     <enableReports>true</enableReports>
     <enableSearch>true</enableSearch>
     <enableSharing>true</enableSharing>
     <enableStreamingApi>true</enableStreamingApi>
-    <externalSharingModel>ControlledByParent</externalSharingModel>
+    <externalSharingModel>ReadWrite</externalSharingModel>
     <label>鏀惰揣鍦板潃</label>
     <nameField>
         <displayFormat>{YYYY}{MM}{DD}{000000}</displayFormat>
         <label>鏀惰揣鍦板潃</label>
+        <trackHistory>false</trackHistory>
         <type>AutoNumber</type>
     </nameField>
+    <recordTypeTrackHistory>false</recordTypeTrackHistory>
     <searchLayouts></searchLayouts>
-    <sharingModel>ControlledByParent</sharingModel>
+    <sharingModel>ReadWrite</sharingModel>
     <visibility>Public</visibility>
 </CustomObject>

--
Gitblit v1.9.1