buli
2023-06-27 8e07b5f23afd4c93d7e8d1f04d2e8dbca2628e5e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>SIS_Sample_submit_report__c</fullName>
    <externalId>false</externalId>
    <formula>IF(ISBLANK(text(OPD_SIS_Report__r.Status__c)),0,
 
CASE(text(OPD_SIS_Report__r.Status__c),
&quot;草案中&quot;,0,
&quot;申請中&quot;,1,
&quot;批准&quot;,1,
&quot;提交&quot;,1,
&quot;跟进中&quot;,0,
&quot;完毕&quot;,1,
&quot;取消&quot;,0,0))</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>是否提交SIS报告书(有Sample)</label>
    <precision>18</precision>
    <required>false</required>
    <scale>0</scale>
    <trackTrending>false</trackTrending>
    <type>Number</type>
    <unique>false</unique>
</CustomField>