Custom Dashlet

Moderator: crythias

Locked
Vince0511
Znuny newbie
Posts: 25
Joined: 21 Oct 2014, 08:53
Znuny Version: 5.0.1
Real Name: Vincent Kessels
Company: RIN
Location: Wijchen, Netherlands
Contact:

Custom Dashlet

Post by Vince0511 »

I have created an new dashlet. These are my keys:

Code: Select all

                <Item Key="Module">Kernel::Output::HTML::DashboardTicketGeneric</Item>
                <Item Key="Title">Reminder Tickets</Item>
                <Item Key="Description">All blue tickets from Henk</Item>
                <Item Key="Attributes">TicketPendingTimeOlderMinutes=1;StateType=pending reminder;SortBy=PendingTime;OrderBy=Down;</Item>
                <Item Key="Filter">Locked</Item>
                <Item Key="Time">UntilTime</Item>
                <Item Key="Limit">10</Item>
                <Item Key="Permission">rw</Item>
                <Item Key="Block">ContentLarge</Item>
                <Item Key="Group"></Item>
                <Item Key="Default">1</Item>
                <Item Key="CacheTTLLocal">0.5</Item>
                <Item Key="DefaultColumns">
Because I want to keep an eye on Customer "Henk" in my Blue-queue. Where do I insert there attributes?
QueueID = 1 and CustomerID = 26

Can anyone help me?
Using OTRS 5 on CentOS 7. (English / Dutch)
Locked