<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>IS_GASTROSCOPY__c</fullName> 
 | 
    <description>第4分类为GF,GIF,CF,JF,SIF即为肠胃镜</description> 
 | 
    <externalId>false</externalId> 
 | 
    <formula>IF(Asset__r.Category4_Text__c = 'GF' || Asset__r.Category4_Text__c = 'GIF' || Asset__r.Category4_Text__c = 'CF' || Asset__r.Category4_Text__c = 'JF' || Asset__r.Category4_Text__c = 'SIF',true , false)</formula> 
 | 
    <label>是否为肠胃镜</label> 
 | 
    <trackTrending>false</trackTrending> 
 | 
    <type>Checkbox</type> 
 | 
</CustomField> 
 |