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
| <?xml version="1.0" encoding="UTF-8"?>
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
| <fullName>OPDType__c</fullName>
| <externalId>false</externalId>
| <label>OPD计划来源</label>
| <required>false</required>
| <trackHistory>true</trackHistory>
| <trackTrending>false</trackTrending>
| <type>Picklist</type>
| <valueSet>
| <valueSetDefinition>
| <sorted>false</sorted>
| <value>
| <fullName>事件</fullName>
| <color>#AFCADF</color>
| <default>false</default>
| <label>事件</label>
| </value>
| <value>
| <fullName>科室</fullName>
| <color>#78C953</color>
| <default>false</default>
| <label>科室</label>
| </value>
| <value>
| <fullName>询价</fullName>
| <color>#0B24BE</color>
| <default>false</default>
| <label>询价</label>
| </value>
| <value>
| <fullName>日报</fullName>
| <color>#CC0000</color>
| <default>false</default>
| <label>日报</label>
| </value>
| <value>
| <fullName>学会</fullName>
| <color>#B6E32E</color>
| <default>false</default>
| <label>学会</label>
| </value>
| </valueSetDefinition>
| </valueSet>
| </CustomField>
|
|