| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Mail_Content_Diff__c</fullName> | 
|     <description>确认时间为空时,发送给确认人的确认邮件--'请确认';  | 
| 确认时间不为空时,发送给审批人的审批邮件--'仓库组已确认,请您审批'。</description> | 
|     <externalId>false</externalId> | 
|     <formula>if(Internal_asset_location__c=='北京 备品中心' || Internal_asset_location__c=='上海 备品中心' || Internal_asset_location__c=='广州 备品中心',if(ISBLANK(Checktime__c),'请确认', '仓库组已确认,请您审批'),'已确认,请您审批')</formula> | 
|     <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> | 
|     <label>确认/审批邮件内容差分</label> | 
|     <required>false</required> | 
|     <trackHistory>false</trackHistory> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Text</type> | 
|     <unique>false</unique> | 
| </CustomField> |