yangjieke
2022-03-22 3d655e80eec6c770dce06f3d9cf04fffe607f644
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
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>OCM_period__c</fullName>
    <description>&amp; 
CASE(month(DATEVALUE(CreatedDate)) 
,4,&quot;A&quot;,5,&quot;A&quot;,6,&quot;A&quot;,7,&quot;A&quot;,8,&quot;A&quot;,9,&quot;A&quot;, 
10,&quot;B&quot;,11,&quot;B&quot;,12,&quot;B&quot;,1,&quot;B&quot;,2,&quot;B&quot;,3,&quot;B&quot;,&quot;&quot;)</description>
    <externalId>false</externalId>
    <formula>Case((year(DATEVALUE(CreatedDate))+ 
Case(month(DATEVALUE(CreatedDate)), 
1,-1, 
2,-1, 
3,-1,0)), 
2020,&quot;153P&quot;, 
2019,&quot;152P&quot;, 
2018,&quot;151P&quot;, 
2017,&quot;150P&quot;, 
2016,&quot;149P&quot;, 
2015,&quot;148P&quot;, 
2014,&quot;147P&quot;, 
2013,&quot;146P&quot;, 
2012,&quot;145P&quot;, 
2011,&quot;144P&quot;, 
2010,&quot;143P&quot;, 
2009,&quot;142P&quot;, 
2008,&quot;141P&quot;, 
2007,&quot;140P&quot;, 
2006,&quot;139P&quot;, 
2005,&quot;138P&quot;, 
2004,&quot;137P&quot;, 
&quot;ERROR&quot;)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>OCSM期(Old)</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>