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
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>ERCP_This_month_report_number__c</fullName>
    <externalId>false</externalId>
    <formula>IF( text(month(Date__c)) = text(month(today())), 
 
 
IF(Owner:User.Product_specialist_category_formula__c = &quot;ET专人&quot;,
     IF(RecordTypeId = &quot;01210000000RLTi&quot; &amp;&amp; (TEXT(OPD_ProductCategory1__c) = &quot;ERCP&quot; || TEXT(OPD_ProductCategory1__c) = &quot;ERCP(含导丝)&quot; || TEXT(OPD_ProductCategory2__c) = &quot;ERCP&quot; || TEXT(OPD_ProductCategory2__c) = &quot;ERCP(含导丝)&quot;)  , 
         IF(OR(ISPICKVAL(Status__c,&quot;申請中&quot;),ISPICKVAL(Status__c,&quot;批准&quot;),ISPICKVAL(Status__c,
               &quot;提交&quot;)),
                   IF(Submit_report_day__c &gt; Submit_deadline__c,0.5,1),0),0),0),0)</formula>
    <label>ERCP本月报告次数(KPI)</label>
    <precision>18</precision>
    <required>false</required>
    <scale>1</scale>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Number</type>
    <unique>false</unique>
</CustomField>