| <?xml version="1.0" encoding="UTF-8"?> | 
| <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Lost_For_Grounding</fullName> | 
|     <active>true</active> | 
|     <description>主机有欠品,不能上架</description> | 
|     <errorConditionFormula>IsBlank(Shippment_loaner_time_F__c) | 
| && Check_lost_Item_F__c == '欠品' | 
| && NOT(IsBlank(Arrival_wh_time__c))</errorConditionFormula> | 
|     <errorDisplayField>Arrival_in_wh__c</errorDisplayField> | 
|     <errorMessage>主机有欠品,不能上架</errorMessage> | 
| </ValidationRule> |