| <?xml version="1.0" encoding="UTF-8"?> | 
| <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Cannot_Receive_Without_LogisticInfo</fullName> | 
|     <active>false</active> | 
|     <errorConditionFormula>DataMigration_Flag__c == false  &&  | 
| (Received_confirmation_staff2__c = null || Return_Fedex_number2__c = null) && | 
| (RAES_Status__c = '已回收' || RAES_Status__c = '欠品中')</errorConditionFormula> | 
|     <errorDisplayField>Return_delivery_company2__c</errorDisplayField> | 
|     <errorMessage>货物运到时,需要填所有的物流信息</errorMessage> | 
| </ValidationRule> |