From e14fbae6e20ac06c7867d433d115cafc4ded6390 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期四, 06 七月 2023 16:36:07 +0800
Subject: [PATCH] BaseCmp
---
force-app/main/default/objects/LastbuyProduct__c/LastbuyProduct__c.object-meta.xml | 16 +++++++++++++---
1 files changed, 13 insertions(+), 3 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 8473709..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>
@@ -148,7 +150,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>
@@ -159,7 +161,15 @@
<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