<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>LastMonthly_Forecast_in__c</fullName>
|
<externalId>false</externalId>
|
<formula>IF(
|
AND(
|
OR(NOT(ISBLANK(text(Monthly_forecast_shipping__c))),
|
text(Opportunity__r.Forecast_this_month__c) ="本月订发货预测"),
|
NOT(ISBLANK(DeliveryDate__c)),
|
AND(YEAR(DeliveryDate__c)=IF(MONTH(today())=1,YEAR(today())-1,YEAR(today())),MONTH(DeliveryDate__c)=IF(MONTH(today())=1,12,MONTH(today())-1)
|
)
|
),1,0)</formula>
|
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
|
<label>上月预测内发货条数</label>
|
<precision>18</precision>
|
<required>false</required>
|
<scale>2</scale>
|
<trackHistory>false</trackHistory>
|
<trackTrending>false</trackTrending>
|
<type>Number</type>
|
<unique>false</unique>
|
</CustomField>
|