requestNoJoinStr3__c
    false
    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',
''
),''))))
    BlankAsZero
    
    false
    false
    false
    Text
    false