<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>OCM_Sales_Forecast_Without_Tax__c</fullName> 
 | 
    <description>Case( Trade__c,  
 | 
"内貿", IF(Opportunity__r.Shipping_Date_For_Report__c < Datevalue("2018-05-01"),OCM_Sales_Forecast__c /1.17,OCM_Sales_Forecast__c /1.16),  
 | 
"外貿",  
 | 
IF(Opportunity__r.Shipping_Date_For_Report__c < Datevalue("2012-10-01") ,  
 | 
OCM_Sales_Forecast__c * 6.6,  
 | 
IF(Opportunity__r.Shipping_Date_For_Report__c < Datevalue("2016-07-01") ,  
 | 
OCM_Sales_Forecast__c * 6.3,  
 | 
IF(Opportunity__r.Shipping_Date_For_Report__c < Datevalue("2016-12-01"),  
 | 
OCM_Sales_Forecast__c * 6.5,  
 | 
IF(Opportunity__r.Shipping_Date_For_Report__c < Datevalue("2018-05-01"),  
 | 
OCM_Sales_Forecast__c * 6.8, OCM_Sales_Forecast__c * 6.3   
 | 
)  
 | 
)  
 | 
) 
 | 
),  
 | 
OCM_Sales_Forecast__c * 1  
 | 
)</description> 
 | 
    <externalId>false</externalId> 
 | 
    <formula>Case( Trade__c,  
 | 
"内貿",OCM_Sales_Forecast__c / Opportunity__r.Tax_Intra_F_Copy__c ,  
 | 
"外貿", OCM_Sales_Forecast__c *  Opportunity__r.Tax_Foreign_F_Copy__c ,  
 | 
OCM_Sales_Forecast__c * 1  
 | 
)</formula> 
 | 
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> 
 | 
    <label>OCSM预测成交金额(不含税)</label> 
 | 
    <precision>18</precision> 
 | 
    <required>false</required> 
 | 
    <scale>2</scale> 
 | 
    <trackTrending>false</trackTrending> 
 | 
    <type>Number</type> 
 | 
    <unique>false</unique> 
 | 
</CustomField> 
 |