| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Internal_asset_location_F__c</fullName> | 
|     <description>看loginUser</description> | 
|     <externalId>false</externalId> | 
|     <formula>IF(LEFT($Profile.Id, 15) == LEFT($Label.ProfileId_EquipmentCenter, 15) ,  | 
| CASE( $UserRole.DeveloperName ,  | 
| 'Loaner_nanfang_staff', '广州 备品中心',  | 
| 'beipin_huadong_staff', '上海 备品中心', '北京 备品中心') ,  | 
| '北京 备品中心')</formula> | 
|     <label>备品存放地</label> | 
|     <required>false</required> | 
|     <trackHistory>false</trackHistory> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Text</type> | 
|     <unique>false</unique> | 
| </CustomField> |