<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>RC_input_finish_chk5</fullName> 
 | 
    <active>true</active> 
 | 
    <errorConditionFormula>TEXT(QIS_Status__c) = "RC填写完毕" && RC_problem_not_found__c && RC_FixedJudgement__c && Isnull(RC_manager_approved_date__c)</errorConditionFormula> 
 | 
    <errorDisplayField>RC_FixedJudgement__c</errorDisplayField> 
 | 
    <errorMessage>第一次判定没有批准过,不能提出OCSM最终判断申请</errorMessage> 
 | 
</ValidationRule> 
 |