高章伟
2022-03-10 8db20630a2675ca14e03ccdee91c614397b5c964
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>SalesChannel__c</fullName>
    <description>For Report</description>
    <externalId>false</externalId>
    <formula>if(SummonsForDirction_det__c=&quot;直接销售给医院&quot;,&quot;直销&quot;, 
if(SummonsForDirction_det__c=&quot;医院试用&quot;,&quot;试用&quot;, 
if(SummonsForDirction_det__c=&quot;销售给二级经销商&quot;,&quot;二级&quot;, &quot;&quot;)))</formula>
    <label>渠道</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>