<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>Opp_Forecast__c</fullName> 
 | 
    <description>ShippedAmount_without_tax__c + Forecast_Amount_All_withouttax_F__c</description> 
 | 
    <externalId>false</externalId> 
 | 
    <formula>Opp_Actual__c + Forecast_Amount_All_withouttax_F__c</formula> 
 | 
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> 
 | 
    <label>3.发货+注残(不含税)</label> 
 | 
    <precision>18</precision> 
 | 
    <required>false</required> 
 | 
    <scale>2</scale> 
 | 
    <trackTrending>false</trackTrending> 
 | 
    <type>Currency</type> 
 | 
</CustomField> 
 |