Li Jun
2022-04-27 f90c63155656928b86f1ce1d91a134de3d12d2b9
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>RC_input_finish_chk5</fullName>
    <active>true</active>
    <errorConditionFormula>TEXT(QIS_Status__c) = &quot;RC填写完毕&quot; &amp;&amp; RC_problem_not_found__c &amp;&amp; RC_FixedJudgement__c &amp;&amp; Isnull(RC_manager_approved_date__c)</errorConditionFormula>
    <errorDisplayField>RC_FixedJudgement__c</errorDisplayField>
    <errorMessage>第一次判定没有批准过,不能提出OCSM最终判断申请</errorMessage>
</ValidationRule>