<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>First_RAESD_Cannot_Canceled</fullName> 
 | 
    <active>false</active> 
 | 
    <errorConditionFormula>ISCHANGED(First_RAESD__c) 
 | 
&& First_RAESD__r.Cancel_Select__c == true</errorConditionFormula> 
 | 
    <errorDisplayField>First_RAESD__c</errorDisplayField> 
 | 
    <errorMessage>请重新刷新该画面。</errorMessage> 
 | 
</ValidationRule> 
 |