<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Monthly_forecast_shipping_formula__c</fullName>
|
<description>**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</description>
|
<externalId>false</externalId>
|
<formula>IF(Monthly_ship_target__c=TRUE && Status_1_text__c <> '取消' && Status_1_text__c <> '失单'
|
&& ForecastAccuracyObject__c = true,"本月发货预测","")</formula>
|
<label>是否本月预测注残(公式)</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<trackTrending>false</trackTrending>
|
<type>Text</type>
|
<unique>false</unique>
|
</CustomField>
|