binxie
2024-01-17 92d30efcdebfc59500385e018d597a6b6a946075
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Asset_category__c</fullName>
    <externalId>false</externalId>
    <formula>CASE(Category3_Text__c,
&quot;主机&quot;,&quot;01.主机&quot;,
&quot;电子镜&quot;,&quot;02.电子镜&quot;,
&quot;纤维镜&quot;,&quot;03.纤维镜&quot;,
&quot;电子腹腔镜&quot;,&quot;04.电子腹腔镜&quot;,
&quot;EUS主机&quot;,&quot;05.EUS主机&quot;,
&quot;EUS&quot;,&quot;06.EUS镜子&quot;,
&quot;能量主机&quot;,&quot;07.能量主机&quot;,
&quot;硬性鏡&quot;,&quot;08.硬性鏡&quot;,
&quot;显示器&quot;,&quot;09.显示器&quot;,
&quot;CDS&quot;,&quot;10.CDS主机&quot;,
&quot;周边&quot;,&quot;11.周边&quot;,&quot;&quot;)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>保有设备大分类</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <type>Text</type>
    <unique>false</unique>
</CustomField>