binxie
2024-01-22 102afa21c115e8c8b9333a326c3d1af08fe76faf
force-app/main/default/objects/AssetMaintainHeader__c/validationRules/Cannot_Submit_Without_BuzhangZongjian.validationRule-meta.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Cannot_Submit_Without_BuzhangZongjian</fullName>
    <active>false</active>
    <active>true</active>
    <description>此批准请求需要 部长 或 总监 字段确定的下一个审批人。此值为空。有关详情,请与您的管理员取得联系。</description>
    <errorConditionFormula>ISPICKVAL(Status__c, &apos;填写完毕&apos;)
&amp;&amp; ISBLANK(Buzhang__c)