<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>Submit_Plan_Sales_GI_BF</fullName> 
 | 
    <active>false</active> 
 | 
    <errorConditionFormula>AND(Submit_Customer_target__c=TRUE, 
 | 
Is_Active_Formula__c != "无效", 
 | 
/*戦略科室分類 消化科, 戦略科室分類 呼吸科 */ 
 | 
OR(RecordTypeId = "01210000000QemL",RecordTypeId = "01210000000QezZ"), 
 | 
  ISBLANK(Department_Budget_Sum_Price__c) 
 | 
)</errorConditionFormula> 
 | 
    <errorDisplayField>Department_Budget_Sum_Price__c</errorDisplayField> 
 | 
    <errorMessage>计划申请之前,请输入"科室预算金额"</errorMessage> 
 | 
</ValidationRule> 
 |