| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Wholesale_Price__c</fullName> | 
|     <description>2013年7月8日修改 | 
|  以前=Opportunity__r.Wholesale_Price__c</description> | 
|     <externalId>false</externalId> | 
|     <formula>IF(Opportunity__r.Agency1__r.Special__c || | 
| Opportunity__r.Account.Parent.Special__c = True, | 
| Estimation_List_Price_T__c *0.45, | 
| Wholesale_Price_T__c)</formula> | 
|     <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> | 
|     <label>OCSM预测成交金额(含税)</label> | 
|     <precision>18</precision> | 
|     <required>false</required> | 
|     <scale>2</scale> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Currency</type> | 
| </CustomField> |