binxie
2023-06-26 6e4766bc135c30fa9e02a2b527dcdf8fd5eeec8d
force-app/main/default/objects/OPDPlan__c/validationRules/OPDDateCheck.validationRule-meta.xml
@@ -7,7 +7,7 @@
((OPDPlan_ImplementDate__c - TODAY() > 60) ||
(OPDPlan_ImplementDate__c - TODAY() < 1)) &&
$User.ProfileId <>'00e10000000Y3o5'&& 
ISBLANK(OriginalOpdPlanRental__c) &amp;&amp; SkipValidationRulesAndWorkflows__c != true</errorConditionFormula>
ISBLANK(OriginalOpdPlanRental__c)&amp;&amp; SkipValidationRulesAndWorkflows__c != true</errorConditionFormula>
    <errorDisplayField>OPDPlan_ImplementDate__c</errorDisplayField>
    <errorMessage>计划实施日期只能在60天以内。</errorMessage>
</ValidationRule>