高章伟
2023-03-03 d8dc84a3d56df839895f1c417a4d9cbee763d262
1
2
3
4
5
6
7
8
9
<?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(Inventory_Status__c, &apos;填写完毕&apos;)
&amp;&amp; ISBLANK(Jingli_Equipment__c) 
&amp;&amp; ISBLANK(Buzhang_Equipment__c)</errorConditionFormula>
    <errorMessage>此批准请求需要 CL6 经理级或CL5 总监级 字段确定的下一个审批人。此值为空。有关详情,请与您的管理员取得联系。</errorMessage>
</ValidationRule>