| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>AfterCheckEmail_F__c</fullName> | 
|     <externalId>false</externalId> | 
|     <formula>IF(ISPICKVAL( Destination_location__c, '北京 备品中心'), 'sfdc_lvxueyan@olympus.com.cn', | 
|     IF(ISPICKVAL( Destination_location__c, '上海 备品中心'), 'sfdc_lvxueyan@olympus.com.cn', | 
|         IF(ISPICKVAL( Destination_location__c, '广州 备品中心'), 'sfdc_lvxueyan@olympus.com.cn', '') | 
|     ) | 
|  )</formula> | 
|     <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> | 
|     <label>调拨后地区的检测仓库公邮_F</label> | 
|     <required>false</required> | 
|     <trackHistory>false</trackHistory> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Text</type> | 
|     <unique>false</unique> | 
| </CustomField> |