<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>requestNoJoinStr3__c</fullName> 
 | 
    <externalId>false</externalId> 
 | 
    <formula>IF(RecordType.DeveloperName='AgencyToCenter',case(TEXT(Destination_location__c), 
 | 
'北京 备品中心','BJ', 
 | 
'上海 备品中心','SH', 
 | 
'广州 备品中心','GZ', 
 | 
'' 
 | 
)&'-IN' 
 | 
,If(RecordType.DeveloperName='CenterToAgency',case(TEXT(From_Location__c), 
 | 
'北京 备品中心','BJ', 
 | 
'上海 备品中心','SH', 
 | 
'广州 备品中心','GZ', 
 | 
'' 
 | 
)&'-OUT' 
 | 
,If(OR(RecordType.DeveloperName='CenterToCenter',RecordType.DeveloperName='InsideCenter'),case(TEXT(From_Location__c), 
 | 
'北京 备品中心','BJ', 
 | 
'上海 备品中心','SH', 
 | 
'广州 备品中心','GZ', 
 | 
'' 
 | 
)&'-'&case(TEXT(Destination_location__c), 
 | 
'北京 备品中心','BJ', 
 | 
'上海 备品中心','SH', 
 | 
'广州 备品中心','GZ', 
 | 
'' 
 | 
) 
 | 
,if(RecordType.DeveloperName='CenterToOther',case(TEXT(From_Location__c), 
 | 
'北京 备品中心','BJ', 
 | 
'上海 备品中心','SH', 
 | 
'广州 备品中心','GZ', 
 | 
'' 
 | 
),''))))</formula> 
 | 
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> 
 | 
    <label>调拨申请单No用字符3</label> 
 | 
    <required>false</required> 
 | 
    <trackHistory>false</trackHistory> 
 | 
    <trackTrending>false</trackTrending> 
 | 
    <type>Text</type> 
 | 
    <unique>false</unique> 
 | 
</CustomField> 
 |