Li Jun
2022-04-13 5c01ebbfddb6b8674430b47c22977bea2e350084
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
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Asset_Set_status__c</fullName>
    <description>IF(Serial_Asset_cnt__c = 0, &quot;99.等待预约&quot;, 
Case(Active_judgement__c, 
8,&quot;非稼动中&quot;,
7,&quot;修理中&quot;,
6,&quot;6.回库准备中&quot;,
5,&quot;5.回收检查中&quot;,
4,&quot;4.CDS中&quot;,
3,&quot;3.欠品确认中&quot;,
2,&quot;2.借出中&quot;,
1,&quot;1.出库准备中&quot;,
0, IF(Inspection_result_NG_cnt__c &gt; 0, &quot;等待维修&quot;, &quot;0.发货前检查&quot;),
99,&quot;99.等待预约&quot;,
&quot;-&quot;)
)</description>
    <externalId>false</externalId>
    <formula>IF(Serial_Asset_cnt__c = 0, &quot;99.等待预约&quot;, 
Case(Active_judgement__c, 
8,&quot;非稼动中&quot;,
7,&quot;修理中&quot;,
6,&quot;6.回库准备中&quot;,
5,&quot;5.回收检查中&quot;,
4,&quot;4.CDS中&quot;,
3,&quot;3.欠品确认中&quot;,
2,&quot;2.借出中&quot;,
1,&quot;1.出库准备中&quot;,
0, IF(Inspection_result_NG_cnt__c &gt; 0, &quot;等待维修&quot;, &quot;0.发货前检查&quot;),
99,&quot;99.等待预约&quot;,
&quot;-&quot;)
)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>***备品Set状态</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>