| <?xml version="1.0" encoding="UTF-8"?> | 
| <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Cannot_Cancel_When_Application</fullName> | 
|     <active>true</active> | 
|     <errorConditionFormula>(ISPICKVAL(Rental_Apply__r.Status__c, '申请中') | 
|     || (ISPICKVAL(Rental_Apply__r.Add_Approval_Status__c, '申请中') | 
|             && Wei_Request_approve_finish__c > 0 | 
|         ) | 
| ) | 
| &&  ISCHANGED(Cancel_Select__c) | 
| && Cancel_Select__c = true</errorConditionFormula> | 
|     <errorDisplayField>Cancel_Select__c</errorDisplayField> | 
|     <errorMessage>需要撤回申请才能取消</errorMessage> | 
| </ValidationRule> |