| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
 | | <?xml version="1.0" encoding="UTF-8"?> |  | <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> |  |     <fullName>HX1_Bar__c</fullName> |  |     <externalId>false</externalId> |  |     <formula>Case( HX1__c ,  |  | "EZclip主体",IMAGE("/img/samples/color_green.gif", "red", 15, 30),  |  | "旧主体",IMAGE("/img/samples/color_green.gif", "red", 15, 30),  |  | "QuickClip2",IMAGE("/img/samples/color_green.gif", "red", 15, 30),  |  | "QuickClip",IMAGE("/img/samples/color_green.gif", "red", 15, 30),  |  | "国产(对手)",IMAGE("/img/samples/color_red.gif", "red", 15, 30),  |  | "其他(对手)",IMAGE("/img/samples/color_red.gif", "red", 15, 30),  |  | Null)</formula> |  |     <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> |  |     <label>HX1-状況</label> |  |     <required>false</required> |  |     <trackTrending>false</trackTrending> |  |     <type>Text</type> |  |     <unique>false</unique> |  | </CustomField> | 
 |