binxie
2023-06-20 6d14c34d9a4e304bf3289e4ad957b091f27ef3b8
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
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Name_OCMCategory__c</fullName>
    <description>//20220331
CASE( Account_HP__r.OCM_Category__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;  Account_HP__r.Name</description>
    <externalId>false</externalId>
    <formula>CASE( Account_HP__r.OCM_Category__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; Account_HP__r.Name</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>医院名+OCSM分类</label>
    <required>false</required>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>