Monthly_Forecast_in__c
2016/7/5以前
IF(
AND(
OR(NOT(ISBLANK(text(Monthly_forecast_shipping__c))),
text(Opportunity__r.Forecast_this_month__c) ="本月订发货预测")
,
NOT(ISBLANK(DeliveryDate__c))),1,0)
false
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)=YEAR(today()),MONTH(DeliveryDate__c)=MONTH(today())
)
),1,0)
BlankAsZero
18
false
0
false
false
Number
false