binxie
2024-01-22 102afa21c115e8c8b9333a326c3d1af08fe76faf
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
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Name_OCMCategory__c</fullName>
    <description>SLTV
LTV
一般(M0)
一般(M1)
一般(M2)
一般(L)
//20220131
CASE(HP_OCM_Category_From_Dept__c,
   &quot;H0&quot;, &quot;1. H0 &quot;,
   &quot;H1&quot;, &quot;2. H1 &quot;,
   &quot;M0&quot;, &quot;3. M0 &quot;,
   &quot;M1&quot;, &quot;4. M1 &quot;,
   &quot;一般(M2)&quot;, &quot;5. 一般(M2) &quot;,
   &quot;L&quot;, &quot;6. L &quot;,
   &quot;&quot;
) &amp; Hospital__r.Name</description>
    <externalId>false</externalId>
    <formula>CASE(HP_OCM_Category_From_Dept__c,
&quot;H0&quot;, &quot;1. H0 &quot;,
&quot;H1&quot;, &quot;2. H1 &quot;,
&quot;M0&quot;, &quot;3. M &quot;,
&quot;M1&quot;, &quot;3. M &quot;,
&quot;M&quot;, &quot;3. M &quot;,
&quot;一般(M2)&quot;, &quot;4. 一般(M2) &quot;,
&quot;L&quot;, &quot;5. L &quot;,
&quot;&quot;
) &amp; Hospital__r.Name</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>医院名+OCSM分类</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <type>Text</type>
    <unique>false</unique>
</CustomField>