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
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>HP_OCM_Incharge_staff__c</fullName>
    <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;L&quot;, &quot;3. L &quot;, 
&quot;&quot;, &quot;&quot;, 
&quot;4.M &quot; 
) &amp; Hospital__r.Name  &amp; 
CASE(RecordTypeId,
&quot;01210000000QemLAAS&quot;, &quot;GI:&quot; &amp; &quot;Owner&quot;,&quot;&quot;)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>(###)客户名+OCSM分类+所有者</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <type>Text</type>
    <unique>false</unique>
</CustomField>