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
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Confirmation_number_this_period_KPI__c</fullName>
    <description>IF(
  AND(OR(OCM_department_seg__c = &quot;争取客户&quot;, OCM_department_seg__c = &quot;调查客户&quot;), Competitor_asset_check__c=true
    , datevalue(CreatedDate)  &gt;= Date(2015,4,1)
  ), Confirmation_number_this_period__c * 1.2
  ,Confirmation_number_this_period__c
)</description>
    <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(2016,4,1)
  ), Confirmation_number_this_period__c * 1.2
  , Confirmation_number_this_period__c
)</formula>
    <inlineHelpText>148P KPI (填写设备状态,如对争取客户和调查客户调查并创建对手资产的话,1.2倍加分)</inlineHelpText>
    <label>设备状态和装机地点已确认(149P KPI)★</label>
    <precision>18</precision>
    <required>false</required>
    <scale>2</scale>
    <trackHistory>false</trackHistory>
    <type>Number</type>
    <unique>false</unique>
</CustomField>