Skip to content

Commit

Permalink
Merge pull request #550 from navikt/FAGSYSTEM-312056
Browse files Browse the repository at this point in the history
added listview for nks cases
  • Loading branch information
saramoh2309 authored Jan 11, 2024
2 parents b2d05f0 + f7dfc7d commit 207a4e8
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<ListView xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>NKS_Henvendelser</fullName>
<columns>CASES.CASE_NUMBER</columns>
<columns>ACCOUNT.NAME</columns>
<columns>CASES.STATUS</columns>
<columns>CASES.LAST_UPDATE_DATE_ONLY</columns>
<filterScope>Mine</filterScope>
<filters>
<field>NKS_Case_Origin__c</field>
<operation>contains</operation>
<value>nav.no,STO,BTO,Phone</value>
</filters>
<label>NKS - Henvendelser</label>
</ListView>

0 comments on commit 207a4e8

Please sign in to comment.