Number of Customers

Moderator: crythias

Locked
MartinSt
Znuny newbie
Posts: 20
Joined: 15 Feb 2012, 21:56
Znuny Version: aktuelle

Number of Customers

Post by MartinSt »

How can I change the number of customers being displayed in Customer Information?
I think this number is limited to 20 by deafult but I didn't get the right item within SysConfig to change.

Thx Martin
yuri0001
Znuny superhero
Posts: 630
Joined: 17 Mar 2011, 14:40
Znuny Version: 5.0.6
Real Name: Yuri Kolesnikov
Location: Russia

Re: Number of Customers

Post by yuri0001 »

Hi!
Try to change CustomerUserSearchListLimit => 250 в Config.pm to your needs.
Copy this line from defaults.pm, change & insert in Config.pm.
:?
Best regards Yuri Kolesnikov
OTRS 5.0.14, ITSM 5.0.14
SUSE 13.2, MariaDB 10.0.22(productive)
OTRS 5.0.14, ITSM 5.0.14(test)
MartinSt
Znuny newbie
Posts: 20
Joined: 15 Feb 2012, 21:56
Znuny Version: aktuelle

Re: Number of Customers

Post by MartinSt »

Thx Yurij

I didi it via Ticket::Frontend::CustomerSearchAutoComplete###MaxResultsDisplayed
Locked