高章伟
2022-03-10 8db20630a2675ca14e03ccdee91c614397b5c964
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>PredictRepairPrice__c</fullName>
    <externalId>false</externalId>
    <formula>IF(IsNew__c = TRUE,Estimate_List_Price__c*12,
IF(Lastyear_Repair_Cost_Text__c &gt; 0,MAX(Lastyear_Repair_Cost_Text__c,Estimate_List_Price__c*12),
Estimate_List_Price__c*12))</formula>
    <label>预测年间维修价格</label>
    <precision>18</precision>
    <required>false</required>
    <scale>2</scale>
    <trackTrending>false</trackTrending>
    <type>Currency</type>
</CustomField>