高章伟
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>Current_price_should_be__c</fullName>
    <externalId>false</externalId>
    <formula>IF(Count_Adjustment_Upper_price__c&lt;0,&quot;1.应该降价&quot;,IF(AND(Couont_Adjustment_Lower_price__c&gt;=0,    Count_Adjustment_Upper_price__c&lt;=5),&quot;2.应该维持&quot;,&quot;3.应该涨价&quot;))</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>本期价格应该</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>