高章伟
2022-03-10 8db20630a2675ca14e03ccdee91c614397b5c964
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Amount_Without_Tax__c</fullName>
    <description>以前=Opportunity__r.Amount_Without_Tax__c</description>
    <externalId>false</externalId>
    <formula>IF(Opportunity__r.Agency1__r.Special__c ||
Opportunity__r.Account.Parent.Special__c = True,
Estimation_List_Price_Without_Tax_T__c *0.45,
Amount_Without_Tax_T__c)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>OCSM预测成交金额(不含税)</label>
    <precision>18</precision>
    <required>false</required>
    <scale>2</scale>
    <trackTrending>false</trackTrending>
    <type>Currency</type>
</CustomField>