<?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)='保修用户' &&
|
ISNULL(Repair__r.Repair_Ordered_Date__c) &&
|
Bollow_Date__c + 7 < TODAY() &&
|
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)='保修用户' || TEXT(demo_purpose2__c)='市场多年保修') &&
|
ISNULL(Repair__r.Repair_Ordered_Date__c) &&
|
IF(Request_demo_day__c < DATEVALUE('2019-07-01'), Bollow_Date__c + 7, Bollow_Date_Add_7_WD__c) < TODAY() &&
|
DataMigration_Flag__c = FALSE &&
|
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>
|