<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>Repair_Allowed_Check</fullName> 
 | 
    <active>true</active> 
 | 
    <errorConditionFormula>text(if_Repair_Allowed__c )  = '不可维修'  &&  Not(ISBLANK( SAP_Transfer_day__c ) )</errorConditionFormula> 
 | 
    <errorDisplayField>if_Repair_Allowed__c</errorDisplayField> 
 | 
    <errorMessage>是否可进行修理的判定是“不可维修”时,不允许SAP申请。</errorMessage> 
 | 
</ValidationRule> 
 |