涂煌豪
2022-05-06 ff435968945d457f9ee653a9620fa1c7d78d2d4c
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
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Contain_stop_product__c</fullName>
    <externalId>false</externalId>
    <formula>Case(Product_SFDA_Status__c,
 
 
&quot;不要&quot;,0,
&quot;準備中&quot;,0,
&quot;新製品申請中&quot;,0,
&quot;有効&quot;,0,
&quot;失効(期限内生産済在庫対応)&quot;,1,
&quot;失効(再申請中)&quot;,1,
&quot;失効(申請無)&quot;,1,
&quot;有効(再申請中)&quot;,0,
&quot;停止&quot;,1,0)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>判断是否包含停止</label>
    <precision>18</precision>
    <required>false</required>
    <scale>0</scale>
    <trackTrending>false</trackTrending>
    <type>Number</type>
    <unique>false</unique>
</CustomField>