<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>Count_of_Event_All__c</fullName> 
 | 
    <externalId>false</externalId> 
 | 
    <label>活动件数(所有)</label> 
 | 
    <summaryForeignKey>Event__c.Daily_Report__c</summaryForeignKey> 
 | 
    <summaryOperation>count</summaryOperation> 
 | 
    <trackHistory>false</trackHistory> 
 | 
    <trackTrending>false</trackTrending> 
 | 
    <type>Summary</type> 
 | 
</CustomField> 
 |