<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Forecast_target_ship_prospect__c</fullName>
|
<description>IF(AND(OR(ISPICKVAL(Forecast_this_month__c, "本月订发货预测"),ISPICKVAL(Forecast_this_month__c, "本月发货预测")),NOT(ISBLANK(B_1_shipping_date__c))),1,0)</description>
|
<externalId>false</externalId>
|
<formula>IF(AND(ISPICKVAL(Forecast_this_month__c, "本月订发货预测"),NOT(ISBLANK(B_1_shipping_date__c))),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>
|