binxie
2024-01-22 102afa21c115e8c8b9333a326c3d1af08fe76faf
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>