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>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>true</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>true</closed>
| </standardValue>
| </StandardValueSet>
|
|