buli
2023-06-27 8e07b5f23afd4c93d7e8d1f04d2e8dbca2628e5e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Mail_Content_Diff__c</fullName>
    <description>确认时间为空时,发送给确认人的确认邮件--&apos;请确认&apos;; 
确认时间不为空时,发送给审批人的审批邮件--&apos;仓库组已确认,请您审批&apos;。
IF ( ISBLANK(Checktime__c) , &apos;请确认&apos;, &apos;仓库组已确认,请您审批&apos;)</description>
    <externalId>false</externalId>
    <formula>if(Internal_asset_location__c==&apos;北京 备品中心&apos; || Internal_asset_location__c==&apos;上海 备品中心&apos; || Internal_asset_location__c==&apos;广州 备品中心&apos;,if(ISBLANK(Checktime__c),&apos;请确认&apos;, &apos;仓库组已确认,请您审批&apos;),&apos;已确认,请您审批&apos;)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>确认/审批邮件内容差分</label>
    <required>false</required>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>