高章伟
2023-03-03 d8dc84a3d56df839895f1c417a4d9cbee763d262
force-app/main/default/objects/Maintenance_Contract__c/fields/Current_price_should_be__c.field-meta.xml
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Current_price_should_be__c</fullName>
    <description>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;))</description>
    <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(Lowest_pricing__c &gt; 0.05, &quot;3.应该涨价&quot;, &quot;2.应该维持&quot;))</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>本期价格应该</label>
    <required>false</required>