<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Stage_check2</fullName>
|
<active>true</active>
|
<errorConditionFormula>$User.Batch_User__c = false && RecordTypeId <> '01210000000QekP' && Special_Opp_lanhai__c = true && ISBLANK(TEXT(Special_Stage__c)) && (ISNEW() || ISCHANGED(Special_Stage__c))</errorConditionFormula>
|
<errorDisplayField>Special_Stage__c</errorDisplayField>
|
<errorMessage>必须填写询价阶段(蓝海)</errorMessage>
|
</ValidationRule>
|