| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>quotation_approval_period__c</fullName> | 
|     <description>2018.1.2之前: | 
| IF(ISBLANK(Quotation_approval_date__c),today()-LatestQuotationDate__c,Quotation_approval_date__c - LatestQuotationDate__c)</description> | 
|     <externalId>false</externalId> | 
|     <formula>IF(OR(ISBLANK(Quotation_approval_date__c),ISBLANK(LatestQuotationDate__c)),null,Quotation_approval_date__c - LatestQuotationDate__c)</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> |