binxie
2024-01-20 e0de9222da210f9c8eb1a9f5400f936a14923e11
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>Stage_check2</fullName>
    <active>true</active>
    <errorConditionFormula>$User.Batch_User__c = false &amp;&amp; RecordTypeId &lt;&gt; &apos;01210000000QekP&apos; &amp;&amp; Special_Opp_lanhai__c = true &amp;&amp; ISBLANK(TEXT(Special_Stage__c)) &amp;&amp; (ISNEW() || ISCHANGED(Special_Stage__c))</errorConditionFormula>
    <errorDisplayField>Special_Stage__c</errorDisplayField>
    <errorMessage>必须填写询价阶段(蓝海)</errorMessage>
</ValidationRule>