| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>PA_PB_target__c</fullName> | 
|     <externalId>false</externalId> | 
|     <formula>IF(month(CloseDate__c) = 4,"PA",  | 
| IF(month(CloseDate__c) = 5,"PA",  | 
| IF(month(CloseDate__c) = 6,"PA",  | 
| IF(month(CloseDate__c) = 7,"PA",  | 
| IF(month(CloseDate__c) = 8,"PA",  | 
| IF(month(CloseDate__c) = 9,"PA",  | 
| IF(month(CloseDate__c) = 10,"PB",  | 
| IF(month(CloseDate__c) = 11,"PB",  | 
| IF(month(CloseDate__c) = 12,"PB",  | 
| IF(month(CloseDate__c) = 1,"PB",  | 
| IF(month(CloseDate__c) = 2,"PB",  | 
| IF(month(CloseDate__c) = 3,"PB",  | 
| "")  | 
| )  | 
| )  | 
| )  | 
| )  | 
| )  | 
| )  | 
| )  | 
| )  | 
| )  | 
| )  | 
| )</formula> | 
|     <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> | 
|     <label>XXX不使用PA・PB(目标)</label> | 
|     <required>false</required> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Text</type> | 
|     <unique>false</unique> | 
| </CustomField> |