binxie
2024-01-20 e0de9222da210f9c8eb1a9f5400f936a14923e11
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Change_Close_Forecasted_Date_Warning</fullName>
    <active>true</active>
    <description>当在页面上直接修改预测签约日时提示错误</description>
    <errorConditionFormula>AND($Profile.Id != &apos;00e10000000Y3o5&apos;, $Profile.Id != &apos;00e10000000dEQx&apos;, ISCHANGED(Close_Forecasted_Date__c), NOT(OR(ISCHANGED(Close_Forecasted_Assume_Date__c), ISCHANGED(Date_InAdvance_Delay__c), ISCHANGED(Predicted_date_ChangeReason__c),ISCHANGED( ForecastApprovalTime__c ))))</errorConditionFormula>
    <errorDisplayField>Close_Forecasted_Date__c</errorDisplayField>
    <errorMessage>请使用&quot;修改预测日&quot;按钮修改签约日</errorMessage>
</ValidationRule>