| <?xml version="1.0" encoding="UTF-8"?> | 
| <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>SelectOtherAgent</fullName> | 
|     <active>true</active> | 
|     <description>Agency__r.Management_Code__c = '8888888888' && isblank(AgencyMannual__c)</description> | 
|     <errorConditionFormula>Agency__r.Management_Code__c = '8888888888' && isblank(AgencyMannual__c)</errorConditionFormula> | 
|     <errorDisplayField>AgencyMannual__c</errorDisplayField> | 
|     <errorMessage>中标经销商为“其他经销商”时,必须填写中标经销商手动!</errorMessage> | 
| </ValidationRule> |