高章伟
2022-03-10 8db20630a2675ca14e03ccdee91c614397b5c964
force-app/main/default/objects/Maintenance_Contract__c/fields/Current_price_should_be__c.field-meta.xml
@@ -2,7 +2,7 @@
<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>
    <formula>IF(Highest_price_adjustment__c&lt;0,&quot;1.应该降价&quot;,IF(AND(Lowest_pricing__c&gt;=0,   Highest_price_adjustment__c&lt;=5),&quot;2.应该维持&quot;,&quot;3.应该涨价&quot;))</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>本期价格应该</label>
    <required>false</required>