Skip to content

Commit d53d312

Browse files
committed
Nav Team custom metadata
Custom Metadata som inneholder team navn. Brukes sammen med andre custom metadata komponenter for å bestemme eierskap.
1 parent 2783f5d commit d53d312

File tree

8 files changed

+116
-0
lines changed

8 files changed

+116
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<CustomMetadata xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<label>Arbeidsgiver</label>
4+
<protected>false</protected>
5+
</CustomMetadata>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<CustomMetadata xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<label>Avvik</label>
4+
<protected>false</protected>
5+
</CustomMetadata>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<CustomMetadata xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<label>HOT</label>
4+
<protected>false</protected>
5+
</CustomMetadata>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<CustomMetadata xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<label>IPS</label>
4+
<protected>false</protected>
5+
</CustomMetadata>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<CustomMetadata xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<label>NKS</label>
4+
<protected>false</protected>
5+
</CustomMetadata>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<CustomMetadata xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<label>Platforce</label>
4+
<protected>false</protected>
5+
</CustomMetadata>
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
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+
</layoutColumns>
14+
<layoutColumns>
15+
<layoutItems>
16+
<behavior>Required</behavior>
17+
<field>DeveloperName</field>
18+
</layoutItems>
19+
</layoutColumns>
20+
<style>TwoColumnsTopToBottom</style>
21+
</layoutSections>
22+
<layoutSections>
23+
<customLabel>false</customLabel>
24+
<detailHeading>false</detailHeading>
25+
<editHeading>true</editHeading>
26+
<label>System Information</label>
27+
<layoutColumns>
28+
<layoutItems>
29+
<behavior>Readonly</behavior>
30+
<field>CreatedById</field>
31+
</layoutItems>
32+
<layoutItems>
33+
<behavior>Edit</behavior>
34+
<field>IsProtected</field>
35+
</layoutItems>
36+
</layoutColumns>
37+
<layoutColumns>
38+
<layoutItems>
39+
<behavior>Readonly</behavior>
40+
<field>LastModifiedById</field>
41+
</layoutItems>
42+
<layoutItems>
43+
<behavior>Required</behavior>
44+
<field>NamespacePrefix</field>
45+
</layoutItems>
46+
</layoutColumns>
47+
<style>TwoColumnsTopToBottom</style>
48+
</layoutSections>
49+
<layoutSections>
50+
<customLabel>true</customLabel>
51+
<detailHeading>false</detailHeading>
52+
<editHeading>false</editHeading>
53+
<label>Custom Links</label>
54+
<layoutColumns/>
55+
<layoutColumns/>
56+
<layoutColumns/>
57+
<style>CustomLinks</style>
58+
</layoutSections>
59+
<relatedLists>
60+
<fields>MasterLabel</fields>
61+
<fields>Is_Enabled__c</fields>
62+
<fields>DeveloperName</fields>
63+
<fields>Required_Custom_Permission__c</fields>
64+
<fields>Description__c</fields>
65+
<relatedList>Feature_Flag__mdt.Feature_flag_owner__c</relatedList>
66+
</relatedLists>
67+
<showEmailCheckbox>false</showEmailCheckbox>
68+
<showHighlightsPanel>false</showHighlightsPanel>
69+
<showInteractionLogPanel>false</showInteractionLogPanel>
70+
<showRunAssignmentRulesCheckbox>false</showRunAssignmentRulesCheckbox>
71+
<showSubmitAndAttachButton>false</showSubmitAndAttachButton>
72+
<summaryLayout>
73+
<masterLabel>00hKH000000jjQL</masterLabel>
74+
<sizeX>4</sizeX>
75+
<sizeY>0</sizeY>
76+
<summaryLayoutStyle>Default</summaryLayoutStyle>
77+
</summaryLayout>
78+
</Layout>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<CustomObject xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<description>Custom Metadata Type that represents a team in Nav.
4+
This can be used to link custom metadata owned by teams</description>
5+
<label>Nav Team</label>
6+
<pluralLabel>Nav Teams</pluralLabel>
7+
<visibility>Public</visibility>
8+
</CustomObject>

0 commit comments

Comments
 (0)