| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Mail_ReceiverCall_Diff__c</fullName> | 
|     <description>确认时间为空时,发送给确认人的确认邮件--'您好:';  | 
| 确认时间不为空时,发送给审批人的审批邮件--'尊敬的领导,您好:'。</description> | 
|     <externalId>false</externalId> | 
|     <formula>IF ( ISBLANK(Checktime__c) , '您好:', '尊敬的领导,您好:')</formula> | 
|     <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> | 
|     <label>确认/审批邮件称呼差分</label> | 
|     <required>false</required> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Text</type> | 
|     <unique>false</unique> | 
| </CustomField> |