<?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 >= Last_Fiscal_Start_Date__c), (Repair_Final_Inspection_Date__c <= 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>
|