liuyan
2022-11-30 6b05e5c975c7e33b09e6073f1ec8419e1f9b065b
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Estimate_Cost_F__c</fullName>
    <externalId>false</externalId>
    <label>本次签约价格合集</label>
    <summarizedField>Maintenance_Contract_Asset__c.Estimate_Cost__c</summarizedField>
    <summaryForeignKey>Maintenance_Contract_Asset__c.Maintenance_Contract__c</summaryForeignKey>
    <summaryOperation>sum</summaryOperation>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Summary</type>
</CustomField>