Li Jun
2022-04-27 f90c63155656928b86f1ce1d91a134de3d12d2b9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Not_Create_Repair_Ordered_Date__c</fullName>
    <description>20170912之前
IF(TEXT(demo_purpose2__c)=&apos;保修用户&apos; &amp;&amp; 
ISNULL(Repair__r.Repair_Ordered_Date__c) &amp;&amp; 
Bollow_Date__c + 7 &lt; TODAY() &amp;&amp; 
Arrival_wh_cnt__c!=Rental_Apply_Equipment_Set_Cnt__c, VALUE($Label.EquipmentRentalBlackListPoint_1), 0)
等Phase2优化后, 还要用的, 暂时不用</description>
    <externalId>false</externalId>
    <formula>IF((TEXT(demo_purpose2__c)=&apos;保修用户&apos; || TEXT(demo_purpose2__c)=&apos;市场多年保修&apos;) &amp;&amp; 
ISNULL(Repair__r.Repair_Ordered_Date__c) &amp;&amp; 
IF(Request_demo_day__c &lt; DATEVALUE(&apos;2019-07-01&apos;), Bollow_Date__c + 7, Bollow_Date_Add_7_WD__c) &lt; TODAY() &amp;&amp; 
DataMigration_Flag__c = FALSE &amp;&amp; 
Lost_item_finish__c!=Rental_Apply_Equipment_Set_Cnt__c, VALUE($Label.EquipmentRentalBlackListPoint_1), 0)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>未生成RC受理日犯规</label>
    <precision>18</precision>
    <required>false</required>
    <scale>2</scale>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Number</type>
    <unique>false</unique>
</CustomField>