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
| <?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>
| </standardValue>
| <standardValue>
| <fullName>意思決定者</fullName>
| <default>false</default>
| <label>意思決定者</label>
| </standardValue>
| <standardValue>
| <fullName>予算担当者</fullName>
| <default>false</default>
| <label>予算担当者</label>
| </standardValue>
| <standardValue>
| <fullName>予算決定者</fullName>
| <default>false</default>
| <label>予算決定者</label>
| </standardValue>
| <standardValue>
| <fullName>評価者</fullName>
| <default>false</default>
| <label>評価者</label>
| </standardValue>
| <standardValue>
| <fullName>担当役員</fullName>
| <default>false</default>
| <label>担当役員</label>
| </standardValue>
| <standardValue>
| <fullName>有力者</fullName>
| <default>false</default>
| <label>有力者</label>
| </standardValue>
| <standardValue>
| <fullName>技術担当者</fullName>
| <default>false</default>
| <label>技術担当者</label>
| </standardValue>
| <standardValue>
| <fullName>その他</fullName>
| <default>false</default>
| <label>その他</label>
| </standardValue>
| </StandardValueSet>
|
|