| <?xml version="1.0" encoding="UTF-8"?> | 
| <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Inspection_After_NG_Aborted</fullName> | 
|     <active>true</active> | 
|     <errorConditionFormula>(IsPickval(Inspection_result_ng__c,'废弃')) | 
| && IsBlank(Text(Pre_NG_abord_reason__c))</errorConditionFormula> | 
|     <errorDisplayField>Pre_NG_abord_reason__c</errorDisplayField> | 
|     <errorMessage>发货前NG废弃必须选择NG废弃理由</errorMessage> | 
| </ValidationRule> |