| <?xml version="1.0" encoding="UTF-8"?> | 
| <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>To_Where_Other</fullName> | 
|     <active>true</active> | 
|     <description>去向为‘其他’时,应具体说明</description> | 
|     <errorConditionFormula>TEXT(To_Where__c)=='其他'&&Other__c==''</errorConditionFormula> | 
|     <errorDisplayField>Other__c</errorDisplayField> | 
|     <errorMessage>“去向”为‘其他’时,应具体说明</errorMessage> | 
| </ValidationRule> |