| <?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(PRIORVALUE(Status__c), '申请中') | 
| && ISPICKVAL(Status__c, '取消') && if_HaveOPDPlanCan__c==false</errorConditionFormula> | 
|     <errorDisplayField>Status__c</errorDisplayField> | 
|     <errorMessage>需要撤回申请才能取消</errorMessage> | 
| </ValidationRule> |