buli
2023-06-27 8e07b5f23afd4c93d7e8d1f04d2e8dbca2628e5e
force-app/main/default/objects/Consum_Apply__c/validationRules/Cannot_Submit_When_NOTHave_ManagerBuzhan.validationRule-meta.xml
@@ -5,5 +5,6 @@
    <errorConditionFormula>ISPICKVAL(Status__c, &apos;填写完毕&apos;)
&amp;&amp; ISBLANK(SalesManager__c) 
&amp;&amp; ISBLANK( BuchangApprovalManagerSales__c )</errorConditionFormula>
    <errorMessage>此批准请求需要 经理或部长 字段确定的下一个审批人。此值为空。有关详情,请与您的管理员取得联系。</errorMessage>
    <errorDisplayField>Repair__c</errorDisplayField>
    <errorMessage>此批准请求需要 CL6 经理级或CL5 总监级 字段确定的下一个审批人。此值为空。有关详情,请与您的管理员取得联系。</errorMessage>
</ValidationRule>