<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>Request_inpurt_answer_for_loaner_request</fullName> 
 | 
    <active>false</active> 
 | 
    <errorConditionFormula>RecordTypeId  <> "01210000000RHIn"   /* 备品申请 过去历史转移 */ 
 | 
&&  
 | 
(AND(RA_Status__c == "已分配" 
 | 
/*  , First_Answer_Button__c */ 
 | 
  , OR (ISBLANK(Asset_loaner_start_day__c), 
 | 
        ISBLANK(Asset_loaner_closed_day__c), 
 | 
        ISBLANK(Answer_for_request__c) 
 | 
    ) 
 | 
))</errorConditionFormula> 
 | 
    <errorMessage>请输入[借出回答]</errorMessage> 
 | 
</ValidationRule> 
 |