张宇恒
2022-12-23 b4b8a2df1f478030bb321b6ac558f13fbbffbb07
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Submit_AppV_Check</fullName>
    <active>true</active>
    <errorConditionFormula>ISPICKVAL(Status__c, &apos;填写完毕&apos;)
&amp;&amp; (ISBLANK(Situation_description__c) ||  ISBLANK(Confirmation_process__c) )</errorConditionFormula>
    <errorMessage>必须填写 备品去向不明(遗失・盘亏)情况的陈述 和 确认过程 才可以提交审批</errorMessage>
</ValidationRule>