binxie
2024-01-20 1d91be0be5220ce19ee64de5a5c9a8237b1c15b1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>CV_Category__c</fullName>
    <externalId>false</externalId>
    <formula>IF(Category4__c=&quot;CV&quot;,
case(Category5__c,
&quot;290系列&quot;,&quot;06.CV-290&quot;,
&quot;190系列&quot;,&quot;05.CV-190&quot;,
&quot;260SL系列&quot;,&quot;04.CV-260SL&quot;,
&quot;180系列&quot;,&quot;03.CV-180&quot;,
&quot;260系列&quot;,&quot;02.CV-260&quot;,
&quot;240系列&quot;,&quot;01.CV-240&quot;,
&quot;200系列&quot;,&quot;00.其他主机&quot;,&quot;00.其他主机&quot;),&quot;&quot;)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>CV分类(报表用)</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <type>Text</type>
    <unique>false</unique>
</CustomField>