From d8dc84a3d56df839895f1c417a4d9cbee763d262 Mon Sep 17 00:00:00 2001
From: 高章伟 <gaozhangwei@prec-tech.com>
Date: 星期五, 03 三月 2023 14:50:59 +0800
Subject: [PATCH] gzw 测试环境代码更新

---
 force-app/main/default/objects/LastbuyProduct__c/LastbuyProduct__c.object-meta.xml |   19 +++++++++++++++----
 1 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/force-app/main/default/objects/LastbuyProduct__c/LastbuyProduct__c.object-meta.xml b/force-app/main/default/objects/LastbuyProduct__c/LastbuyProduct__c.object-meta.xml
index dc698ca..f531a80 100644
--- a/force-app/main/default/objects/LastbuyProduct__c/LastbuyProduct__c.object-meta.xml
+++ b/force-app/main/default/objects/LastbuyProduct__c/LastbuyProduct__c.object-meta.xml
@@ -86,7 +86,9 @@
     </actionOverrides>
     <actionOverrides>
         <actionName>New</actionName>
-        <type>Default</type>
+        <content>LastbuyProductNew</content>
+        <skipRecordTypeSelect>false</skipRecordTypeSelect>
+        <type>Visualforce</type>
     </actionOverrides>
     <actionOverrides>
         <actionName>New</actionName>
@@ -146,9 +148,9 @@
     <enableActivities>false</enableActivities>
     <enableBulkApi>true</enableBulkApi>
     <enableFeeds>false</enableFeeds>
-    <enableHistory>false</enableHistory>
+    <enableHistory>true</enableHistory>
     <enableLicensing>false</enableLicensing>
-    <enableReports>false</enableReports>
+    <enableReports>true</enableReports>
     <enableSearch>true</enableSearch>
     <enableSharing>true</enableSharing>
     <enableStreamingApi>true</enableStreamingApi>
@@ -156,9 +158,18 @@
     <label>棰勭暀浜у搧</label>
     <nameField>
         <label>棰勭暀浜у搧鍚嶇О</label>
+        <trackHistory>false</trackHistory>
         <type>Text</type>
     </nameField>
-    <searchLayouts></searchLayouts>
+    <searchLayouts>
+        <customTabListAdditionalFields>InquiryCode__c</customTabListAdditionalFields>
+        <customTabListAdditionalFields>LastbuyQuantity__c</customTabListAdditionalFields>
+        <customTabListAdditionalFields>ActualQuantity__c</customTabListAdditionalFields>
+        <customTabListAdditionalFields>RemainingNumber__c</customTabListAdditionalFields>
+        <customTabListAdditionalFields>InquiryChange_Remarks__c</customTabListAdditionalFields>
+        <excludedStandardButtons>New</excludedStandardButtons>
+        <listViewButtons>CB_LBP_New</listViewButtons>
+    </searchLayouts>
     <sharingModel>ReadWrite</sharingModel>
     <visibility>Public</visibility>
 </CustomObject>

--
Gitblit v1.9.1