buli
2023-07-10 4f200849487fc6f914e237d5af3ecefd6d802457
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>OPDNoReportMCode</fullName>
    <active>true</active>
    <description>OPD计划出借目的选择模型出借时,必填写模型出借配套</description>
    <errorConditionFormula>(ISCHANGED( RentalReson__c )|| ISNEW()) &amp;&amp; TEXT( RentalReson__c ) ==&apos;模型出借&apos;&amp;&amp; ISBLANK( ModelLending__c)&amp;&amp;TEXT( OPDType__c)!=&apos;学会&apos;&amp;&amp; ISBLANK(OriginalOpdPlanRental__c)&amp;&amp;
$User.ProfileId &lt;&gt;&apos;00e10000000Y3o5&apos;</errorConditionFormula>
    <errorDisplayField>ModelLending__c</errorDisplayField>
    <errorMessage>出借目的选择模型出借时,模型出借配套必填</errorMessage>
</ValidationRule>