Li Jun
2022-04-27 f90c63155656928b86f1ce1d91a134de3d12d2b9
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
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>OCM_period__c</fullName>
    <externalId>false</externalId>
    <formula>Case((year(Failure_Occurrence_Date__c)+
Case(month(Failure_Occurrence_Date__c),
1,-1,
2,-1,
3,-1,0)),
2023,&quot;156P&quot;,
2022,&quot;155P&quot;,
2021,&quot;154P&quot;,
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>