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
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>OCSMRMB_Without_Tax__c</fullName>
    <description>OCSM产品预测金额 乘以询价上税率
// 2022.1.11  IF(Isblank(Estimation_Id__c),0,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 / Tax_Intra_F_Copy__c
)-ProvisionPrice__c)
20220420
IF(Isblank(Estimation_Id__c),0,Case( Trade__c,
&quot;外貿&quot;, Wholesale_Price__c * Tax_Foreign_F_Copy__c,
Wholesale_Price__c / Tax_Intra_F_Copy__c
)-ProvisionPrice__c)</description>
    <externalId>false</externalId>
    <formula>IF(ISBLANK(Wholesale_Price__c), 0, Case( Trade__c,
&quot;外貿&quot;, (Wholesale_Price__c-ProvisionPrice__c) * Tax_Foreign_F_Copy__c,
Wholesale_Price__c / Tax_Intra_F_Copy__c-ProvisionPrice__c
))</formula>
    <label>OCSM产品预测金额(不含税)</label>
    <precision>18</precision>
    <required>false</required>
    <scale>2</scale>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Number</type>
    <unique>false</unique>
</CustomField>