Li Jun
2022-04-27 f90c63155656928b86f1ce1d91a134de3d12d2b9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Need_Agreement_BorrowInfo</fullName>
    <active>true</active>
    <errorConditionFormula>RecordTypeId &lt;&gt; &quot;01210000000RHIn&quot; 
&amp;&amp; 
ISBLANK(Old_Rental_Apply__c) 
&amp;&amp; 
TEXT(demo_purpose2__c) = &quot;协议借用&quot; 
&amp;&amp; 
ISBLANK(DB_loaner_request__c)</errorConditionFormula>
    <errorDisplayField>DB_loaner_request__c</errorDisplayField>
    <errorMessage>“协议借用&quot;时,必须填写MA本部审核合同编号。</errorMessage>
</ValidationRule>