高章伟
2022-03-10 8db20630a2675ca14e03ccdee91c614397b5c964
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
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Opp_Forecast_after_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;
Status_Formula__c = &quot;03 已授权&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
(Not(ISNULL(Min_FirstApproveDate__c )),
OR(SAP_Send_OK__c, StageName_Text__c=&quot;注残&quot;, StageName_Text__c=&quot;出荷&quot;, StageName_Text__c=&quot;完了&quot;) ,
Not(ISNULL(Sales_Shop_Hospital_Contract__c )),
Not(ISNULL(Agency_Contract_Date1__c )) ,
Not(ISNULL(Assistant_Applied_Date__c )) ,
Not(ISNULL(Closing_Bid_Date__c )) ,
Not(ISNULL(Bid_Date__c )) ,
Not(ISNULL(Autholization_Activated_Date__c )) ,
Not(ISNULL(Authorized_Date__c)))),
OPP__c,0)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>4.5 发货+注残+中标后询价(不含税)</label>
    <precision>18</precision>
    <required>false</required>
    <scale>2</scale>
    <trackTrending>false</trackTrending>
    <type>Currency</type>
</CustomField>