yangjieke
2022-03-22 08757a34e87bde82f3d1e3065f40d4204cd9f103
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>Lost_item_giveup_Number__c</fullName>
    <externalId>false</externalId>
    <label>丢失数量</label>
    <summaryFilterItems>
        <field>TransferApplyDetail__c.Lost_item_giveup__c</field>
        <operation>equals</operation>
        <value>True</value>
    </summaryFilterItems>
    <summaryForeignKey>TransferApplyDetail__c.TransferApplySummary__c</summaryForeignKey>
    <summaryOperation>count</summaryOperation>
    <trackTrending>false</trackTrending>
    <type>Summary</type>
</CustomField>