Li Jun
2022-04-25 784f9cec56eef3c7ac0ba02de98fdbf341c6a7b3
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>KPI_input_complete__c</fullName>
    <description>战略科室单位</description>
    <externalId>false</externalId>
    <formula>Case(RecordTypeId, 
  &quot;01210000000Qmho&quot;, IF(GI_KPI_input__c=&quot;登录完毕&quot;, 1, 0),
  &quot;01210000000Qmhy&quot;, IF(BF_KPI_input__c=&quot;登录完毕&quot;, 1, 0),
  &quot;01210000000QmvD&quot;, IF(GS_KPI_input__c=&quot;登录完毕&quot;, 1, 0),
  &quot;01210000000Qmut&quot;, IF(URO_KPI_input__c=&quot;登录完毕&quot;, 1, 0),
  &quot;01210000000Qmuy&quot;, IF(GYN_KPI_input__c=&quot;登录完毕&quot;, 1, 0),
  &quot;01210000000Qmv3&quot;, IF(ENT_KPI_input__c=&quot;登录完毕&quot;, 1, 0),
 
  0    /* else */
)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>已登录好病人数(KPI)</label>
    <precision>18</precision>
    <required>false</required>
    <scale>0</scale>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Number</type>
    <unique>false</unique>
</CustomField>