付煜
2022-04-07 0092ca1d84e5065ec0e00c900fcb093cd70baedf
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>invoice_hospital_name__c</fullName>
    <externalId>false</externalId>
    <formula>CASE( select_invoice_title__c , &quot;医院名&quot;,  Hospital__r.Name , &quot;别名1&quot;, Hospital__r.Site , &quot;别名2&quot;,  Hospital__r.Alias_Name2__c ,&quot;&quot;)</formula>
    <label>发票医院名称</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>