binxie
2024-01-16 4d3febe8045eb0fa0283af3c53b0c48344b8664d
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;012C600000003K0&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>