From 6a471bc62a8567abd74dcef733fcddf9911b6a16 Mon Sep 17 00:00:00 2001 From: denny chen <chenbangcai@prec-tech.com> Date: 星期三, 29 三月 2023 15:47:48 +0800 Subject: [PATCH] Merge branch 'master' of http://47.92.229.245:8089/r/OlyMEBG --- 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