| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Estimate_List_Price_All__c</fullName> | 
|     <description>HWAG-BFHCFB</description> | 
|     <externalId>false</externalId> | 
|     <formula>if( Maintenance_Contract_Asset_Estimate__r.Estimate_List_Price_All__c != 0,Maintenance_Contract_Asset_Estimate__r.Estimate_List_Price_All__c,if(Estimate_List_Price_All_Manual__c!=0,Estimate_List_Price_All_Manual__c,Estimate_List_Price_All_Page__c))</formula> | 
|     <label>维修合同价格</label> | 
|     <precision>18</precision> | 
|     <required>false</required> | 
|     <scale>2</scale> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Currency</type> | 
| </CustomField> |