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
53
54
55
56
| <?xml version="1.0" encoding="UTF-8"?>
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
| <fullName>Competitor_copy__c</fullName>
| <externalId>false</externalId>
| <label>询价等级(月初)</label>
| <required>false</required>
| <trackFeedHistory>false</trackFeedHistory>
| <trackHistory>false</trackHistory>
| <trackTrending>false</trackTrending>
| <type>Picklist</type>
| <valueSet>
| <valueSetDefinition>
| <sorted>false</sorted>
| <value>
| <fullName>A1</fullName>
| <default>false</default>
| <label>A1</label>
| </value>
| <value>
| <fullName>A</fullName>
| <default>false</default>
| <label>A</label>
| </value>
| <value>
| <fullName>B</fullName>
| <default>false</default>
| <label>B</label>
| </value>
| <value>
| <fullName>C</fullName>
| <default>false</default>
| <label>C</label>
| </value>
| <value>
| <fullName>D</fullName>
| <default>false</default>
| <label>D</label>
| </value>
| <value>
| <fullName>E</fullName>
| <default>false</default>
| <label>E</label>
| </value>
| <value>
| <fullName>F</fullName>
| <default>false</default>
| <label>F</label>
| </value>
| <value>
| <fullName>その他</fullName>
| <default>false</default>
| <label>その他</label>
| </value>
| </valueSetDefinition>
| </valueSet>
| </CustomField>
|
|