binxie
2024-01-16 4d3febe8045eb0fa0283af3c53b0c48344b8664d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>InclusionUltrasound__c</fullName>
    <externalId>false</externalId>
    <label>包含超声主机数量</label>
    <summaryFilterItems>
        <field>PCLLostProduct__c.ProductCategory__c</field>
        <operation>equals</operation>
        <value>超声主机</value>
    </summaryFilterItems>
    <summaryFilterItems>
        <field>PCLLostProduct__c.ProductClass__c</field>
        <operation>equals</operation>
        <value>主机</value>
    </summaryFilterItems>
    <summaryForeignKey>PCLLostProduct__c.PCLLostBrand__c</summaryForeignKey>
    <summaryOperation>count</summaryOperation>
    <trackTrending>false</trackTrending>
    <type>Summary</type>
</CustomField>