AgentTicketStatusView.pm custom filter

English! place to talk about development, programming and coding
Post Reply
fazaiii
Znuny newbie
Posts: 4
Joined: 05 Sep 2014, 08:34
Znuny Version: 3.3.5
Real Name: Tomasz
Company: Poland

AgentTicketStatusView.pm custom filter

Post by fazaiii »

Hi,
I would like to do the same filter as AlexG mate , there's a solution ?
example below does not work :( please help :)

Code: Select all

#<------------My Custom Filter--------------->
        Test => {
            Name   => 'test',
            Prio   => 1002,
            Search => {
                Queue      => '[MySpecificQue]',
                OrderBy    => $OrderBy,
                SortBy     => $SortBy,
                UserID     => $Self->{UserID},
                Permission => 'ro',
            },
        },
   
    );
Last edited by crythias on 15 Nov 2014, 08:19, edited 1 time in total.
Reason: Topic split. Please don't hijack other threads
OTRS 3.3.5 on Linux Centos 6 with MySQL database.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: AgentTicketStatusView.pm custom filter

Post by crythias »

Welcome to the OTRS Community forum! I realize you're new here, so please take a moment to look at my Need help? link in my signature, edit your signature to include your OTRS version, and try not to hijack old threads.

Note that "It doesn't work" is not a fixable question. Kindly explain what you're attempting to accomplish, how someone can replicate your experience, and what the steps you've taken do that's not doing what you want.

This topic has been split so people who are actively providing assistance can dedicate their answer to your question and your experience.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: AgentTicketStatusView.pm custom filter

Post by reneeb »

Try

Code: Select all

Queues      => [MySpecificQue],
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
fazaiii
Znuny newbie
Posts: 4
Joined: 05 Sep 2014, 08:34
Znuny Version: 3.3.5
Real Name: Tomasz
Company: Poland

Re: AgentTicketStatusView.pm custom filter

Post by fazaiii »

Hi,
I wanted to make a new widget on the desktop that has a different search filters. So I did close my topic :)

Thank you for your comments , I will apply to them before the next post.
OTRS 3.3.5 on Linux Centos 6 with MySQL database.
Post Reply