Li Jun
2022-04-24 fc8a8cea62e5d248834482a1ade9db6ab0758bf2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>ESD_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;ESD/EMR&quot; || TEXT(OPD_ProductCategory2__c) = &quot;ESD/EMR&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>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>ESD本月报告次数(KPI)</label>
    <precision>18</precision>
    <required>false</required>
    <scale>1</scale>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Number</type>
    <unique>false</unique>
</CustomField>