Li Jun
2022-04-25 784f9cec56eef3c7ac0ba02de98fdbf341c6a7b3
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;),Amount_Without_Tax__c*0.8,
 
IF(
AND(Opportunity__r.Status_Formula_Text__c=&quot;03 已授权&quot;,Competitor__c=&quot;B&quot;),Amount_Without_Tax__c*0.5,
IF(Opportunity__r.Status_Formula_Text__c=&quot;03 已授权&quot;,Amount_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>