高章伟
2022-05-16 2e38b5c0b5e2ce302aed60be311f1c56986b1c06
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
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>BF_KPI_input__c</fullName>
    <description>通常検査・治療・EBUS-TBNA・EBUG-GS
------------------------------------------------------------------------------------
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(PUB_TBNA__c)),
      NOT(ISBLANK(TRE_TBNA__c)),
      NOT(ISBLANK(EBUS_TBNA__c)),
      NOT(ISBLANK(EBUS_GS__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(PUB_TBNA__c)),
      NOT(ISBLANK(TRE_TBNA__c)),
      NOT(ISBLANK(EBUS_TBNA__c)),
      NOT(ISBLANK(EBUS_GS__c))
    ), &quot;登录完毕&quot;,
    &quot;还没登录&quot;
)</formula>
    <label>是否登录BF病人数(KPI)</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>