涂煌豪
2022-05-06 ff435968945d457f9ee653a9620fa1c7d78d2d4c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Main_Visit_Location__c</fullName>
    <externalId>false</externalId>
    <formula>case(text(Event__r.Main_Visit_Location__c),
&quot;内視鏡室&quot;,&quot;内镜室&quot;,
&quot;手術室&quot;,&quot;手术室&quot;,
&quot;X-Ray室&quot;,&quot;X-Ray室&quot;,
&quot;設備課&quot;,&quot;设备科&quot;,
&quot;外来&quot;,&quot;门诊&quot;,
&quot;病棟&quot;,&quot;病房&quot;,
&quot;その他&quot;,&quot;其他&quot;,
&quot;医院管理层&quot;,&quot;医院管理层&quot;,
&quot;&quot;)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>主要访问地方</label>
    <required>false</required>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>