binxie
2024-01-20 e0de9222da210f9c8eb1a9f5400f936a14923e11
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Limit_ForecastDay</fullName>
    <active>true</active>
    <description>预测日限制</description>
    <errorConditionFormula>AND(ISNEW(),OR(IF( Close_Forecasted_Date__c &gt; (DATE(IF( MONTH( TODAY() ) &gt; 3 , YEAR( TODAY() )+4, YEAR( TODAY() )+3),3,31)), true, false),IF( CloseDate &gt; (DATE(IF( MONTH( TODAY() ) &gt; 3 , YEAR( TODAY() )+5, YEAR( TODAY() )+4),3,31)), true, false)))</errorConditionFormula>
    <errorMessage>请检查预测日,订货预测日请在未来三财年内,发货预测日请在未来四财年内。</errorMessage>
</ValidationRule>