高章伟
2022-02-24 2aa8da8af66aa8ae00f25831aed6bb0364176e7b
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
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Contract_qty_status__c</fullName>
    <externalId>false</externalId>
    <formula>Case(text(Process_Status__c),
 
&quot;草案中&quot;,&quot;1.报价草案中&quot;,
&quot;申请中&quot;,&quot;2.报价申请中&quot;,
&quot;不批准&quot;,&quot;3.报价不批准&quot;,
&quot;中止&quot;,&quot;4.报价中止&quot;,
&quot;批准&quot;,Case(text(Maintenance_Contract__r.Status__c),
&quot;引合中&quot;,&quot;5.询价中&quot;,
&quot;契約&quot;,&quot;6.合同中&quot;,
&quot;未契約&quot;,&quot;7.未合同&quot;,
&quot;契約満了&quot;,&quot;8.合同完毕&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>