| <?xml version="1.0" encoding="UTF-8"?> | 
| <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Inspection_After_NG_Aborted_Comment</fullName> | 
|     <active>true</active> | 
|     <errorConditionFormula>IsPickval(Pre_NG_abord_reason__c,'其他')  | 
| && IsBlank(Pre_Inspection_Comment__c)</errorConditionFormula> | 
|     <errorDisplayField>Pre_Inspection_Comment__c</errorDisplayField> | 
|     <errorMessage>发货前NG废弃理由选择“其他”时,请填写发货前检查备注</errorMessage> | 
| </ValidationRule> |