Li Jun
2022-04-13 5c01ebbfddb6b8674430b47c22977bea2e350084
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Email_title__c</fullName>
    <externalId>false</externalId>
    <formula>IF(NOT(ISBLANK(Rental_Apply__c)), Name+&quot; &quot; +&quot; 遗失报告&quot;+&quot; &quot;+ Parent_No__c +&quot; &quot;+ Parent_Hospital__c +&quot; &quot; + Parent_Account__c +&quot; &quot; + Parent_Proposal1__c +&quot;/&quot; + Parent_Proposal2__c
    ,  Name + &quot;  遗失报告 &quot; + Inventory_Header__r.Name
)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>邮件标题</label>
    <required>false</required>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>