binxie
2024-01-20 e0de9222da210f9c8eb1a9f5400f936a14923e11
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Amount_Without_Tax__c</fullName>
    <description>税抜きの計算
内貿(RMB): / 1.17
外貿(USD)
 2012年10月以前の出荷 x 0.846153  
  2012年10月以降の出荷 x 0.8076915
 2016年7月以后出库 x 0.8333325
2016年12月以后出库 x 0.871794</description>
    <externalId>false</externalId>
    <formula>Case( Trade__c, 
&quot;内貿&quot;, Wholesale_Price__c / Tax_Intra_F_Copy__c , 
&quot;外貿&quot;, Wholesale_Price__c *  Tax_Foreign_F_Copy__c , 
Wholesale_Price__c * 1  
)</formula>
    <label>(后台用)/OCSM预测成交金额(不含税)</label>
    <precision>18</precision>
    <required>false</required>
    <scale>0</scale>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Number</type>
    <unique>false</unique>
</CustomField>