<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>need_judge_when_no_found</fullName> 
 | 
    <active>true</active> 
 | 
    <description>連動項目にて対応した</description> 
 | 
    <errorConditionFormula>RC_problem_not_found__c && TEXT(OCM_judgement__c) != "现象未发现"</errorConditionFormula> 
 | 
    <errorDisplayField>OCM_judgement__c</errorDisplayField> 
 | 
    <errorMessage>勾选“故障未发现留下继续观察”时,检测结论必填“现象未发现”</errorMessage> 
 | 
</ValidationRule> 
 |