| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>requestNoJoinStr3_New__c</fullName> | 
|     <externalId>false</externalId> | 
|     <formula>IF(YEAR(DATEVALUE(CreatedDate)) <= 2021 && month(DATEVALUE(CreatedDate)) <= 3, | 
| text(YEAR(DATEVALUE(CreatedDate)) - 1- 1867) & "P" & | 
| IF(OR(month(DATEVALUE(CreatedDate)) <=3, month(DATEVALUE(CreatedDate)) >=10), "B", "A"), | 
| if(YEAR(DATEVALUE(CreatedDate)) < 2021 && month(DATEVALUE(CreatedDate)) > 3, | 
| text(YEAR(DATEVALUE(CreatedDate))- 1867 ) & "P" & | 
| IF(OR(month(DATEVALUE(CreatedDate)) <=3, month(DATEVALUE(CreatedDate)) >=10), "B", "A"), | 
| (if(month(DATEVALUE(CreatedDate)) <= 3, | 
| "FY" & text(YEAR(DATEVALUE(CreatedDate))) , "FY" & text(YEAR(DATEVALUE(CreatedDate))+1))& | 
| IF(OR(month(DATEVALUE(CreatedDate)) <=3, month(DATEVALUE(CreatedDate)) >=10), " 2H’", " 1H’") | 
| ) | 
| ) | 
| )</formula> | 
|     <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> | 
|     <label>申请No.用字符3</label> | 
|     <required>false</required> | 
|     <trackHistory>false</trackHistory> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Text</type> | 
|     <unique>false</unique> | 
| </CustomField> |