涂煌豪
2022-05-06 ff435968945d457f9ee653a9620fa1c7d78d2d4c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Monthly_Forecast_in__c</fullName>
    <description>2016/7/5以前
IF(
 AND(
 OR(NOT(ISBLANK(text(Monthly_forecast_shipping__c))),
   text(Opportunity__r.Forecast_this_month__c) =&quot;本月订发货预测&quot;)
 
 
,
 NOT(ISBLANK(DeliveryDate__c))),1,0)</description>
    <externalId>false</externalId>
    <formula>IF(
 AND(
 OR(NOT(ISBLANK(text(Monthly_forecast_shipping__c))),
   text(Opportunity__r.Forecast_this_month__c) =&quot;本月订发货预测&quot;),
    NOT(ISBLANK(DeliveryDate__c)),
    AND(YEAR(DeliveryDate__c)=YEAR(today()),MONTH(DeliveryDate__c)=MONTH(today())
)
 ),1,0)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>本月预测内发货条数</label>
    <precision>18</precision>
    <required>false</required>
    <scale>0</scale>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Number</type>
    <unique>false</unique>
</CustomField>