buli
2023-06-05 e9e1806b0f4b5bae1fc36204ccc5d6fdad52d66f
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>