Li Jun
2022-04-24 fc8a8cea62e5d248834482a1ade9db6ab0758bf2
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>Shouquan_PCL_price__c</fullName>
    <externalId>false</externalId>
    <formula>IF( 
AND(Opportunity__r.Status_Formula_Text__c=&quot;03 已授权&quot;,Competitor__c=&quot;A&quot;),UnitPrice__c*0.8, 
 
IF( 
AND(Opportunity__r.Status_Formula_Text__c=&quot;03 已授权&quot;,Competitor__c=&quot;B&quot;),UnitPrice__c*0.5, 
IF(Opportunity__r.Status_Formula_Text__c=&quot;03 已授权&quot;,OCM_Sales_Forecast_Without_Tax__c*0.3,0)))</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>已授权询价(不含税) 换算值</label>
    <precision>18</precision>
    <required>false</required>
    <scale>2</scale>
    <trackTrending>false</trackTrending>
    <type>Currency</type>
</CustomField>