buli
2023-07-06 e14fbae6e20ac06c7867d433d115cafc4ded6390
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>Due_Inspection_sum__c</fullName>
    <externalId>false</externalId>
    <label>点检计划到期次数(实时)</label>
    <summarizedField>Inspectup_Plan__c.TOOREND_txt__c</summarizedField>
    <summaryFilterItems>
        <field>Inspectup_Plan__c.History_datanew_txt__c</field>
        <operation>equals</operation>
        <value>False</value>
    </summaryFilterItems>
    <summaryForeignKey>Inspectup_Plan__c.Maintenance_Contract__c</summaryForeignKey>
    <summaryOperation>sum</summaryOperation>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Summary</type>
</CustomField>