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