张宇恒
2022-12-23 b4b8a2df1f478030bb321b6ac558f13fbbffbb07
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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>