<?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,
|
"内貿", Wholesale_Price__c / Tax_Intra_F_Copy__c ,
|
"外貿", 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>
|