| <?xml version="1.0" encoding="UTF-8"?> | 
| <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Check_Opd_Plan_XH</fullName> | 
|     <active>true</active> | 
|     <description>分单排除在外 | 
| 手动关联OPD计划号,OPD计划来源为学会 | 
| 检查OPD计划实施日必须在7天(含)以上才可以</description> | 
|     <errorConditionFormula>(ISNEW() || ISCHANGED( OPDPlan__c) ) && Text(OPDPlan__r.OPDType__c)=='学会' &&  OPDPlan__r.Campaign__c !=null && OPDPlan__r.Rental_Apply_Flag__c< 7 && ISBLANK(Old_Rental_Apply__c)</errorConditionFormula> | 
|     <errorDisplayField>OPDPlan__c</errorDisplayField> | 
|     <errorMessage>学会的OPD计划实施日在7天(含)以上才可以创建申请</errorMessage> | 
| </ValidationRule> |