涂煌豪
2022-05-17 c406cfcd9ce37fd43711bb12b3dae2b3bd120c49
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>GoodCountAgency__c</fullName>
    <externalId>false</externalId>
    <label>货物数量(经销商完好)</label>
    <summarizedField>eSignFormLineItem__c.Count__c</summarizedField>
    <summaryFilterItems>
        <field>eSignFormLineItem__c.agencyGoodStatus__c</field>
        <operation>equals</operation>
        <value>&apos;完好&apos;</value>
    </summaryFilterItems>
    <summaryForeignKey>eSignFormLineItem__c.eSignForm__c</summaryForeignKey>
    <summaryOperation>sum</summaryOperation>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Summary</type>
</CustomField>