<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>Cannot_Submit_When_NOTHave_ManagerBuzhan</fullName> 
 | 
    <active>true</active> 
 | 
    <errorConditionFormula>ISPICKVAL(Status__c, '填写完毕') 
 | 
&& ISBLANK(SalesManager__c)  
 | 
&& ISBLANK( BuchangApprovalManagerSales__c )</errorConditionFormula> 
 | 
    <errorMessage>此批准请求需要 经理或部长 字段确定的下一个审批人。此值为空。有关详情,请与您的管理员取得联系。</errorMessage> 
 | 
</ValidationRule> 
 |