From 6e4766bc135c30fa9e02a2b527dcdf8fd5eeec8d Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期一, 26 六月 2023 16:54:22 +0800 Subject: [PATCH] mergecode0626 --- force-app/main/default/objects/OPDPlan__c/validationRules/OPDPlan_ImplementDateCompare.validationRule-meta.xml | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/force-app/main/default/objects/OPDPlan__c/validationRules/OPDPlan_ImplementDateCompare.validationRule-meta.xml b/force-app/main/default/objects/OPDPlan__c/validationRules/OPDPlan_ImplementDateCompare.validationRule-meta.xml index 9de8433..fb0abac 100644 --- a/force-app/main/default/objects/OPDPlan__c/validationRules/OPDPlan_ImplementDateCompare.validationRule-meta.xml +++ b/force-app/main/default/objects/OPDPlan__c/validationRules/OPDPlan_ImplementDateCompare.validationRule-meta.xml @@ -1,11 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> <fullName>OPDPlan_ImplementDateCompare</fullName> - <active>true</active> + <active>false</active> <description>opd璁″垝瀹炴柦鏃ユ湡涓嶈兘灏忎簬鍒涘缓鏃ユ湡 -SWAG-BW35YY -&& SkipValidationRulesAndWorkflows__c != true</description> - <errorConditionFormula>((ISNEW() && OPDPlan_ImplementDate__c< TODAY() )|| (ISCHANGED(OPDPlan_ImplementDate__c) && OPDPlan_ImplementDate__c<DATEVALUE(CreatedDate)))&& ISBLANK(OriginalOpdPlanRental__c) && +SWAG-BW35YY</description> + <errorConditionFormula>((ISNEW() && OPDPlan_ImplementDate__c< TODAY() )|| (ISCHANGED(OPDPlan_ImplementDate__c) && OPDPlan_ImplementDate__c<DATEVALUE(CreatedDate)))&& ISBLANK(OriginalOpdPlanRental__c) && ISBLANK(OriginalOpdPlanApplication__c)</errorConditionFormula> <errorDisplayField>OPDPlan_ImplementDate__c</errorDisplayField> <errorMessage>璁″垝瀹炴柦鏃ヤ笉鑳芥棭浜庝粖澶�</errorMessage> -- Gitblit v1.9.1