| <?xml version="1.0" encoding="UTF-8"?> | 
| <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Request_Ship_Logistic_Info</fullName> | 
|     <active>false</active> | 
|     <description>From 备品Set</description> | 
|     <errorConditionFormula>IsPickval(DeliveryType__c, '发货') | 
| && | 
| AND(Not(IsPickVal(DeliveryCompany__c, '自提')), | 
|     OR(ISBLANK(text(Distributor_method__c)), | 
|         ISBLANK(text(DeliveryCompany__c)) | 
|     ) | 
| )</errorConditionFormula> | 
|     <errorMessage>请输入"发货-物流公司"和"发货-运输方式"的信息</errorMessage> | 
| </ValidationRule> |