<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>Check_Opd_Plan_FXH</fullName> 
 | 
    <active>false</active> 
 | 
    <description>分单排除在外 
 | 
手动关联OPD计划号,OPD计划来源为科室,询价,日报,事件。  
 | 
 检查OPD计划实施日小于等于10天才可创建申请</description> 
 | 
    <errorConditionFormula>(ISNEW() || ISCHANGED( OPDPlan__c) ) && Text(OPDPlan__r.OPDType__c)!='学会' && (OPDPlan__r.Rental_Apply_Flag__c>10 || OPDPlan__r.Rental_Apply_Flag__c<0) && ISBLANK(Old_Rental_Apply__c)&& !$User.Batch_User__c</errorConditionFormula> 
 | 
    <errorDisplayField>OPDPlan__c</errorDisplayField> 
 | 
    <errorMessage>非学会的OPD计划实施日小于等于10天才可创建申请</errorMessage> 
 | 
</ValidationRule> 
 |