付煜
2022-03-25 daddf76183e5c9ff0c0d0a71ccf9f47f66038a9b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Name_OCMCategory__c</fullName>
    <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. 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</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>医院名+OCSM分类</label>
    <required>false</required>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>