<?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 > 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>
|