1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>requestNoJoinStr2__c</fullName>
    <description>IF(month(DATEVALUE(CreatedDate))&lt;=3,
&apos;FY&apos; &amp; text(year(DATEVALUE(CreatedDate))),
&apos;FY&apos; &amp; text(year(DATEVALUE(CreatedDate)) + 1)
)&amp;
IF(OR(month(DATEVALUE(CreatedDate)) &lt;=3, month(DATEVALUE(CreatedDate)) &gt;=10), &quot; 2H&apos;&quot;, &quot; 1H&apos;&quot;)</description>
    <externalId>false</externalId>
    <formula>TEXT((year(DATEVALUE(CreatedDate))+
Case(month(DATEVALUE(CreatedDate)),
1,-1,
2,-1,
3,-1,0))-1867)&amp;&apos;P&apos;&amp;CASE(month(DATEVALUE(CreatedDate))
,4,&quot;A&quot;,5,&quot;A&quot;,6,&quot;A&quot;,7,&quot;A&quot;,8,&quot;A&quot;,9,&quot;A&quot;,
10,&quot;B&quot;,11,&quot;B&quot;,12,&quot;B&quot;,1,&quot;B&quot;,2,&quot;B&quot;,3,&quot;B&quot;,&quot;&quot;)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>调拨申请单No用字符2(Old)</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>