高章伟
2022-03-10 8db20630a2675ca14e03ccdee91c614397b5c964
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
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Order_period__c</fullName>
    <externalId>false</externalId>
    <formula>Case((year(DATEVALUE(CreatedDate))+ 
Case(month(DATEVALUE(CreatedDate)), 
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;, 
&quot;ERROR&quot;)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>Order期(Old)</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>