From a046b3fe914e46147334d33bbdcb21e2759a3c43 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期四, 13 七月 2023 12:03:33 +0800
Subject: [PATCH] backup0712
---
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