<?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 && (Agency1__r.Special__c || Agency2__r.Special__c || Account.Parent.Special__c) && $User.ViewSpecialAgencyAmout__c == False,0,Case( Trade__c,
|
"外貿", (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>
|