<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>OCM_Sales_ForecastRMB_Without_Tax__c</fullName>
|
<description>Case( OpportunityId__r.Trade__c,
|
"内貿", IF(OpportunityId__r.ShippingDate_For_Report__c < Datevalue("2018-05-01") ,OCM_Sales_Forecast__c /1.17,OCM_Sales_Forecast__c /1.16),
|
"外貿",
|
IF(OpportunityId__r.ShippingDate_For_Report__c < Datevalue("2012-10-01") ,
|
OCM_Sales_Forecast__c * 6.6,
|
IF(OpportunityId__r.ShippingDate_For_Report__c < Datevalue("2016-07-01") ,
|
OCM_Sales_Forecast__c * 6.3,
|
IF(OpportunityId__r.ShippingDate_For_Report__c < Datevalue("2016-12-01") ,
|
OCM_Sales_Forecast__c * 6.5,
|
IF(OpportunityId__r.ShippingDate_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( OpportunityId__r.Trade__c,
|
"内貿", OCM_Sales_Forecast__c / OpportunityId__r.Tax_Intra_F_Copy__c ,
|
"外貿", OCM_Sales_Forecast__c * OpportunityId__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>
|