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>Change_Warning</fullName>
    <active>false</active>
    <errorConditionFormula>AND($User.Batch_User__c = False,DirectLossFLG__c,DATEVALUE(CreatedDate)&gt; DATE(2022,12,03),OR(ISCHANGED(CloseDate),
ISCHANGED(Close_Forecasted_Date__c)))</errorConditionFormula>
    <errorMessage>从招标项目点击失单新建的询价,预测OCSM签约日(KPI)和预测发货日不允许修改</errorMessage>
</ValidationRule>