| <?xml version="1.0" encoding="UTF-8"?> | 
| <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Need_shipment_request_before_logistic</fullName> | 
|     <active>true</active> | 
|     <description>没有出库指示之前,不可以发货</description> | 
|     <errorConditionFormula>IsBlank(Shipment_request_time2__c) | 
| && ISCHANGED(DeliverySlip__c) | 
| && NOT(ISBLANK(DeliverySlip__c))</errorConditionFormula> | 
|     <errorDisplayField>DeliverySlip__c</errorDisplayField> | 
|     <errorMessage>没有出库指示之前,不可以发货</errorMessage> | 
| </ValidationRule> |