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
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Bear_department__c</fullName>
    <externalId>false</externalId>
    <formula>CASE(Campaign__r.Sponsor_Ones_Post__c, 
&quot;2.东北&quot;,&quot;DB&quot;, 
&quot;1.华北&quot;,&quot;HB&quot;, 
&quot;3.西北&quot;,&quot;XB&quot;,
&quot;4.西北&quot;,&quot;XB&quot;,
&quot;4,西南&quot;,&quot;XN&quot;,
&quot;4.西南&quot;,&quot;XN&quot;,
&quot;5.华东&quot;,&quot;HD&quot;,
&quot;6.华南&quot;,&quot;HN&quot;,
&quot;外科本部&quot;,&quot;SP&quot;,
&quot;消化呼吸本部&quot;,&quot;GI&quot;,
&quot;MA本部&quot;,&quot;MA&quot;,
&quot;服务本部&quot;,&quot;FW&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>