<?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,
|
"H0", "1. H0 ",
|
"H1", "2. H1 ",
|
"M0", "3. M0 ",
|
"M1", "4. M1 ",
|
"一般(M2)", "5. 一般(M2) ",
|
"L", "6. L ",
|
""
|
) & Hospital__r.Name</description>
|
<externalId>false</externalId>
|
<formula>CASE(HP_OCM_Category_From_Dept__c,
|
"H0", "1. H0 ",
|
"H1", "2. H1 ",
|
"M0", "3. M ",
|
"M1", "3. M ",
|
"M", "3. M ",
|
"一般(M2)", "4. 一般(M2) ",
|
"L", "5. L ",
|
""
|
) & Hospital__r.Name</formula>
|
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
|
<label>医院名+OCSM分类</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<type>Text</type>
|
<unique>false</unique>
|
</CustomField>
|