Skip to content

Commit

Permalink
Merge pull request #104 from navikt/casesubject
Browse files Browse the repository at this point in the history
set subject on chat case
  • Loading branch information
EirikFladby authored Feb 7, 2024
2 parents 7baf643 + 3f4a6bd commit df271b7
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Flow xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>49.0</apiVersion>
<interviewLabel>Chat {!$Flow.CurrentDateTime}</interviewLabel>
<label>Chat Set SourceId On Case</label>
<label>Chat Set SourceId And Subject On Case</label>
<processMetadataValues>
<name>BuilderType</name>
<value>
Expand All @@ -26,7 +26,7 @@
<name>Set_SourceId_On_Case</name>
<label>Set SourceId On Case</label>
<locationX>176</locationX>
<locationY>335</locationY>
<locationY>323</locationY>
<filterLogic>and</filterLogic>
<filters>
<field>Id</field>
Expand All @@ -41,6 +41,12 @@
<elementReference>$Record.Id</elementReference>
</value>
</inputAssignments>
<inputAssignments>
<field>Subject</field>
<value>
<elementReference>$Record.NKS_Theme_Group__r.Name</elementReference>
</value>
</inputAssignments>
<object>Case</object>
</recordUpdates>
<start>
Expand Down

0 comments on commit df271b7

Please sign in to comment.