张宇恒
2022-12-23 b4b8a2df1f478030bb321b6ac558f13fbbffbb07
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>OverdueBorrowDay__c</fullName>
    <description>2018/01/31: 报表中使用</description>
    <externalId>false</externalId>
    <formula>IF(AND(Final_reply_day_text__c   &lt; TODAY(), Not(ISNULL(Shipment_request_command__c)),Not(ISNULL(Bollow_Date__c)),ISNULL(Asset_return_day2__c)), TODAY() - Final_reply_day_text__c,
IF(AND(Final_reply_day_text__c   &lt; Asset_return_day2__c,Not(ISNULL(Shipment_request_command__c)),Not(ISNULL(Bollow_Date__c)),
Not(ISNULL(Asset_return_day2__c)))
,Asset_return_day2__c- Final_reply_day_text__c ,0))</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>超期自然日</label>
    <precision>18</precision>
    <required>false</required>
    <scale>0</scale>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Number</type>
    <unique>false</unique>
</CustomField>