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
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Category__c</fullName>
    <description>是否业绩 完毕/发货=业绩,注残/询价=预测
 
金額はOCM予測金額(税抜き)を使用
 
状態1-売上(出荷)  
引合 -見込 
注残 -見込 
出荷 -実績 
完了 -実績 
 
集計時の対象の日付:出荷予測日 /出荷以降は出荷完了日</description>
    <externalId>false</externalId>
    <formula>CASE(StageName,
  &quot;完了&quot;, &quot;実績&quot;,
  &quot;出荷&quot;, &quot;実績&quot;,
  &quot;注残&quot;, &quot;見込&quot;,
  &quot;目標&quot;, &quot;目標&quot;,
  &quot;敗戦&quot;,&quot;不成立&quot;,
  &quot;削除&quot;,&quot;不成立&quot;,
  &quot;取消&quot;,&quot;不成立&quot;,
  &quot;見込&quot;
)</formula>
    <label>询价状态1(简单化)</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>