Skip to content

Commit da8149c

Browse files
authored
Created DialogueMeeting__c object (#2107)
1 parent 8015996 commit da8149c

32 files changed

+718
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<CustomIndex xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<allowNullValues>false</allowNullValues>
4+
</CustomIndex>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Layout xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<excludeButtons>OpenSlackRecordChannel</excludeButtons>
4+
<excludeButtons>Submit</excludeButtons>
5+
<layoutSections>
6+
<customLabel>false</customLabel>
7+
<detailHeading>false</detailHeading>
8+
<editHeading>true</editHeading>
9+
<label>Information</label>
10+
<layoutColumns>
11+
<layoutItems>
12+
<behavior>Required</behavior>
13+
<field>Name</field>
14+
</layoutItems>
15+
<layoutItems>
16+
<behavior>Edit</behavior>
17+
<field>Status__c</field>
18+
</layoutItems>
19+
<layoutItems>
20+
<behavior>Edit</behavior>
21+
<field>MeetingTime__c</field>
22+
</layoutItems>
23+
<layoutItems>
24+
<behavior>Edit</behavior>
25+
<field>CaseStartDate__c</field>
26+
</layoutItems>
27+
<layoutItems>
28+
<behavior>Edit</behavior>
29+
<field>NavUnit__c</field>
30+
</layoutItems>
31+
<layoutItems>
32+
<behavior>Edit</behavior>
33+
<field>UserNavIdent__c</field>
34+
</layoutItems>
35+
<layoutItems>
36+
<behavior>Edit</behavior>
37+
<field>OwnerId</field>
38+
</layoutItems>
39+
</layoutColumns>
40+
<layoutColumns>
41+
<layoutItems>
42+
<behavior>Edit</behavior>
43+
<field>Account__c</field>
44+
</layoutItems>
45+
<layoutItems>
46+
<behavior>Edit</behavior>
47+
<field>StatusChangeTime__c</field>
48+
</layoutItems>
49+
<layoutItems>
50+
<behavior>Edit</behavior>
51+
<field>IsEmployeeParticipating__c</field>
52+
</layoutItems>
53+
<layoutItems>
54+
<behavior>Edit</behavior>
55+
<field>IsEmployerParticipating__c</field>
56+
</layoutItems>
57+
<layoutItems>
58+
<behavior>Edit</behavior>
59+
<field>IsSickLeaveIssuerParticipating__c</field>
60+
</layoutItems>
61+
</layoutColumns>
62+
<style>TwoColumnsTopToBottom</style>
63+
</layoutSections>
64+
<layoutSections>
65+
<customLabel>false</customLabel>
66+
<detailHeading>false</detailHeading>
67+
<editHeading>true</editHeading>
68+
<label>System Information</label>
69+
<layoutColumns>
70+
<layoutItems>
71+
<behavior>Readonly</behavior>
72+
<field>CreatedById</field>
73+
</layoutItems>
74+
</layoutColumns>
75+
<layoutColumns>
76+
<layoutItems>
77+
<behavior>Readonly</behavior>
78+
<field>LastModifiedById</field>
79+
</layoutItems>
80+
</layoutColumns>
81+
<style>TwoColumnsTopToBottom</style>
82+
</layoutSections>
83+
<layoutSections>
84+
<customLabel>true</customLabel>
85+
<detailHeading>false</detailHeading>
86+
<editHeading>true</editHeading>
87+
<label>Custom Links</label>
88+
<layoutColumns/>
89+
<layoutColumns/>
90+
<layoutColumns/>
91+
<style>CustomLinks</style>
92+
</layoutSections>
93+
<showEmailCheckbox>false</showEmailCheckbox>
94+
<showHighlightsPanel>false</showHighlightsPanel>
95+
<showInteractionLogPanel>false</showInteractionLogPanel>
96+
<showRunAssignmentRulesCheckbox>false</showRunAssignmentRulesCheckbox>
97+
<showSubmitAndAttachButton>false</showSubmitAndAttachButton>
98+
<summaryLayout>
99+
<masterLabel>00hKF000004o3je</masterLabel>
100+
<sizeX>4</sizeX>
101+
<sizeY>0</sizeY>
102+
<summaryLayoutStyle>Default</summaryLayoutStyle>
103+
</summaryLayout>
104+
</Layout>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<label>Konto</label>
4+
<name>Account__c</name>
5+
<relationshipLabel></relationshipLabel>
6+
</CustomFieldTranslation>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<label>Tilfelle startdato</label>
4+
<name>CaseStartDate__c</name>
5+
</CustomFieldTranslation>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<CustomObjectTranslation xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<caseValues>
4+
<article>None</article>
5+
<plural>false</plural>
6+
<value></value>
7+
</caseValues>
8+
<caseValues>
9+
<article>Indefinite</article>
10+
<plural>false</plural>
11+
<value></value>
12+
</caseValues>
13+
<caseValues>
14+
<article>Definite</article>
15+
<plural>false</plural>
16+
<value></value>
17+
</caseValues>
18+
<caseValues>
19+
<article>None</article>
20+
<plural>true</plural>
21+
<value></value>
22+
</caseValues>
23+
<caseValues>
24+
<article>Indefinite</article>
25+
<plural>true</plural>
26+
<value></value>
27+
</caseValues>
28+
<caseValues>
29+
<article>Definite</article>
30+
<plural>true</plural>
31+
<value></value>
32+
</caseValues>
33+
<gender></gender>
34+
<layouts>
35+
<layout>Dialogue Meeting Layout</layout>
36+
<sections>
37+
<label></label>
38+
<section>Custom Links</section>
39+
</sections>
40+
</layouts>
41+
<nameFieldLabel></nameFieldLabel>
42+
</CustomObjectTranslation>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<label>Arbeidstaker er møtedeltaker</label>
4+
<name>IsEmployeeParticipating__c</name>
5+
</CustomFieldTranslation>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<label>Arbeidsgiver er møtedeltaker</label>
4+
<name>IsEmployerParticipating__c</name>
5+
</CustomFieldTranslation>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<label>Sykemelder er møtedeltaker</label>
4+
<name>IsSickLeaveIssuerParticipating__c</name>
5+
</CustomFieldTranslation>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<label></label>
4+
<name>JsonPayload__c</name>
5+
</CustomFieldTranslation>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<label></label>
4+
<name>KafkaHash__c</name>
5+
</CustomFieldTranslation>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<label></label>
4+
<name>KafkaId__c</name>
5+
</CustomFieldTranslation>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<label>Tidspunkt for møtet</label>
4+
<name>MeetingTime__c</name>
5+
</CustomFieldTranslation>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<label>Nav-enhet</label>
4+
<name>NavUnit__c</name>
5+
<relationshipLabel></relationshipLabel>
6+
</CustomFieldTranslation>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<label>Tidspunkt for statusendring</label>
4+
<name>StatusChangeTime__c</name>
5+
</CustomFieldTranslation>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<label>Statusendring</label>
4+
<name>Status__c</name>
5+
<picklistValues>
6+
<masterLabel>AVLYST</masterLabel>
7+
<translation></translation>
8+
</picklistValues>
9+
<picklistValues>
10+
<masterLabel>FERDIGSTILT</masterLabel>
11+
<translation></translation>
12+
</picklistValues>
13+
<picklistValues>
14+
<masterLabel>INNKALT</masterLabel>
15+
<translation></translation>
16+
</picklistValues>
17+
<picklistValues>
18+
<masterLabel>LUKKET</masterLabel>
19+
<translation></translation>
20+
</picklistValues>
21+
<picklistValues>
22+
<masterLabel>NYTT_TID_STED</masterLabel>
23+
<translation></translation>
24+
</picklistValues>
25+
</CustomFieldTranslation>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<label>Nav ident</label>
4+
<name>UserNavIdent__c</name>
5+
</CustomFieldTranslation>

0 commit comments

Comments
 (0)