Li Jun
2022-04-21 03a6b8730cde75e4c42634b676c96dd9caeda07f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Cost_rate_ForecastF__c</fullName>
    <description>20200722BK
if(And(Estimate_Price_range__c != &apos;标准价格的范围内&apos;,Submit_quotation_day__c &gt; DATE(2020,03,31)) ,
if(Cost_rate_Forecast__c!=0,text(Round(Cost_rate_Forecast__c*100,2))+&apos;%&apos;,null),null)</description>
    <externalId>false</externalId>
    <formula>if(And(Estimate_Price_range__c != &apos;标准价格的范围内&apos;,
       Submit_quotation_day__c &gt; DATE(2020,03,31),
       text(New_Contract_Type_TxT__c) != &apos;新品合同&apos;
       ),
   text(Round(Cost_rate_Forecast__c*100,2))+&apos;%&apos;,null)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>预测成本率</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>