<?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 && Text(Opportunity__r.Opp_order_Type__c) != 'ENG') && Opportunity__r.Equipment_Order_Flg__c = false
|
&& Valid_Statu_Achievements__c = 1 && NoForcastTarget__c = false
|
&& TEXT(Opportunity__r.Purchase_Type__c) <> 'SI(手術室案件)'&&!Opportunity__r.Is_Corrosion__c && ISBLANK(TEXT(Opportunity__r.CelonOpportunity__c)))
|
|| ISPICKVAL(Opportunity__r.CelonOpportunity__c, 'Celon主机') , true, false)</formula>
|
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
|
<label>预测精度对象(注残)</label>
|
<trackHistory>false</trackHistory>
|
<trackTrending>false</trackTrending>
|
<type>Checkbox</type>
|
</CustomField>
|