| <?xml version="1.0" encoding="UTF-8"?> | 
| <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>RC_input_finish_chk_special</fullName> | 
|     <active>true</active> | 
|     <errorConditionFormula>TEXT(QIS_Status__c) = "RC填写完毕" | 
| && Special_follow__c = false | 
| && (TEXT(next_action__c) = "无偿更换" || TEXT(next_action__c) = "无偿维修") | 
| && (TEXT(OCM_judgement__c) = "非质量问题" || TEXT(OCM_judgement__c) = "质量问题+非质量问题")</errorConditionFormula> | 
|     <errorDisplayField>Special_follow__c</errorDisplayField> | 
|     <errorMessage>对应方法“无偿”,且非质量问题时,必须勾选特别对应</errorMessage> | 
| </ValidationRule> |