李彤
2022-05-30 115b1ebc6e433315a9835af24d4fe0f90343a3ca
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
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Repair_Severity_Rank__c</fullName>
    <externalId>false</externalId>
    <formula>Case( Repair_Rank__c ,
&quot;A&quot;,&quot;大修理&quot;,
&quot;B&quot;,&quot;大修理&quot;,
&quot;C&quot;,&quot;大修理&quot;,
&quot;E1&quot;,&quot;大修理&quot;,
&quot;AW&quot;,&quot;大修理&quot;,
&quot;BW&quot;,&quot;大修理&quot;,
&quot;CW&quot;,&quot;大修理&quot;,
&quot;EW&quot;,&quot;大修理&quot;,
&quot;M1&quot;,&quot;中修理&quot;,
&quot;M2&quot;,&quot;中修理&quot;,
&quot;M3&quot;,&quot;中修理&quot;,
&quot;D1&quot;,&quot;小修理&quot;,
&quot;D2&quot;,&quot;小修理&quot;,
&quot;D3&quot;,&quot;小修理&quot;,
&quot;E2&quot;,&quot;小修理&quot;,
&quot;DW&quot;,&quot;小修理&quot;,
&quot;&quot;
)</formula>
    <label>修理区分</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>