-
Notifications
You must be signed in to change notification settings - Fork 0
/
Opinion_Question_Answer__c.object
128 lines (128 loc) · 4.13 KB
/
Opinion_Question_Answer__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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<?xml version="1.0" encoding="UTF-8"?>
<CustomObject xmlns="http://soap.sforce.com/2006/04/metadata">
<<<<<<< HEAD
<deploymentStatus>Deployed</deploymentStatus>
<fields>
<fullName>Answer__c</fullName>
<description>ユーザが選択した実際の回答を保存します。</description>
<label>回答</label>
<length>255</length>
<required>true</required>
<type>Text</type>
</fields>
<fields>
<fullName>Location__c</fullName>
<label>位置情報</label>
<scale>5</scale>
=======
<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>true</enableFeeds>
<enableHistory>false</enableHistory>
<enableReports>false</enableReports>
<fields>
<fullName>Answer__c</fullName>
<description>ユーザが選択した実際の回答を保存します。</description>
<externalId>false</externalId>
<label>回答</label>
<length>255</length>
<required>true</required>
<trackFeedHistory>false</trackFeedHistory>
<trackTrending>false</trackTrending>
<type>Text</type>
<unique>false</unique>
</fields>
<fields>
<fullName>Location__c</fullName>
<displayLocationInDecimal>true</displayLocationInDecimal>
<externalId>false</externalId>
<label>位置情報</label>
<required>false</required>
<scale>5</scale>
<trackFeedHistory>false</trackFeedHistory>
<trackTrending>false</trackTrending>
>>>>>>> d86af2223b9040b6337f5479af3c67fa3e9917be
<type>Location</type>
</fields>
<fields>
<fullName>Opinion_Question__c</fullName>
<<<<<<< HEAD
=======
<deleteConstraint>Restrict</deleteConstraint>
<externalId>false</externalId>
>>>>>>> d86af2223b9040b6337f5479af3c67fa3e9917be
<label>意識調査質問</label>
<referenceTo>Opinion_Question__c</referenceTo>
<relationshipLabel>意識調査質問回答</relationshipLabel>
<relationshipName>Opinion_Answers</relationshipName>
<required>true</required>
<<<<<<< HEAD
=======
<trackFeedHistory>false</trackFeedHistory>
<trackTrending>false</trackTrending>
>>>>>>> d86af2223b9040b6337f5479af3c67fa3e9917be
<type>Lookup</type>
</fields>
<label>意識調査質問回答</label>
<listViews>
<fullName>All</fullName>
<filterScope>Everything</filterScope>
<label>All</label>
</listViews>
<nameField>
<displayFormat>OA-{0000}</displayFormat>
<label>意識調査回答番号</label>
<<<<<<< HEAD
=======
<trackFeedHistory>false</trackFeedHistory>
>>>>>>> d86af2223b9040b6337f5479af3c67fa3e9917be
<type>AutoNumber</type>
</nameField>
<searchLayouts/>
<sharingModel>ReadWrite</sharingModel>
</CustomObject>