<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>ShippedAmount_without_tax__c</fullName> 
 | 
    <externalId>false</externalId> 
 | 
    <formula>Case( Opportunity__r.Trade__c, "内貿",  
 | 
Opportunity__r.NetWorthNoProviston_DN__c, 
 | 
  
 | 
"外貿",  
 | 
Opportunity__r.NetWorthNoProviston_DN__c/ Opportunity__r.Tax_Foreign_F__c 
 | 
,Opportunity__r.NetWorthNoProviston_DN__c)</formula> 
 | 
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> 
 | 
    <label>已发货金额(不含税)</label> 
 | 
    <precision>18</precision> 
 | 
    <required>false</required> 
 | 
    <scale>2</scale> 
 | 
    <trackTrending>false</trackTrending> 
 | 
    <type>Currency</type> 
 | 
</CustomField> 
 |