<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>SupportNeeds__c</fullName> 
 | 
    <externalId>false</externalId> 
 | 
    <label>支援需求</label> 
 | 
    <required>false</required> 
 | 
    <trackHistory>false</trackHistory> 
 | 
    <trackTrending>false</trackTrending> 
 | 
    <type>Picklist</type> 
 | 
    <valueSet> 
 | 
        <restricted>true</restricted> 
 | 
        <valueSetDefinition> 
 | 
            <sorted>false</sorted> 
 | 
            <value> 
 | 
                <fullName>维修备品</fullName> 
 | 
                <default>false</default> 
 | 
                <label>维修备品</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>展示/试用备品</fullName> 
 | 
                <default>false</default> 
 | 
                <label>展示/试用备品</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>招标/谈判协助</fullName> 
 | 
                <default>false</default> 
 | 
                <label>招标/谈判协助</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>学术会议-科室会</fullName> 
 | 
                <default>false</default> 
 | 
                <label>学术会议-科室会</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>学术会议-学术沙龙</fullName> 
 | 
                <default>false</default> 
 | 
                <label>学术会议-学术沙龙</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>医护培训-产品使用方法及注意事项</fullName> 
 | 
                <default>false</default> 
 | 
                <label>医护培训-产品使用方法及注意事项</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>整体内镜室解决方案</fullName> 
 | 
                <default>false</default> 
 | 
                <label>整体内镜室解决方案</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>整体手术室解决方案</fullName> 
 | 
                <default>false</default> 
 | 
                <label>整体手术室解决方案</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>售后点检服务</fullName> 
 | 
                <default>false</default> 
 | 
                <label>售后点检服务</label> 
 | 
            </value> 
 | 
        </valueSetDefinition> 
 | 
    </valueSet> 
 | 
</CustomField> 
 |