Li Jun
2022-04-21 03a6b8730cde75e4c42634b676c96dd9caeda07f
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>ENT_KPI_input__c</fullName>
    <description>2018-12-10 备份
 
IF( 
AND(text(OCM_Period__c) &lt;&gt; &quot;149P&quot;,text(OCM_Period__c) &lt;&gt; &quot;150P&quot;),&quot;&quot;, 
IF( 
AND( 
 
NOT(ISBLANK(OLY_endscopy_room__c)), 
NOT(ISBLANK(Competitor_endoscopy_room__c)), 
NOT(ISBLANK(Upper_Part_Public_Num__c)), 
NOT(ISBLANK(Upper_Part_Public_NBI_Num__c)), 
NOT(ISBLANK(EUS__c)), 
NOT(ISBLANK(EMR__c)), 
NOT(ISBLANK(ESD__c)), 
NOT(ISBLANK(early_cancer_upper_number__c)), 
NOT(ISBLANK(PUBLOWER__c)), 
NOT(ISBLANK(PUBLOWER_NBI__c)), 
NOT(ISBLANK(EMRLOWER__c)), 
NOT(ISBLANK(ESDLOWER__c)), 
NOT(ISBLANK(early_cancer_lower_number__c)), 
NOT(ISBLANK(ERCP__c)), 
NOT(ISBLANK(ERCPEUS__c)), 
NOT(ISBLANK(EUS_FNA__c)), 
NOT(ISBLANK(ERCPSTONE__c)), 
NOT(ISBLANK(Small_Intestine_Capsule_Num__c)), 
NOT(ISBLANK(Small_Intestine_Public_Num__c)) 
),&quot;登录完毕&quot;,&quot;还没登录&quot;))</description>
    <externalId>false</externalId>
    <formula>IF( 
AND( 
NOT(ISBLANK(OLY_endscopy_room__c)), 
NOT(ISBLANK(Competitor_endoscopy_room__c)), 
NOT(ISBLANK(Upper_Part_Public_Num__c)), 
NOT(ISBLANK(Upper_Part_Public_NBI_Num__c)), 
NOT(ISBLANK(EUS__c)), 
NOT(ISBLANK(EMR__c)), 
NOT(ISBLANK(ESD__c)), 
NOT(ISBLANK(early_cancer_upper_number__c)), 
NOT(ISBLANK(PUBLOWER__c)), 
NOT(ISBLANK(PUBLOWER_NBI__c)), 
NOT(ISBLANK(EMRLOWER__c)), 
NOT(ISBLANK(ESDLOWER__c)), 
NOT(ISBLANK(early_cancer_lower_number__c)), 
NOT(ISBLANK(ERCP__c)), 
NOT(ISBLANK(ERCPEUS__c)), 
NOT(ISBLANK(EUS_FNA__c)), 
NOT(ISBLANK(ERCPSTONE__c)), 
NOT(ISBLANK(Small_Intestine_Capsule_Num__c)), 
NOT(ISBLANK(Small_Intestine_Public_Num__c)) 
),&quot;登录完毕&quot;,&quot;还没登录&quot;)</formula>
    <label>是否登录ENT病人数(KPI)</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>