binxie
2024-01-17 92d30efcdebfc59500385e018d597a6b6a946075
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Confirmation_number_this_period_150KPI__c</fullName>
    <externalId>false</externalId>
    <formula>IF(
  AND(OR(OCM_department_seg__c = &quot;争取客户&quot;, OCM_department_seg__c = &quot;调查客户&quot;)
    , Competitor_asset_check__c
    , datevalue(CreatedDate) &gt;= Date(2017,4,1)
  ), Confirmation_number_this_period__c * 1.2
  , Confirmation_number_this_period__c
)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>设备状态和装机地点已确认(150P KPI)★</label>
    <precision>18</precision>
    <required>false</required>
    <scale>2</scale>
    <trackHistory>false</trackHistory>
    <type>Number</type>
    <unique>false</unique>
</CustomField>