涂煌豪
2022-05-17 c406cfcd9ce37fd43711bb12b3dae2b3bd120c49
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Received_Confirm_NG_amount__c</fullName>
    <externalId>false</externalId>
    <label>####现场收到确认NG数</label>
    <summaryFilterItems>
        <field>Consum_Apply_Equipment_Set__c.Received_Confirm__c</field>
        <operation>equals</operation>
        <value>NG</value>
    </summaryFilterItems>
    <summaryFilterItems>
        <field>Consum_Apply_Equipment_Set__c.Cancel_Reason__c</field>
        <operation>equals</operation>
        <value></value>
    </summaryFilterItems>
    <summaryForeignKey>Consum_Apply_Equipment_Set__c.Consum_Apply__c</summaryForeignKey>
    <summaryOperation>count</summaryOperation>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Summary</type>
</CustomField>