[SOLVED] How to increase the number of customers view

Moderator: crythias

Locked
trzcionek
Znuny newbie
Posts: 18
Joined: 27 Jul 2012, 07:47
Znuny Version: OTRS 3.1
Real Name: Marcin
Company: KHW S.A.

[SOLVED] How to increase the number of customers view

Post by trzcionek »

Hi,

How to increase the number of customers view in http://xxx/otrs/index.pl?Action=AdminCustomerUserGroup
I see only >200 customers but I have about 300
I've changed file AdminCustomerUserGroup.pm for:

Code: Select all

# set search limit
    my $SearchLimit = 3000;
and I see 250 customers and where are the others. In http://xxx/otrs/index.pl?Action=AdminCustomerUser I see also 250 users.
Where should I change file to fix it.


Sorry for my english.
Last edited by trzcionek on 16 Jun 2013, 15:16, edited 1 time in total.
Sorry for my english I'm still learning
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: How to increase the number of customers view

Post by reneeb »

Change the setting "CustomerUserSearchListLimit" in your Kernel/Config.pm. If you can't find it there, please add

Code: Select all

$Self->{CustomerUserMap}->{CustomerUserSearchListLimit} = 3000;
to it...
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
trzcionek
Znuny newbie
Posts: 18
Joined: 27 Jul 2012, 07:47
Znuny Version: OTRS 3.1
Real Name: Marcin
Company: KHW S.A.

Re: How to increase the number of customers view

Post by trzcionek »

OK it's work.
Sorry for my english I'm still learning
Locked