Li Jun
2022-05-10 51fb56f3f5b0dc96d7f93a71f9b61263e303243f
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>Request_inpurt_answer_for_loaner_request</fullName>
    <active>false</active>
    <errorConditionFormula>RecordTypeId  &lt;&gt; &quot;01210000000RHIn&quot;   /* 备品申请 过去历史转移 */
&amp;&amp; 
(AND(RA_Status__c == &quot;已分配&quot;
/*  , First_Answer_Button__c */
  , OR (ISBLANK(Asset_loaner_start_day__c),
        ISBLANK(Asset_loaner_closed_day__c),
        ISBLANK(Answer_for_request__c)
    )
))</errorConditionFormula>
    <errorMessage>请输入[借出回答]</errorMessage>
</ValidationRule>