Li Jun
2022-04-13 5c01ebbfddb6b8674430b47c22977bea2e350084
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Opportunity_Category__c</fullName>
    <externalId>false</externalId>
    <formula>CASE(Opportunity__r.Opportunity_Category__c, 
&quot;GI&quot;,&quot;1.GI&quot;, 
&quot;ET&quot;,&quot;2.ET&quot;, 
&quot;BF&quot;,&quot;3.BF&quot;, 
&quot;GS&quot;,&quot;4.GS&quot;, 
&quot;URO&quot;,&quot;5.URO&quot;, 
&quot;GYN&quot;,&quot;6.GYN&quot;, 
&quot;ENT&quot;,&quot;7.ENT&quot;, 
&quot;OTH&quot;,&quot;8.OTH&quot;,  
Text(Opportunity__r.Opportunity_Category__c) 
)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>询价科室分类</label>
    <required>false</required>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>