<?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) = "引合",
|
Close_Forecasted_Date__c < IF(Month(Today()) < 4, Date(Year(Today()), 4, 1), Date(Year(Today())+1, 4, 1))
|
),
|
CASE(Competitor__c,
|
"A",0.8,
|
"B",0.5,
|
"C",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) = "引合",
|
Close_Forecasted_Date__c < IF(Month(Today()) < 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>
|