| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>OCM_period_New__c</fullName> | 
|     <externalId>false</externalId> | 
|     <formula>IF(YEAR(DATEVALUE(CreatedDate)) <= 2021 && month(DATEVALUE(CreatedDate)) <= 3, | 
| text(YEAR(DATEVALUE(CreatedDate)) - 1- 1867) & "P", | 
| if(YEAR(DATEVALUE(CreatedDate)) < 2021 && month(DATEVALUE(CreatedDate)) > 3, | 
| text(YEAR(DATEVALUE(CreatedDate))- 1867 ) & "P", | 
| if(month(DATEVALUE(CreatedDate)) <= 3, | 
| "FY" & text(YEAR(DATEVALUE(CreatedDate))) , "FY" & text(YEAR(DATEVALUE(CreatedDate))+1) | 
| ) | 
| ) | 
| )</formula> | 
|     <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> | 
|     <label>OCSM期</label> | 
|     <required>false</required> | 
|     <trackHistory>false</trackHistory> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Text</type> | 
|     <unique>false</unique> | 
| </CustomField> |