<?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) <> "149P",Text(OCM_Period__c) <> "150P"),"",
|
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))
|
), "登录完毕",
|
"还没登录"
|
)
|
)</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))
|
), "登录完毕",
|
"还没登录"
|
)</formula>
|
<label>是否登录BF病人数(KPI)</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<trackTrending>false</trackTrending>
|
<type>Text</type>
|
<unique>false</unique>
|
</CustomField>
|