Li Jun
2022-04-19 2f183a6b0a83ec3f7d35375d5d25d200efc2a3e1
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>OPDDateCheck</fullName>
    <active>true</active>
    <errorConditionFormula>Text(OPDType__c)!= &apos;学会&apos; &amp;&amp;
(isNew()|| ISCHANGED(OPDPlan_ImplementDate__c )) &amp;&amp;
((OPDPlan_ImplementDate__c - TODAY() &gt; 60) ||
(OPDPlan_ImplementDate__c - TODAY() &lt; 1)) &amp;&amp;
$User.ProfileId &lt;&gt;&apos;00e10000000Y3o5&apos;&amp;&amp; 
ISBLANK(OriginalOpdPlanRental__c) &amp;&amp; SkipValidationRulesAndWorkflows__c != true</errorConditionFormula>
    <errorDisplayField>OPDPlan_ImplementDate__c</errorDisplayField>
    <errorMessage>计划实施日期只能在60天以内。</errorMessage>
</ValidationRule>