binxie
2024-01-20 e0de9222da210f9c8eb1a9f5400f936a14923e11
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Forecast_3month_formula__c</fullName>
    <description>IF(Monthly3_ship_target_stock__c=True,&quot;3个月内订发货预测(可备货)&quot;,
IF(Monthly3_ship_target__c=True,&quot;3个月内订发货预测&quot;,
IF(Monthly3_order_target__c=True,&quot;3个月内订货预测&quot;,&quot;&quot;)))</description>
    <externalId>false</externalId>
    <formula>/*Monthly3_ship_target__cなどの数式が間違った、但し、修正しても長すぎ、txt__cを使う*/ 
/*txt__cはWFにて設定*/ 
IF(Monthly3_ship_target_stock_txt__c = &apos;1&apos;,&quot;3个月内订发货预测(可备货)&quot;,
IF(Monthly3_ship_target_txt__c = &apos;1&apos;,&quot;3个月内订发货预测&quot;,
IF(Monthly3_order_target_txt__c = &apos;1&apos;,&quot;3个月内订货预测&quot;,&quot;&quot;)))</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>是否3个月预测询价(公式)</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>