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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
| <?xml version="1.0" encoding="UTF-8"?>
| <StandardValueSet xmlns="http://soap.sforce.com/2006/04/metadata">
| <sorted>false</sorted>
| <standardValue>
| <fullName>未着手</fullName>
| <default>true</default>
| <label>未着手</label>
| <closed>false</closed>
| </standardValue>
| <standardValue>
| <fullName>完了</fullName>
| <default>false</default>
| <label>完了</label>
| <closed>true</closed>
| </standardValue>
| <standardValue>
| <fullName>進行中</fullName>
| <default>false</default>
| <label>進行中</label>
| <closed>false</closed>
| </standardValue>
| <standardValue>
| <fullName>顧客待ち</fullName>
| <default>false</default>
| <label>顧客待ち</label>
| <closed>false</closed>
| </standardValue>
| <standardValue>
| <fullName>延期</fullName>
| <default>false</default>
| <label>延期</label>
| <closed>false</closed>
| </standardValue>
| <standardValue>
| <fullName>已有询价</fullName>
| <default>false</default>
| <label>已有询价</label>
| <closed>false</closed>
| </standardValue>
| <standardValue>
| <fullName>无效委托</fullName>
| <default>false</default>
| <label>无效委托</label>
| <closed>false</closed>
| </standardValue>
| <standardValue>
| <fullName>无回复关闭</fullName>
| <default>false</default>
| <label>无回复关闭</label>
| <closed>false</closed>
| </standardValue>
| </StandardValueSet>
|
|