张宇恒
2022-04-28 ddf52e1dd6e4041756854ee3ea914d568e98922e
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Conform_to_the_Adjust__c</fullName>
    <externalId>false</externalId>
    <formula>IF(Practical_Pricing__c&lt;0,&apos;1.实际降价&apos;,IF(Practical_Pricing__c&lt;= 5 &amp;&amp; Practical_Pricing__c &gt;= 0,&apos;2.实际维持&apos;,IF(Practical_Pricing__c&gt;5,&apos;3.实际涨价&apos;,&apos; &apos;)))</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>是否符合标准价格调整幅度</label>
    <required>false</required>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>