涂煌豪
2022-03-30 ae4088132b8d18959452d0ca172f6c004e8c2c82
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Shouquan_PCL_qty__c</fullName>
    <externalId>false</externalId>
    <formula>IF( 
AND(Opportunity__r.Status_Formula_Text__c=&quot;03 已授权&quot;,Competitor__c=&quot;A&quot;),Qty__c*0.8, 
 
IF( 
AND(Opportunity__r.Status_Formula_Text__c=&quot;03 已授权&quot;,Competitor__c=&quot;B&quot;),Qty__c*0.5, 
IF(Opportunity__r.Status_Formula_Text__c=&quot;03 已授权&quot;,Qty__c*0.3,0)))</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>已授权询价(台数) 换算值</label>
    <precision>18</precision>
    <required>false</required>
    <scale>2</scale>
    <trackTrending>false</trackTrending>
    <type>Number</type>
    <unique>false</unique>
</CustomField>