-
Notifications
You must be signed in to change notification settings - Fork 0
/
Mining__c.object
107 lines (107 loc) · 3.19 KB
/
Mining__c.object
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<?xml version="1.0" encoding="UTF-8"?>
<CustomObject xmlns="http://soap.sforce.com/2006/04/metadata">
<<<<<<< HEAD
<deploymentStatus>Deployed</deploymentStatus>
=======
<actionOverrides>
<actionName>Accept</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>CancelEdit</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>Clone</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>Delete</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>Edit</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>Follow</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>List</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>New</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>SaveEdit</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>Tab</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>View</actionName>
<type>Default</type>
</actionOverrides>
<compactLayoutAssignment>SYSTEM</compactLayoutAssignment>
<deploymentStatus>Deployed</deploymentStatus>
<enableActivities>false</enableActivities>
<enableFeeds>false</enableFeeds>
>>>>>>> d86af2223b9040b6337f5479af3c67fa3e9917be
<enableHistory>true</enableHistory>
<enableReports>true</enableReports>
<fields>
<fullName>ChatterID__c</fullName>
<externalId>true</externalId>
<label>ChatterID</label>
<length>18</length>
<<<<<<< HEAD
<type>Text</type>
</fields>
<fields>
<fullName>Log__c</fullName>
<label>Log</label>
<length>32768</length>
=======
<required>false</required>
<trackHistory>false</trackHistory>
<trackTrending>false</trackTrending>
<type>Text</type>
<unique>false</unique>
</fields>
<fields>
<fullName>Log__c</fullName>
<externalId>false</externalId>
<label>Log</label>
<length>32768</length>
<trackHistory>false</trackHistory>
<trackTrending>false</trackTrending>
>>>>>>> d86af2223b9040b6337f5479af3c67fa3e9917be
<type>LongTextArea</type>
<visibleLines>3</visibleLines>
</fields>
<label>Mining</label>
<listViews>
<fullName>All</fullName>
<columns>NAME</columns>
<columns>Log__c</columns>
<columns>ChatterID__c</columns>
<filterScope>Everything</filterScope>
<label>すべて選択</label>
</listViews>
<nameField>
<displayFormat>{YYYY}{MM}{DD}-{00000}</displayFormat>
<label>MiningNo</label>
<<<<<<< HEAD
=======
<trackHistory>false</trackHistory>
>>>>>>> d86af2223b9040b6337f5479af3c67fa3e9917be
<type>AutoNumber</type>
</nameField>
<searchLayouts/>
<sharingModel>ReadWrite</sharingModel>
</CustomObject>