diff --git a/force-app/main/default/flows/NKS_Case_Log_Call_v_2.flow-meta.xml b/force-app/main/default/flows/NKS_Case_Log_Call_v_2.flow-meta.xml
index c81e69f83..90c41fb32 100644
--- a/force-app/main/default/flows/NKS_Case_Log_Call_v_2.flow-meta.xml
+++ b/force-app/main/default/flows/NKS_Case_Log_Call_v_2.flow-meta.xml
@@ -35,6 +35,12 @@
$User.Department
+
+ Journal_Subtheme_Code
+
+ Selected_Subtheme
+
+
Journal_Theme_Code
@@ -261,6 +267,13 @@
Selected_Theme_SF_Id
+
+ Get_Case.NKS_Subtheme__c
+ Assign
+
+ Selected_Subtheme_SF_Id
+
+
Journal_Conversation_Note_Assignment
@@ -1035,7 +1048,8 @@
Error_Text
- <p><strong style="color: rgb(0, 0, 0);">Velg en temagruppe for å opprette samtalereferat.</strong></p>
+ <p><strong style="color: rgb(0, 0, 0);">Velg en
+ temagruppe for å opprette samtalereferat.</strong></p>
DisplayText
Prøv på nytt
@@ -1082,7 +1096,8 @@
Disclaimer_Text_Journal
- <p><span style="background-color: rgb(255, 255, 255); color:
+
+ <p><span style="background-color: rgb(255, 255, 255); color:
rgb(144, 133,
133);">{!$Label.NKS_Conversation_Note_Disclaimer_Text}</span></p>
DisplayText
@@ -1145,6 +1160,14 @@
Selected_Theme_Group_SF_Id
selectedThemeGroupSfId
+
+ Selected_Subtheme
+ selectedSubtheme
+
+
+ Selected_Subtheme_SF_Id
+ selectedSubthemeSfId
+
Journalfør og del med brukeren
true
@@ -1183,7 +1206,8 @@
Disclaimer_Text
- <p><span style="color: rgb(144, 133,
+
+ <p><span style="color: rgb(144, 133,
133);">{!$Label.NKS_Conversation_Note_Disclaimer_Text}</span></p>
DisplayText
@@ -1348,7 +1372,8 @@
Disclaimer_Text_Conversation_Note
- <p><span style="color: rgb(144, 133,
+
+ <p><span style="color: rgb(144, 133,
133);">{!$Label.NKS_Conversation_Note_Disclaimer_Text}</span></p>
DisplayText
@@ -1702,6 +1727,20 @@
false
false
+
+ Selected_Subtheme
+ String
+ false
+ false
+ false
+
+
+ Selected_Subtheme_SF_Id
+ String
+ false
+ false
+ false
+
Selected_Theme_Code
String
@@ -1745,4 +1784,4 @@
false
false
-
+
\ No newline at end of file
diff --git a/force-app/main/default/flows/NKS_Case_Log_a_Call.flow-meta.xml b/force-app/main/default/flows/NKS_Case_Log_a_Call.flow-meta.xml
index 049d61fd9..18380bd81 100644
--- a/force-app/main/default/flows/NKS_Case_Log_a_Call.flow-meta.xml
+++ b/force-app/main/default/flows/NKS_Case_Log_a_Call.flow-meta.xml
@@ -35,6 +35,12 @@
$User.Department
+
+ Journal_Subtheme_Code
+
+ Case_Overview.selectedSubtheme
+
+
Journal_Theme_Code
@@ -47,6 +53,8 @@
Conversation_Note_Record.Id
+ CRM_ConvNoteJournalHelper
+ 1
49.0
@@ -301,6 +309,13 @@
Case_Overview.selectedCaseThemeSfId
+
+ Get_Case.NKS_Subtheme__c
+ Assign
+
+ Case_Overview.selectedSubthemeSfId
+
+
Conversation_Note_Assignment
@@ -420,7 +435,8 @@
- Checks the status if the case. If it is closed, the conversation note is already made.
+ Checks the status if the case. If it is closed, the conversation note is
+ already made.
Check_Case_Status
468
@@ -573,9 +589,9 @@
CONV_NOTE_THEME_GROUP_CODDE
String
IF({!Create_Journal_Entry.value},
-{!Case_Overview.selectedThemeGroup},
-{!Conversation_Theme_Categorization.themeGroupCode}
-)
+ {!Case_Overview.selectedThemeGroup},
+ {!Conversation_Theme_Categorization.themeGroupCode}
+ )
Case Log a Call {!$Flow.CurrentDateTime}
@@ -1001,7 +1017,8 @@
Conversation_Summary
- <p><strong style="color: rgb(62, 62, 60); background-color: rgb(255, 255, 255);">Flere handlinger</strong></p>
+ <p><strong style="color: rgb(62, 62, 60); background-color:
+ rgb(255, 255, 255);">Flere handlinger</strong></p>
DisplayText
and
@@ -1022,6 +1039,7 @@
Create_Nav_Task_Action
Velg handling:
DropdownBox
+ UseStoredValues
false
and
@@ -1194,7 +1212,9 @@
Disclaimer_Text
- <p><span style="font-size: 12px; color: rgb(144, 133, 133);">Samtalereferatet blir delt med bruker når det opprettes.</span></p>
+ <p><span style="font-size: 12px; color: rgb(144, 133,
+ 133);">Samtalereferatet blir delt med bruker når det
+ opprettes.</span></p>
DisplayText
@@ -1498,7 +1518,8 @@
Update_Account_Text
- <p><br></p><p>Henvendelsen er ikke tilknyttet en bruker. Vennligst oppdater med riktig bruker referat skal knyttes til.</p>
+ <p><br></p><p>Henvendelsen er ikke tilknyttet en
+ bruker. Vennligst oppdater med riktig bruker referat skal knyttes til.</p>
DisplayText
@@ -1610,8 +1631,8 @@
false
Takk for at du tok kontakt
-Du har fått informasjon om
--
+ Du har fått informasjon om
+ -
Account_Name
diff --git a/force-app/main/default/flows/NKS_Conversation_Note_Create_Journal_Entry.flow-meta.xml b/force-app/main/default/flows/NKS_Conversation_Note_Create_Journal_Entry.flow-meta.xml
index 642b5343a..c764b22bc 100644
--- a/force-app/main/default/flows/NKS_Conversation_Note_Create_Journal_Entry.flow-meta.xml
+++ b/force-app/main/default/flows/NKS_Conversation_Note_Create_Journal_Entry.flow-meta.xml
@@ -1,6 +1,7 @@
49.0
+ Default
Conversation Note Create Journal Entry {!$Flow.CurrentDateTime}
@@ -26,7 +27,7 @@
Get_Conversation_Note
176
- 158
+ 134
false
Journal_Screen
@@ -48,7 +49,7 @@
Journal_Screen
176
- 278
+ 242
false
true
false
@@ -97,7 +98,7 @@
Post_Journal_Entry
176
- 398
+ 350
CRM_Journal_Conversation_Note
Journal_Case_ID
@@ -123,6 +124,12 @@
$User.Department
+
+ Journal_Subtheme_Code
+
+ Case_Overview.selectedSubtheme
+
+
Journal_Theme_Code
diff --git a/force-app/main/default/flows/NKS_Conversation_Note_Journal_Case_v_2.flow-meta.xml b/force-app/main/default/flows/NKS_Conversation_Note_Journal_Case_v_2.flow-meta.xml
index 8a72018af..b31215cea 100644
--- a/force-app/main/default/flows/NKS_Conversation_Note_Journal_Case_v_2.flow-meta.xml
+++ b/force-app/main/default/flows/NKS_Conversation_Note_Journal_Case_v_2.flow-meta.xml
@@ -134,6 +134,14 @@
Selected_Theme_SF_Id
selectedCaseThemeSfId
+
+ Selected_Subtheme
+ selectedSubtheme
+
+
+ Selected_Subtheme_Id
+ selectedSubthemeSfId
+
Journalfør
true
@@ -194,6 +202,12 @@
$User.Department
+
+ Journal_Subtheme_Code
+
+ Selected_Subtheme
+
+
Journal_Theme_Code
@@ -257,6 +271,20 @@
false
false
+
+ Selected_Subtheme
+ String
+ false
+ false
+ false
+
+
+ Selected_Subtheme_Id
+ String
+ false
+ false
+ false
+
Selected_Theme
String