高章伟
2022-02-24 2aa8da8af66aa8ae00f25831aed6bb0364176e7b
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_Sum__c</fullName>
    <description>汇总 维修合同报价/保有设备 对象的合同价格字段</description>
    <externalId>false</externalId>
    <label>合同价格累计汇总</label>
    <summarizedField>Maintenance_Contract_Asset_Estimate__c.Estimate_List_Price_All_Txt__c</summarizedField>
    <summaryForeignKey>Maintenance_Contract_Asset_Estimate__c.Maintenance_Contract_Estimate__c</summaryForeignKey>
    <summaryOperation>sum</summaryOperation>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Summary</type>
</CustomField>