高章伟
2022-02-24 2aa8da8af66aa8ae00f25831aed6bb0364176e7b
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Standard_price_adjustment_range__c</fullName>
    <externalId>false</externalId>
    <formula>IF(AND(Actual_price_adjustment_range__c&gt;=Lowest_pricing__c,Actual_price_adjustment_range__c&lt;=Highest_price_adjustment__c),&quot;1.价格调整符合标准&quot;,IF(AND(    SUM_The_current_price__c&gt;=    Couont_Adjustment_Lower_price__c*0.8,    SUM_The_current_price__c&lt;    Couont_Adjustment_Lower_price__c),&quot;2.低于标准最低调价幅度,但在8折以内&quot;,IF(    SUM_The_current_price__c&lt;    Couont_Adjustment_Lower_price__c*0.8,&quot;3.低于标准最低调价幅度,且超过8折&quot;,IF(AND(    SUM_The_current_price__c&gt;Count_Adjustment_Upper_price__c,    SUM_The_current_price__c&lt;=Count_Adjustment_Upper_price__c*1.2),&quot;4.高于标准最高调价幅度,但在20%以内&quot;,&quot;5.高于标准最高调价幅度,且超过20%&quot;))))</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>是否符合标准价格调整幅度</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>