高章伟
2022-03-10 8db20630a2675ca14e03ccdee91c614397b5c964
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Key_product_material_KPI__c</fullName>
    <externalId>false</externalId>
    <formula>CASE(Text(Material_category__c),
&quot;产品样本&quot;,&quot;0.产品样本&quot;,
&quot;产品介绍资料(社内)&quot;,&quot;1.产品介绍资料(社内)&quot;,
&quot;产品介绍资料(客户)&quot;,&quot;2.产品介绍资料(客户)&quot;,
&quot;产品指南/手册(概要/含价格)&quot;,&quot;3.产品指南/手册(概要/含价格)&quot;,
&quot;产品指南/手册(概要/不含价格)&quot;,&quot;4.产品指南/手册(概要/不含价格)&quot;,
&quot;产品指南/手册(OPD)&quot;,&quot;5.产品指南/手册(OPD)&quot;,
&quot;安装说明手册&quot;,&quot;8.安装说明手册&quot;,
&quot;临床培训资料&quot;,&quot;6.临床培训资料&quot;,
&quot;E-Larning&quot;,&quot;7.E-Larning&quot;,
&quot;&quot;)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>重点产品对象资料</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>