binxie
2024-01-20 1d91be0be5220ce19ee64de5a5c9a8237b1c15b1
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>Strategic_department_Class_Name__c</fullName>
    <externalId>false</externalId>
    <formula>Case(Department_Class__r.Department_Class_Label__c ,
  &quot;消化科&quot;, &quot;1.消化科&quot;, 
  &quot;呼吸科&quot;, &quot;2.呼吸科&quot;, 
  &quot;普外科&quot;, &quot;3.普外科&quot;, 
  &quot;妇科&quot;, &quot;5.妇科&quot;, 
  &quot;泌尿科&quot;, &quot;4.泌尿科&quot;, 
  &quot;耳鼻喉科&quot;, &quot;6.耳鼻喉科&quot;, 
  &quot;其他&quot;, &quot;7.其他&quot;, 
  &quot;ET&quot;, &quot;ET&quot;, 
  &quot;8.不明&quot;
)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>战略科室分类名</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <type>Text</type>
    <unique>false</unique>
</CustomField>