Li Jun
2022-04-25 784f9cec56eef3c7ac0ba02de98fdbf341c6a7b3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?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, 
&quot;内貿&quot;, IF(OpportunityId__r.ShippingDate_For_Report__c &lt; Datevalue(&quot;2018-05-01&quot;) ,OCM_Sales_Forecast__c /1.17,OCM_Sales_Forecast__c /1.16), 
&quot;外貿&quot;, 
IF(OpportunityId__r.ShippingDate_For_Report__c &lt; Datevalue(&quot;2012-10-01&quot;) , 
OCM_Sales_Forecast__c * 6.6, 
IF(OpportunityId__r.ShippingDate_For_Report__c &lt; Datevalue(&quot;2016-07-01&quot;) , 
OCM_Sales_Forecast__c * 6.3, 
IF(OpportunityId__r.ShippingDate_For_Report__c &lt; Datevalue(&quot;2016-12-01&quot;) , 
OCM_Sales_Forecast__c * 6.5,
IF(OpportunityId__r.ShippingDate_For_Report__c &lt; Datevalue(&quot;2018-05-01&quot;) , 
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, 
&quot;内貿&quot;, OCM_Sales_Forecast__c / OpportunityId__r.Tax_Intra_F_Copy__c , 
&quot;外貿&quot;, 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>