Li Jun
2022-04-13 5c01ebbfddb6b8674430b47c22977bea2e350084
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Opp_Forecast_before_tender__c</fullName>
    <description>Opp_Actual__c + Forecast_Amount_All_withouttax_F__c +
IF(AND(StageName_Text__c = &quot;引合&quot;,OR 
(Status_Formula__c = &quot;00 还没跟进&quot;, 
Status_Formula__c = &quot;01 还没拜访&quot;, 
Status_Formula__c = &quot;02 跟进中&quot;)), 
0,OPP__c)</description>
    <externalId>false</externalId>
    <formula>Opp_Actual__c + Forecast_Amount_All_withouttax_F__c +
IF(AND(StageName_Text__c = &quot;引合&quot;,OR 
(Opportunity__r.Status_Formula_Text__c = &quot;00 还没更新&quot;, 
Opportunity__r.Status_Formula_Text__c= &quot;01 还没拜访&quot;, 
Opportunity__r.Status_Formula_Text__c= &quot;02 跟进中&quot;)), 
0,OPP__c)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>4.5 发货+注残+授权后询价(不含税)</label>
    <precision>18</precision>
    <required>false</required>
    <scale>2</scale>
    <trackTrending>false</trackTrending>
    <type>Currency</type>
</CustomField>