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"?>
| <GlobalValueSet xmlns="http://soap.sforce.com/2006/04/metadata">
| <customValue>
| <fullName>A</fullName>
| <default>false</default>
| <label>A</label>
| </customValue>
| <customValue>
| <fullName>B</fullName>
| <default>false</default>
| <label>B</label>
| </customValue>
| <customValue>
| <fullName>C</fullName>
| <default>false</default>
| <label>C</label>
| </customValue>
| <masterLabel>代理商区分</masterLabel>
| <sorted>false</sorted>
| </GlobalValueSet>
|
|