<?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),
|
"142P","2009年度",
|
"143P","2010年度",
|
"144P","2011年度",
|
"145P","2012年度",
|
"146P","2013年度",
|
"147P","2014年度",
|
"148P","2015年度",
|
"149P","2016年度",
|
"150P","2017年度",
|
"151P","2018年度",
|
"152P","2019年度",
|
"")</formula>
|
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
|
<label>年度</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<trackTrending>false</trackTrending>
|
<type>Text</type>
|
<unique>false</unique>
|
</CustomField>
|