binxie
2024-01-18 0e0dd1e20e7211f3c3c11d77a41090d998dfd06c
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Out_of_wh_ge_Rental_Count</fullName>
    <active>false</active>
    <errorConditionFormula>RecordTypeId = &apos;012C600000003Hv&apos;
&amp;&amp; Out_of_wh__c &lt; Rental_Count__c
&amp;&amp; AssetManageConfirm__c = TRUE
&amp;&amp; (ISCHANGED(Out_of_wh__c) || ISCHANGED(Rental_Count__c))</errorConditionFormula>
    <errorDisplayField>X147P_reserch_target__c</errorDisplayField>
    <errorMessage>已借出数不可超过借出_分配_数</errorMessage>
</ValidationRule>