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
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Goverment_segment__c</fullName>
    <description>20170509之前:
Case(TEXT(  Hospital__r.Grade__c ),
&quot;3級甲&quot;,&quot;三级甲&quot;,
&quot;3級乙&quot;,&quot;三級乙&quot;,
&quot;3級丙&quot;,&quot;三级丙&quot;,
&quot;3級&quot;,&quot;三级&quot;,
&quot;2級甲&quot;,&quot;二级甲&quot;,
&quot;2級乙&quot;,&quot;二级乙&quot;,
&quot;2級丙&quot;,&quot;二级丙&quot;,
&quot;2級&quot;,&quot;二级&quot;,
&quot;1級甲&quot;,&quot;一级甲&quot;,
&quot;1級乙&quot;,&quot;一级乙&quot;,
&quot;1級丙&quot;,&quot;一级丙&quot;,
&quot;1級&quot;,&quot;一级&quot;,
&quot;一般&quot;,&quot;一般&quot;,
&quot;&quot;)</description>
    <externalId>false</externalId>
    <formula>TEXT(Hospital__r.Grade__c )</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>政府等级</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <type>Text</type>
    <unique>false</unique>
</CustomField>