binxie
2024-01-20 0a2fc19461a141fbbb2c303142afdee22c72daac
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>Check_Forecast_Date</fullName>
    <active>true</active>
    <description>预测OCSM签约日请在未来三个财年内</description>
    <errorConditionFormula>IF(Close_Forecasted_Date__c &gt; (DATE(IF( MONTH( TODAY() ) &gt; 3 , YEAR( TODAY() )+4, YEAR( TODAY() )+3),3,31)), true, false)</errorConditionFormula>
    <errorMessage>预测OCSM签约日请在未来三个财年内</errorMessage>
</ValidationRule>