1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| <?xml version="1.0" encoding="UTF-8"?>
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
| <fullName>Create_State__c</fullName>
| <description>Canceled, 重新分配设值 0
| 追加附属品 1
| 普通新建设值 null
| 用来判断追加附属品</description>
| <externalId>false</externalId>
| <label>新建状态(Sys)</label>
| <precision>1</precision>
| <required>false</required>
| <scale>0</scale>
| <trackTrending>false</trackTrending>
| <type>Number</type>
| <unique>false</unique>
| </CustomField>
|
|