Skip to content

Commit

Permalink
Fix external name on nav case
Browse files Browse the repository at this point in the history
  • Loading branch information
mamikals committed Mar 21, 2024
1 parent ab7abb7 commit 34fb445
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions force-app/main/default/flows/CHAT_Journal_CHAT_Thread.flow-meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,29 +161,6 @@
<targetReference>DML_Check</targetReference>
</connector>
</assignments>
<assignments>
<name>Set_Journal_Entry_ID</name>
<label>Set Journal Entry ID</label>
<locationX>182</locationX>
<locationY>1922</locationY>
<assignmentItems>
<assignToReference>Journal_Entry_SF.Journal_Entry_ID__c</assignToReference>
<operator>Assign</operator>
<value>
<elementReference>Post_Journal_Request.journalpostId</elementReference>
</value>
</assignmentItems>
<assignmentItems>
<assignToReference>JOURNALED_THREAD.CRM_Journal_Status__c</assignToReference>
<operator>Assign</operator>
<value>
<stringValue>Journal Completed</stringValue>
</value>
</assignmentItems>
<connector>
<targetReference>Assign_Journal_Entry_Default_data</targetReference>
</connector>
</assignments>
<assignments>
<description>Assigns needed values to document variant wrapper</description>
<name>Chat_Document_Variant_Assignment</name>
Expand Down Expand Up @@ -375,6 +352,29 @@
<targetReference>Journal_Request_Assignment</targetReference>
</connector>
</assignments>
<assignments>
<name>Set_Journal_Entry_ID</name>
<label>Set Journal Entry ID</label>
<locationX>182</locationX>
<locationY>1922</locationY>
<assignmentItems>
<assignToReference>Journal_Entry_SF.Journal_Entry_ID__c</assignToReference>
<operator>Assign</operator>
<value>
<elementReference>Post_Journal_Request.journalpostId</elementReference>
</value>
</assignmentItems>
<assignmentItems>
<assignToReference>JOURNALED_THREAD.CRM_Journal_Status__c</assignToReference>
<operator>Assign</operator>
<value>
<stringValue>Journal Completed</stringValue>
</value>
</assignmentItems>
<connector>
<targetReference>Assign_Journal_Entry_Default_data</targetReference>
</connector>
</assignments>
<assignments>
<name>Set_Journal_Subtheme_Null</name>
<label>Set Journal Subtheme Null</label>
Expand Down Expand Up @@ -555,7 +555,7 @@
<formulas>
<name>externalReference</name>
<dataType>String</dataType>
<expression>{!JOURNALED_THREAD.Id} + {!Journal_Entry_SF.Theme__c} + {!Journal_Sak.fagsakId}</expression>
<expression>{!JOURNALED_THREAD.Id} + {!Journal_Entry_SF.Theme__c} + SUBSTITUTE({!Journal_Sak.fagsakId}, &quot;/&quot;, &quot;:&quot;)</expression>
</formulas>
<formulas>
<description>Formula to define the journal case type (Sakstype). If no Journal Case ID has been input, default is GENERELL_SAK</description>
Expand Down

0 comments on commit 34fb445

Please sign in to comment.