Denny chen
2022-05-10 2f3267bcc0e42e09b6f191cad6a0374f4a59b317
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Auto_Lost_item_giveupDetailCount__c</fullName>
    <externalId>false</externalId>
    <label>自动断念明细数</label>
    <summaryFilterItems>
        <field>LostReport_Detail__c.Auto_Lost_item_giveup__c</field>
        <operation>equals</operation>
        <value>True</value>
    </summaryFilterItems>
    <summaryForeignKey>LostReport_Detail__c.LostReport__c</summaryForeignKey>
    <summaryOperation>count</summaryOperation>
    <trackTrending>false</trackTrending>
    <type>Summary</type>
</CustomField>