| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>IF_PERIPHERAL__c</fullName> | 
|     <description>合同内设备的第4分类为CV 、CLV、双极电切镜工作把手、其他等的即为周边设备</description> | 
|     <externalId>false</externalId> | 
|     <formula>IF(Asset__r.Category4_Text__c = 'CV'|| Asset__r.Category4_Text__c = 'CLV' || Asset__r.Category4_Text__c = '双极电切镜工作把手' || Asset__r.Category4_Text__c = '其他等' , true , false)</formula> | 
|     <label>是否为周边设备</label> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Checkbox</type> | 
| </CustomField> |