<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Shipping_Scheduled_Date_For_Report__c</fullName>
|
<description>为了避免报表中只显示注残预测发货日在下月月底之前的订单,而不显示没有填写注残预测发货日的记录,设定此字段</description>
|
<externalId>false</externalId>
|
<formula>IF(isnull(Shipping_Scheduled_Date__c),Opportunity__r.CloseDate,Shipping_Scheduled_Date__c)</formula>
|
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
|
<label>报表用注残预测发货日</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<trackTrending>false</trackTrending>
|
<type>Date</type>
|
</CustomField>
|