Skip to content

Commit e580005

Browse files
committed
Custom metadata type for test
1 parent cd4bb0a commit e580005

File tree

2 files changed

+68
-0
lines changed

2 files changed

+68
-0
lines changed
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Layout xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<layoutSections>
4+
<customLabel>false</customLabel>
5+
<detailHeading>false</detailHeading>
6+
<editHeading>true</editHeading>
7+
<label>Information</label>
8+
<layoutColumns>
9+
<layoutItems>
10+
<behavior>Required</behavior>
11+
<field>MasterLabel</field>
12+
</layoutItems>
13+
<layoutItems>
14+
<behavior>Required</behavior>
15+
<field>DeveloperName</field>
16+
</layoutItems>
17+
</layoutColumns>
18+
<layoutColumns>
19+
<layoutItems>
20+
<behavior>Edit</behavior>
21+
<field>IsProtected</field>
22+
</layoutItems>
23+
<layoutItems>
24+
<behavior>Required</behavior>
25+
<field>NamespacePrefix</field>
26+
</layoutItems>
27+
</layoutColumns>
28+
<style>TwoColumnsTopToBottom</style>
29+
</layoutSections>
30+
<layoutSections>
31+
<customLabel>false</customLabel>
32+
<detailHeading>false</detailHeading>
33+
<editHeading>true</editHeading>
34+
<label>System Information</label>
35+
<layoutColumns>
36+
<layoutItems>
37+
<behavior>Readonly</behavior>
38+
<field>CreatedById</field>
39+
</layoutItems>
40+
</layoutColumns>
41+
<layoutColumns>
42+
<layoutItems>
43+
<behavior>Readonly</behavior>
44+
<field>LastModifiedById</field>
45+
</layoutItems>
46+
</layoutColumns>
47+
<style>TwoColumnsTopToBottom</style>
48+
</layoutSections>
49+
<layoutSections>
50+
<customLabel>false</customLabel>
51+
<detailHeading>false</detailHeading>
52+
<editHeading>false</editHeading>
53+
<layoutColumns/>
54+
<style>CustomLinks</style>
55+
</layoutSections>
56+
<showEmailCheckbox>false</showEmailCheckbox>
57+
<showHighlightsPanel>false</showHighlightsPanel>
58+
<showInteractionLogPanel>false</showInteractionLogPanel>
59+
<showRunAssignmentRulesCheckbox>false</showRunAssignmentRulesCheckbox>
60+
<showSubmitAndAttachButton>false</showSubmitAndAttachButton>
61+
</Layout>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<CustomObject xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<description>Dummy custom metadata type in order to test Custom Meta DAO</description>
4+
<label>Custom Meta DAO test</label>
5+
<pluralLabel>Custom Meta DAO tests</pluralLabel>
6+
<visibility>Public</visibility>
7+
</CustomObject>

0 commit comments

Comments
 (0)