<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>Loaner_centre_accept_Email__c</fullName> 
 | 
    <externalId>false</externalId> 
 | 
    <formula>IF(ISPICKVAL( Destination_location__c, '北京 备品中心'), 'OCM_Asset@olympus.com.cn', 
 | 
    IF(ISPICKVAL( Destination_location__c, '上海 备品中心'), 'OCM_AssetSH@olympus.com.cn', 
 | 
        IF(ISPICKVAL( Destination_location__c, '广州 备品中心'), 'OCM_AssetGZ@olympus.com.cn', 
 | 
            IF(ISPICKVAL( From_Location__c, '北京 备品中心'), 'OCM_Asset@olympus.com.cn', 
 | 
                IF(ISPICKVAL( From_Location__c, '上海 备品中心'), 'OCM_AssetSH@olympus.com.cn', 
 | 
                    IF(ISPICKVAL( From_Location__c, '广州 备品中心'), 'OCM_AssetGZ@olympus.com.cn','') 
 | 
                ) 
 | 
            ) 
 | 
        ) 
 | 
    ) 
 | 
 )</formula> 
 | 
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> 
 | 
    <label>备品中心受理邮箱</label> 
 | 
    <required>false</required> 
 | 
    <trackHistory>false</trackHistory> 
 | 
    <trackTrending>false</trackTrending> 
 | 
    <type>Text</type> 
 | 
    <unique>false</unique> 
 | 
</CustomField> 
 |