| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>EquipmentHerf__c</fullName> | 
|     <description>已有设备链接</description> | 
|     <externalId>false</externalId> | 
|     <formula>HYPERLINK($Label.Environment_Url+"/00O100000026ePD?pv0="+ LEFT( Account_Laboratory__r.Department_Class_ID_18__c , 15) , "查看链接",'_blank')</formula> | 
|     <label>已有设备链接</label> | 
|     <required>false</required> | 
|     <trackHistory>false</trackHistory> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Text</type> | 
|     <unique>false</unique> | 
| </CustomField> |