buli
2023-06-05 e9e1806b0f4b5bae1fc36204ccc5d6fdad52d66f
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:4月(1Q)&quot;, 
IF(month(CloseDate__c) = 5,&quot;PA:5月(1Q)&quot;, 
IF(month(CloseDate__c) = 6,&quot;PA:6月(1Q)&quot;, 
IF(month(CloseDate__c) = 7,&quot;PA:7月(2Q)&quot;, 
IF(month(CloseDate__c) = 8,&quot;PA:8月(2Q)&quot;, 
IF(month(CloseDate__c) = 9,&quot;PA:9月(2Q)&quot;, 
IF(month(CloseDate__c) = 10,&quot;PB:10月(3Q)&quot;, 
IF(month(CloseDate__c) = 11,&quot;PB:11月(3Q)&quot;, 
IF(month(CloseDate__c) = 12,&quot;PB:12月(3Q)&quot;, 
IF(month(CloseDate__c) = 1,&quot;PB:1月(4Q)&quot;, 
IF(month(CloseDate__c) = 2,&quot;PB:2月(4Q)&quot;, 
IF(month(CloseDate__c) = 3,&quot;PB:3月(4Q)&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>