<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>SSActivity_Purpose__c</fullName> 
 | 
    <externalId>false</externalId> 
 | 
    <label>拜访目的</label> 
 | 
    <required>false</required> 
 | 
    <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> 
 | 
            <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> 
 | 
            <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> 
 |