| <?xml version="1.0" encoding="UTF-8"?> | 
| <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>RAoutTimeVerify</fullName> | 
|     <active>false</active> | 
|     <description>点【发货】时,如预计出库日≠今天,则报错且不可进行下一步操作。</description> | 
|     <errorConditionFormula>AND( RA_Status__c == '已出库', Asset_loaner_start_day__c != today())</errorConditionFormula> | 
|     <errorMessage>预计出库日≠今天</errorMessage> | 
| </ValidationRule> |