<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>Last_Reserve_RAESD_Not_Null</fullName> 
 | 
    <active>false</active> 
 | 
    <description>个体管理设备的【借出_分配_数】或【已借出数】大于0时,【最新备品申请借出明细】不可为空</description> 
 | 
    <errorConditionFormula>ISPICKVAL(Manage_type__c, '个体管理') 
 | 
&& ISBLANK(Last_Reserve_RAES_Detail__c) 
 | 
&& OR(Out_of_wh__c > 0, Rental_Count__c > 0)</errorConditionFormula> 
 | 
    <errorDisplayField>X147P_reserch_target__c</errorDisplayField> 
 | 
    <errorMessage>个体管理设备的【借出_分配_数】或【已借出数】大于0时,【最新备品申请借出明细】不可为空</errorMessage> 
 | 
</ValidationRule> 
 |