binxie
2023-06-26 6e4766bc135c30fa9e02a2b527dcdf8fd5eeec8d
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
&amp;&amp;  SkipValidationRulesAndWorkflows__c != true</description>
    <errorConditionFormula>((ISNEW() &amp;&amp; OPDPlan_ImplementDate__c&lt; TODAY() )||  (ISCHANGED(OPDPlan_ImplementDate__c) &amp;&amp; OPDPlan_ImplementDate__c&lt;DATEVALUE(CreatedDate)))&amp;&amp;  ISBLANK(OriginalOpdPlanRental__c)  &amp;&amp;
SWAG-BW35YY</description>
    <errorConditionFormula>((ISNEW() &amp;&amp; OPDPlan_ImplementDate__c&lt; TODAY() )||  (ISCHANGED(OPDPlan_ImplementDate__c) &amp;&amp; OPDPlan_ImplementDate__c&lt;DATEVALUE(CreatedDate)))&amp;&amp;  ISBLANK(OriginalOpdPlanRental__c) &amp;&amp;
ISBLANK(OriginalOpdPlanApplication__c)</errorConditionFormula>
    <errorDisplayField>OPDPlan_ImplementDate__c</errorDisplayField>
    <errorMessage>计划实施日不能早于今天</errorMessage>