binxie
2024-01-22 102afa21c115e8c8b9333a326c3d1af08fe76faf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Dealer_category_report__c</fullName>
    <externalId>false</externalId>
    <formula>IF(IsBlank(Text(Account__r.Sales_Shop_Class__c)), null,
CASE(Account__r.Sales_Shop_Class__c,
&quot;特約販売店(区域)&quot;,&quot;特約販売店&quot;,
&quot;特約販売店(製品)&quot;,&quot;特約販売店&quot;,
&quot;一級販売店&quot;,&quot;一级販売店&quot;,
&quot;二級販売店&quot;,&quot;二级販売店&quot;,
&quot;特約販売店(製品+区域)&quot;,&quot;特約販売店&quot;,
&quot;その他&quot;,&quot;一般販売店&quot;,
&quot;区域&quot;,&quot;一般販売店&quot;,
&quot;製品&quot;,&quot;一般販売店&quot;,
&quot;製品+区域&quot;,&quot;一般販売店&quot;,
&quot;一般販売店&quot;)
)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>经销商分类(统计)</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>