NextMonthly_Forecast_in__c
false
IF(
AND(
OR(NOT(ISBLANK(NM_forecast_onemonth_before__c)),
CONTAINS(Opportunity__r.NM_Forecast_onemonth_before__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