binxie
2023-06-20 6d14c34d9a4e304bf3289e4ad957b091f27ef3b8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>ForecastAccuracyObject__c</fullName>
    <description>20220421 ljh SWAG-CCK8V4 Celon主机作为预测精度对象,其他不是</description>
    <externalId>false</externalId>
    <formula>IF((AND(ET_SP_Consumption__c = false &amp;&amp; Text(Opportunity__r.Opp_order_Type__c) != &apos;ENG&apos;) &amp;&amp; Opportunity__r.Equipment_Order_Flg__c = false 
&amp;&amp; Valid_Statu_Achievements__c = 1 &amp;&amp; NoForcastTarget__c = false 
&amp;&amp; TEXT(Opportunity__r.Purchase_Type__c) &lt;&gt; &apos;SI(手術室案件)&apos;&amp;&amp;!Opportunity__r.Is_Corrosion__c &amp;&amp; ISBLANK(TEXT(Opportunity__r.CelonOpportunity__c))) 
|| ISPICKVAL(Opportunity__r.CelonOpportunity__c, &apos;Celon主机&apos;) , true, false)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>预测精度对象(注残)</label>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Checkbox</type>
</CustomField>