binxie
2024-01-22 102afa21c115e8c8b9333a326c3d1af08fe76faf
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Key_product__c</fullName>
    <externalId>false</externalId>
    <formula>IF(Important_Rroduct_1GI__c=TRUE,&quot;01.CV-290(GI+BF)&quot;,
IF(Important_Rroduct_2ET__c=TRUE,&quot;02.EU-ME2&quot;,  
IF(Important_Rroduct_3ET__c=TRUE,&quot;02.ERCP&quot;, 
IF(Important_Rroduct_4ET__c=TRUE,&quot;03.ESD&quot;, 
IF(Important_Rroduct_5GI__c=TRUE,&quot;04.OER-AW&quot;, 
IF(Important_Rroduct_6GI__c=TRUE,&quot;04.290 Scope&quot;, 
IF(Important_Rroduct_7BF__c=TRUE,&quot;04.BF Video&quot;, 
IF(Important_Rroduct_8GS__c=TRUE,&quot;05.3DV-190&quot;, 
IF(Important_Rroduct_9GS__c=TRUE,&quot;06.CV-190/OTV-S190&quot;, 
IF(Important_Rroduct_10GS__c=TRUE,&quot;07.OTV-S7Pro&quot;, 
IF(Important_Rroduct_11GS__c=TRUE,&quot;08.HD EndoEYE&quot;, 
IF(Important_Rroduct_12GS__c=TRUE,&quot;09.LTF-S190-5/S190-10-3D&quot;, 
IF(Important_Rroduct_13GS__c=TRUE,&quot;10.SSG2主机&quot;, 
IF(Important_Rroduct_14GS__c=TRUE,&quot;11.SSG2超声刀&quot;, 
IF(Important_Rroduct_15GS__c=TRUE,&quot;12.ESG-400&quot;, 
IF(Important_Rroduct_16GS__c=TRUE,&quot;13.G400&quot;, 
IF(Important_Rroduct_17GS__c=TRUE,&quot;14.Bipolar Working Element&quot;, 
IF(Important_Rroduct_18GS__c=TRUE,&quot;15.TURis/TCRis Electrode&quot;, 
IF(Important_Rroduct_19GS__c=TRUE,&quot;16.HD Uro Head&quot;, 
IF(Important_Rroduct_20GS__c=TRUE,&quot;17.ENF-V/S&quot;, 
 
&quot;&quot;) 
)
)
)
)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>不用:重点产品</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <type>Text</type>
    <unique>false</unique>
</CustomField>