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
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>OCSM_RMB_Without_Tax_1000__c</fullName>
    <description>OCSM产品预测金额(千元RMB)
原:OCSMRMB_Without_Tax__c/1000</description>
    <externalId>false</externalId>
    <formula>IF(ISBLANK(Wholesale_Price__c),0,
IF(SAP_Send_OK__c &amp;&amp; (Agency1__r.Special__c || Agency2__r.Special__c || Account.Parent.Special__c) &amp;&amp; $User.ViewSpecialAgencyAmout__c == False,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
)) / 1000)</formula>
    <inlineHelpText>计入营业的业绩金额(不含税/不含计提)
=预测合同金额(含税)/税/1000-计提</inlineHelpText>
    <label>预测询价金额</label>
    <precision>18</precision>
    <required>false</required>
    <scale>2</scale>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Number</type>
    <unique>false</unique>
</CustomField>