Monthly_forecast_shipping_formula__c
**2016/6/3之前
IF(Monthly_ship_target_stock__c=TRUE,"本月发货预测(可备货)",
IF(Monthly_ship_target__c=TRUE,"本月发货预测",""))
**2017/12/5
Distributor_InCharge_opp__c = false && Group_purchase_PCL__c = false
&& Opportunity__r.ET_SP_Consumption__c = false ====> 预测精度对象(注残) = true
false
IF(Monthly_ship_target__c=TRUE && Status_1_text__c <> '取消' && Status_1_text__c <> '失单'
&& ForecastAccuracyObject__c = true,"本月发货预测","")
false
false
false
Text
false