binxie
2024-01-20 e0de9222da210f9c8eb1a9f5400f936a14923e11
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>