Li Jun
2022-05-10 51fb56f3f5b0dc96d7f93a71f9b61263e303243f
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
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>PA_PB_target__c</fullName>
    <externalId>false</externalId>
    <formula>IF(month(CloseDate__c) = 4,&quot;PA&quot;, 
IF(month(CloseDate__c) = 5,&quot;PA&quot;, 
IF(month(CloseDate__c) = 6,&quot;PA&quot;, 
IF(month(CloseDate__c) = 7,&quot;PA&quot;, 
IF(month(CloseDate__c) = 8,&quot;PA&quot;, 
IF(month(CloseDate__c) = 9,&quot;PA&quot;, 
IF(month(CloseDate__c) = 10,&quot;PB&quot;, 
IF(month(CloseDate__c) = 11,&quot;PB&quot;, 
IF(month(CloseDate__c) = 12,&quot;PB&quot;, 
IF(month(CloseDate__c) = 1,&quot;PB&quot;, 
IF(month(CloseDate__c) = 2,&quot;PB&quot;, 
IF(month(CloseDate__c) = 3,&quot;PB&quot;, 
&quot;&quot;) 
)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>XXX不使用PA・PB(目标)</label>
    <required>false</required>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>