| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Consumption_rate_ForecastF__c</fullName> | 
|     <description>20200722BK | 
| if(And(Estimate_Price_range__c != '标准价格的范围内', Submit_quotation_day__c > DATE(2020,03,31)) , | 
|    if(Consumption_rate_Forecast__c!=0,text(Round(Consumption_rate_Forecast__c*100,2))+'%',null),null)</description> | 
|     <externalId>false</externalId> | 
|     <formula>if(And(Estimate_Price_range__c != '标准价格的范围内',  | 
|         Submit_quotation_day__c > DATE(2020,03,31), | 
|         text(New_Contract_Type_TxT__c) != '新品合同' | 
|        ), | 
|   | 
|    text(Round(Consumption_rate_Forecast__c*100,2))+'%',null)</formula> | 
|     <label>预测消费率</label> | 
|     <required>false</required> | 
|     <trackHistory>false</trackHistory> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Text</type> | 
|     <unique>false</unique> | 
| </CustomField> |