| <?xml version="1.0" encoding="UTF-8"?> | 
| <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>RC_input_finish_chk1</fullName> | 
|     <active>true</active> | 
|     <errorConditionFormula>TEXT(QIS_Status__c) = "RC填写完毕" | 
| && NOT(RC_problem_not_found__c = true && RC_FixedJudgement__c = false) | 
| && Reason_bloken__c = null</errorConditionFormula> | 
|     <errorDisplayField>Reason_bloken__c</errorDisplayField> | 
|     <errorMessage>RC提出申请时,必须填写原因</errorMessage> | 
| </ValidationRule> |