<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>QIS_number_request</fullName> 
 | 
    <active>false</active> 
 | 
    <errorConditionFormula>AND( 
 | 
 ISPICKVAL(Wether_publish_QIS_not__c, "发行"), 
 | 
 ISBLANK(QIS_no_for_m_BC__c))</errorConditionFormula> 
 | 
    <errorDisplayField>QIS_no_for_m_BC__c</errorDisplayField> 
 | 
    <errorMessage>发行QIS(M-BC)时候,需要输入QIS号码</errorMessage> 
 | 
</ValidationRule> 
 |