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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
| <?xml version="1.0" encoding="UTF-8"?>
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
| <fullName>Min_Final_reply_day_F__c</fullName>
| <externalId>false</externalId>
| <formula>IF (
| (Date(1970, 1, 1) +
| MIN(
| BLANKVALUE(NG_Final_reply_day_Text__c, Date(2900, 1, 1)) - Date(1970, 1, 1),
| BLANKVALUE(Yizhouweixiu_Final_reply_day_Text__c, Date(2900, 1, 1)) - Date(1970, 1, 1),
| BLANKVALUE(Extend_Final_reply_day_Text__c, Date(2900, 1, 1)) - Date(1970, 1, 1),
| BLANKVALUE(Repair_cancel_Final_reply_day_Text__c, Date(2900, 1, 1)) - Date(1970, 1, 1),
| BLANKVALUE(Return_to_office_Final_reply_day_Text__c, Date(2900, 1, 1)) - Date(1970, 1, 1),
| BLANKVALUE(Repair_delete_Final_reply_day_Text__c, Date(2900, 1, 1)) - Date(1970, 1, 1),
| BLANKVALUE(Yigoudaihuo_Final_reply_day_Text__c, Date(2900, 1, 1)) - Date(1970, 1, 1),
| BLANKVALUE(Guzhangpaicha_Final_reply_day_Text__c, Date(2900, 1, 1)) - Date(1970, 1, 1),
| BLANKVALUE(Rental_Apply__r.NewRepair_Repair_Shipped_Date__c + 14, Date(2900, 1, 1)) - Date(1970, 1, 1)
| )
| )
| != Date(2900, 1, 1),Date(1970, 1, 1) +
| MIN(
| BLANKVALUE(NG_Final_reply_day_Text__c, Date(2900, 1, 1)) - Date(1970, 1, 1),
| BLANKVALUE(Yizhouweixiu_Final_reply_day_Text__c, Date(2900, 1, 1)) - Date(1970, 1, 1),
| BLANKVALUE(Extend_Final_reply_day_Text__c, Date(2900, 1, 1)) - Date(1970, 1, 1),
| BLANKVALUE(Repair_cancel_Final_reply_day_Text__c, Date(2900, 1, 1)) - Date(1970, 1, 1),
| BLANKVALUE(Return_to_office_Final_reply_day_Text__c, Date(2900, 1, 1)) - Date(1970, 1, 1),
| BLANKVALUE(Repair_delete_Final_reply_day_Text__c, Date(2900, 1, 1)) - Date(1970, 1, 1),
| BLANKVALUE(Yigoudaihuo_Final_reply_day_Text__c, Date(2900, 1, 1)) - Date(1970, 1, 1),
| BLANKVALUE(Guzhangpaicha_Final_reply_day_Text__c, Date(2900, 1, 1)) - Date(1970, 1, 1),
| BLANKVALUE(Rental_Apply__r.NewRepair_Repair_Shipped_Date__c + 14, Date(2900, 1, 1)) - Date(1970, 1, 1)
| )
| , null
| )</formula>
| <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
| <label>最新预定归还日_最小_F</label>
| <required>false</required>
| <trackHistory>false</trackHistory>
| <trackTrending>false</trackTrending>
| <type>Date</type>
| </CustomField>
|
|