Skip to content

Commit

Permalink
Merge pull request #573 from navikt/NKS-1637
Browse files Browse the repository at this point in the history
added theme group to chats
  • Loading branch information
saramoh2309 authored Feb 15, 2024
2 parents 067ebff + 3e685d0 commit 574e92c
Showing 1 changed file with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,15 @@
),
' (Lest'
) +') ' + IF(CRM_isActive__c == false, IMAGE('/resource/caseStatusClosed', 'Lukket', 22, 53), IF(ISBLANK(CRM_Assignee_NAV_Unit__c), IF(ISBLANK(CRM_Case__c), '', CRM_Case__r.CRM_Status_Image__c), IMAGE('/resource/caseStatusinProgress', 'Under Arbeid', 22, 86))),
CASE(CRM_Thread_Type__c,
"CHAT", 'Chatsamtale',
"Tråd")
)</formula>
CASE(CRM_Thread_Type__c, &quot;CHAT&quot;,
&apos;Chat&apos; + IF(
AND(
NOT(ISBLANK(CRM_Theme_Name__c)),
NOT(ISBLANK(CRM_Theme_Group_Name__c))
),
&apos; - &apos; + CRM_Theme_Group_Name__c + &apos;, &apos; + CRM_Theme_Name__c,
&apos; - &apos; + CRM_Theme_Group_Name__c)
, &quot;Tråd&quot;))</formula>
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
<label>Timeline Name</label>
<required>false</required>
Expand Down

0 comments on commit 574e92c

Please sign in to comment.