<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>NotAllowedQISReason</fullName> 
 | 
    <active>true</active> 
 | 
    <description>是否可进行QIS的判定为否时,理由必填</description> 
 | 
    <errorConditionFormula>ISBLANK(NotAllowedReason__c)&& Text(if_QIS_Allowed__c)='不可进行QIS'</errorConditionFormula> 
 | 
    <errorDisplayField>NotAllowedReason__c</errorDisplayField> 
 | 
    <errorMessage>请填写不可进行QIS的理由</errorMessage> 
 | 
</ValidationRule> 
 |