binxie
2024-01-22 4688e276eee13cd2e521aa55afb5725cb0fda270
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
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Opportunity__c</fullName>
    <description>2018/1/31 修改前: 
4.发货+注残+询价(不含税)
ShippedAmount_ThisYear_withoutax_F__c + Forecast_Amount_All_withouttax_F__c + OCMBudget__c*1000
 
2017年12月12日
ShippedAmount_ThisYear_withoutax_F__c + Forecast_Amount_All_withouttax_F__c + 
IF( 
AND(Text(StageName) = &quot;引合&quot;, 
Close_Forecasted_Date__c &lt; IF(Month(Today()) &lt; 4, Date(Year(Today()), 4, 1), Date(Year(Today())+1, 4, 1)) 
), 
CASE(Competitor__c,
&quot;A&quot;,0.8, 
&quot;B&quot;,0.5,
&quot;C&quot;,0.3,
    0) * Amount_Without_Tax_F__c
,0)
 
2013年10月25日
ShippedAmount_ThisYear_withoutax_F__c + Forecast_Amount_All_withouttax_F__c + 
IF( 
AND(Text(StageName) = &quot;引合&quot;, 
Close_Forecasted_Date__c &lt; IF(Month(Today()) &lt; 4, Date(Year(Today()), 4, 1), Date(Year(Today())+1, 4, 1)) 
), 
Amount_Without_Tax_F__c ,0 
)
 
 
20231225修改前:
Opp_Actual__c+BO_Forecast__c+OP__c,和业务确认后将OP__c替换成4.2 今年发货询价(KRMB)_C</description>
    <externalId>false</externalId>
    <formula>Opp_Actual__c+BO_Forecast__c+OP_ThousandY_Target__c</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>7.发货+注残+询价(KRMB)</label>
    <precision>18</precision>
    <required>false</required>
    <scale>2</scale>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Number</type>
    <unique>false</unique>
</CustomField>