From 83a4e741ba7428e0de166d16bd19dd9259062ba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vegard=20S=C3=B8rheller?= Date: Tue, 14 Jan 2025 09:15:26 +0100 Subject: [PATCH 1/3] Setting Gjelder value in flow --- .../flows/NKS_Case_Log_Call_v_2.flow-meta.xml | 49 +++++++++++++++++-- ...sation_Note_Journal_Case_v_2.flow-meta.xml | 28 +++++++++++ 2 files changed, 72 insertions(+), 5 deletions(-) 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_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 From d2819b9dab75e9ad560d70148ee09702255e35ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vegard=20S=C3=B8rheller?= Date: Thu, 16 Jan 2025 09:24:34 +0100 Subject: [PATCH 2/3] Setting Gjelder value in v1 flows --- .../flows/NKS_Case_Log_a_Call.flow-meta.xml | 16 ++++++++++++++++ ...ation_Note_Create_Journal_Entry.flow-meta.xml | 13 ++++++++++--- 2 files changed, 26 insertions(+), 3 deletions(-) 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..f3d9fb75a 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.selectedSubtheme + + Conversation_Note_Assignment @@ -1022,6 +1037,7 @@ Create_Nav_Task_Action Velg handling: DropdownBox + UseStoredValues false and 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 From b44ed9b113a1189a403fb466b91d9e60d94d3a13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vegard=20S=C3=B8rheller?= Date: Thu, 16 Jan 2025 13:21:27 +0100 Subject: [PATCH 3/3] Setting Gjelder value in v1 flows --- .../flows/NKS_Case_Log_a_Call.flow-meta.xml | 25 +++++++++++-------- 1 file changed, 15 insertions(+), 10 deletions(-) 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 f3d9fb75a..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 @@ -313,7 +313,7 @@ Get_Case.NKS_Subtheme__c Assign - Case_Overview.selectedSubtheme + Case_Overview.selectedSubthemeSfId @@ -435,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 @@ -588,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} @@ -1016,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 @@ -1210,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 @@ -1514,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 @@ -1626,8 +1631,8 @@ false Takk for at du tok kontakt -Du har fått informasjon om -- + Du har fått informasjon om + - Account_Name