| <?xml version="1.0" encoding="UTF-8"?> | 
| <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Other_Sales_Method_Is</fullName> | 
|     <active>true</active> | 
|     <description>"招标方式"为‘其他’时,应详细说明</description> | 
|     <errorConditionFormula>TEXT( Sales_Method__c )=='其他'&&Sales_Method_Other__c==''</errorConditionFormula> | 
|     <errorDisplayField>Sales_Method_Other__c</errorDisplayField> | 
|     <errorMessage>"招标方式"为‘其他’时,应详细说明</errorMessage> | 
| </ValidationRule> |