涂煌豪
2022-03-30 ae4088132b8d18959452d0ca172f6c004e8c2c82
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Wholesale_Price__c</fullName>
    <description>2013年7月8日修改
 以前=Opportunity__r.Wholesale_Price__c</description>
    <externalId>false</externalId>
    <formula>IF(Opportunity__r.Agency1__r.Special__c ||
Opportunity__r.Account.Parent.Special__c = True,
Estimation_List_Price_T__c *0.45,
Wholesale_Price_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>