buli
2023-06-05 e9e1806b0f4b5bae1fc36204ccc5d6fdad52d66f
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>testNum__c</fullName>
    <externalId>false</externalId>
    <label>数量</label>
    <summarizedField>PromotionProduct__c.Quantity__c</summarizedField>
    <summaryForeignKey>PromotionProduct__c.PromotionHead__c</summaryForeignKey>
    <summaryOperation>sum</summaryOperation>
    <trackTrending>false</trackTrending>
    <type>Summary</type>
</CustomField>