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
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Year__c</fullName>
    <externalId>false</externalId>
    <formula>Case(text(OCM_Period__c),
&quot;142P&quot;,&quot;2009年度&quot;,
&quot;143P&quot;,&quot;2010年度&quot;,
&quot;144P&quot;,&quot;2011年度&quot;,
&quot;145P&quot;,&quot;2012年度&quot;,
&quot;146P&quot;,&quot;2013年度&quot;,
&quot;147P&quot;,&quot;2014年度&quot;,
&quot;148P&quot;,&quot;2015年度&quot;,
&quot;149P&quot;,&quot;2016年度&quot;,
&quot;150P&quot;,&quot;2017年度&quot;,
&quot;151P&quot;,&quot;2018年度&quot;,
&quot;152P&quot;,&quot;2019年度&quot;,
&quot;&quot;)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>年度</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>