<?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>
|