彭锟
2022-03-28 572b3f4b0248130d692621827ac167e6981bc771
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Need_QIS_input</fullName>
    <active>true</active>
    <errorConditionFormula>RecordTypeId &lt;&gt; &quot;01210000000RHIn&quot; &amp;&amp; 
$User.ProfileId &lt;&gt; &quot;00e10000000dEQx&quot; &amp;&amp; 
 
ISBLANK(Old_Consum_Apply__c) &amp;&amp; 
(AND( 
ISPICKVAL(demo_purpose2__c , &quot;索赔QIS&quot;), 
 
ISBLANK(QIS_number__c)))</errorConditionFormula>
    <errorDisplayField>QIS_number__c</errorDisplayField>
    <errorMessage>使用目的为“索赔QIS“时,[QIS]为必填项目</errorMessage>
</ValidationRule>