涂煌豪
2022-03-21 59c783da381ee6437ef9d9ee496f91bff1f78c2f
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>OSH_input_finish_chk3</fullName>
    <active>true</active>
    <errorConditionFormula>TEXT(QIS_Status__c) = &quot;OSH填写完毕&quot; &amp;&amp; OSH_Manager__c = null</errorConditionFormula>
    <errorDisplayField>OSH_Manager__c</errorDisplayField>
    <errorMessage>OSH提出申请时,必须选择OSH负责经理</errorMessage>
</ValidationRule>