<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>Cancel_reason_not_null</fullName> 
 | 
    <active>false</active> 
 | 
    <description>请输入取消理由</description> 
 | 
    <errorConditionFormula>Cancel_Select__c && 
 | 
ISBLANK(Cancel_Reason__c)</errorConditionFormula> 
 | 
    <errorMessage>请输入取消理由</errorMessage> 
 | 
</ValidationRule> 
 |