李彤
2022-05-30 115b1ebc6e433315a9835af24d4fe0f90343a3ca
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Max_Arrival_wh_time__c</fullName>
    <externalId>false</externalId>
    <label>最新入库时间</label>
    <summarizedField>ReceivingNoteSummary__c.Max_Arrival_wh_time__c</summarizedField>
    <summaryForeignKey>ReceivingNoteSummary__c.ReceivingNote__c</summaryForeignKey>
    <summaryOperation>max</summaryOperation>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Summary</type>
</CustomField>