涂煌豪
2022-03-30 ae4088132b8d18959452d0ca172f6c004e8c2c82
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Last_year_repair_quantity__c</fullName>
    <externalId>false</externalId>
    <formula>IF(ISBLANK(Repair_Final_Inspection_Date__c),0, 
 
IF(AND((Repair_Final_Inspection_Date__c &gt;= Last_Fiscal_Start_Date__c), (Repair_Final_Inspection_Date__c &lt;= Last_year_today__c)),1,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>