I would like to do the same filter as AlexG mate , there's a solution ?
example below does not work


Code: Select all
#<------------My Custom Filter--------------->
Test => {
Name => 'test',
Prio => 1002,
Search => {
Queue => '[MySpecificQue]',
OrderBy => $OrderBy,
SortBy => $SortBy,
UserID => $Self->{UserID},
Permission => 'ro',
},
},
);