binxie
2024-01-22 102afa21c115e8c8b9333a326c3d1af08fe76faf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Key_HP_management_ratio_SalesKPI__c</fullName>
    <description>IF(Check_competior_product_number__c=0,
Key_customer_management_ratio_for_KPI_te__c,
Key_customer_management_ratio_for_KPI_te__c*1.2)</description>
    <externalId>false</externalId>
    <formula>(Set_target_sales_rate__c + Update_taret_sales_ratio__c)/2</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>***价值客户管理KPI达成率 1H’</label>
    <precision>18</precision>
    <required>false</required>
    <scale>1</scale>
    <trackHistory>false</trackHistory>
    <type>Percent</type>
</CustomField>