Li Jun
2022-04-21 ca7998ae82d116f177e7a1f26e99a57346069102
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_Forecast_Without_Tax__c</fullName>
    <description>Case( Trade__c, 
&quot;内貿&quot;, IF(Opportunity__r.Shipping_Date_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(Opportunity__r.Shipping_Date_For_Report__c &lt; Datevalue(&quot;2012-10-01&quot;) , 
OCM_Sales_Forecast__c * 6.6, 
IF(Opportunity__r.Shipping_Date_For_Report__c &lt; Datevalue(&quot;2016-07-01&quot;) , 
OCM_Sales_Forecast__c * 6.3, 
IF(Opportunity__r.Shipping_Date_For_Report__c &lt; Datevalue(&quot;2016-12-01&quot;), 
OCM_Sales_Forecast__c * 6.5, 
IF(Opportunity__r.Shipping_Date_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( Trade__c, 
&quot;内貿&quot;,OCM_Sales_Forecast__c / Opportunity__r.Tax_Intra_F_Copy__c , 
&quot;外貿&quot;, 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>