<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Close_Forecasted_Date_Is_Must</fullName>
|
<active>true</active>
|
<errorConditionFormula>Isblank(Close_Forecasted_Date__c) && ISCHANGED(Close_Forecasted_Date__c) && $Profile.Id!='00e10000000Y3o5' &&
|
$Profile.Id!='00e10000000dEQx' && NOT($User.Batch_User__c)</errorConditionFormula>
|
<errorMessage>预测OCSM签约日(KPI)必填 。</errorMessage>
|
</ValidationRule>
|