Li Jun
2022-04-24 fc8a8cea62e5d248834482a1ade9db6ab0758bf2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Key_product1__c</fullName>
    <description>9/19添加了计算4K和CYF</description>
    <externalId>false</externalId>
    <formula>Case(OPD_ProductCategory1__c,
&quot;NBI-290&quot;,&quot;01.CV-290&quot;,
&quot;NBI-170&quot;,&quot;02.CV-170&quot;,
&quot;EUS&quot;,&quot;04.EU-ME2&quot;,
&quot;OTV-S400&quot;,&quot;29.4K&quot;,
&quot;CYF&quot;,&quot;18.CYF&quot;, 
&quot;3D System&quot;,&quot;08.3DV-190&quot;,
&quot;OR Imaging Products&quot;,&quot;09.EXERAIII/ELITE&quot;,
&quot;SIS for all Energy Consumable&quot;,&quot;12.USG-400&quot;,
&quot;&quot;
)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>重点产品区分1</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>