| <?xml version="1.0" encoding="UTF-8"?> | 
| <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Cannot_reply_before_received</fullName> | 
|     <active>true</active> | 
|     <errorConditionFormula>/*bp2 | 
| AND(Send_to_return_email__c = TRUE, | 
| OR( | 
|  NOT(Status_F__c = "已回库,还没通知"), | 
|  NOT(Status_F__c = "完毕"))) | 
| */ | 
| false</errorConditionFormula> | 
|     <errorMessage>//bp2 备品还没回库,不可以回收结果反馈邮件</errorMessage> | 
| </ValidationRule> |