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))<=3, 
 |  'FY' & text(year(DATEVALUE(CreatedDate))), 
 |  'FY' & text(year(DATEVALUE(CreatedDate)) + 1) 
 |  )& 
 |  IF(OR(month(DATEVALUE(CreatedDate)) <=3, month(DATEVALUE(CreatedDate)) >=10), " 2H'", " 1H'")</description> 
 |      <externalId>false</externalId> 
 |      <formula>TEXT((year(DATEVALUE(CreatedDate))+ 
 |  Case(month(DATEVALUE(CreatedDate)), 
 |  1,-1, 
 |  2,-1, 
 |  3,-1,0))-1867)&'P'&CASE(month(DATEVALUE(CreatedDate)) 
 |  ,4,"A",5,"A",6,"A",7,"A",8,"A",9,"A", 
 |  10,"B",11,"B",12,"B",1,"B",2,"B",3,"B","")</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> 
 |  
  |