From b5efe5ce37b52863355e59edfad26d5f82d8f47a Mon Sep 17 00:00:00 2001 From: 高章伟 <gaozhangwei@prec-tech.com> Date: 星期二, 04 四月 2023 16:25:36 +0800 Subject: [PATCH] 返品验证条件修改 --- force-app/main/default/objects/GuaranteePeriodAlterationApplication__c/GuaranteePeriodAlterationApplication__c.object-meta.xml | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/force-app/main/default/objects/GuaranteePeriodAlterationApplication__c/GuaranteePeriodAlterationApplication__c.object-meta.xml b/force-app/main/default/objects/GuaranteePeriodAlterationApplication__c/GuaranteePeriodAlterationApplication__c.object-meta.xml index 85b6d6c..08e38fb 100644 --- a/force-app/main/default/objects/GuaranteePeriodAlterationApplication__c/GuaranteePeriodAlterationApplication__c.object-meta.xml +++ b/force-app/main/default/objects/GuaranteePeriodAlterationApplication__c/GuaranteePeriodAlterationApplication__c.object-meta.xml @@ -148,7 +148,7 @@ <enableActivities>false</enableActivities> <enableBulkApi>true</enableBulkApi> <enableFeeds>false</enableFeeds> - <enableHistory>true</enableHistory> + <enableHistory>false</enableHistory> <enableLicensing>false</enableLicensing> <enableReports>true</enableReports> <enableSearch>true</enableSearch> @@ -159,7 +159,6 @@ <nameField> <displayFormat>{YYYY}{MM}{DD}{0000}</displayFormat> <label>淇濅慨鏈熷彉鏇寸敵璇峰悕绉�</label> - <trackHistory>false</trackHistory> <type>AutoNumber</type> </nameField> <searchLayouts></searchLayouts> -- Gitblit v1.9.1