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
Number of Customers
Moderator: crythias
-
- 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
Hi!
Try to change CustomerUserSearchListLimit => 250 в Config.pm to your needs.
Copy this line from defaults.pm, change & insert in Config.pm.

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)
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)
Re: Number of Customers
Thx Yurij
I didi it via Ticket::Frontend::CustomerSearchAutoComplete###MaxResultsDisplayed
I didi it via Ticket::Frontend::CustomerSearchAutoComplete###MaxResultsDisplayed