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