[SOLVED]Get all customers in Customer User <--> Groups
Moderator: crythias
[SOLVED]Get all customers in Customer User <--> Groups
Hi,
when i navigate to Customer User <--> Groups i don't see all of the customers??
I want to limit some customers and those are not present here...
thanks in advance!
when i navigate to Customer User <--> Groups i don't see all of the customers??
I want to limit some customers and those are not present here...
thanks in advance!
Last edited by adt on 16 Aug 2012, 16:24, edited 1 time in total.
Re: Get all customers in Customer User <--> Groups
on the left you have a search filter, use it for your customer user id
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: Get all customers in Customer User <--> Groups
hi ,jojo wrote:on the left you have a search filter, use it for your customer user id
thanks for reply but i forgot to mention my version 2.4.9 and i've opened Customer User <--> Groups Management. i don't see such thing on left pane.
I think i can't see LDAP customers here because its showing me all customers which are present in database only.
please suggest some idea!!
thanks
Re: Get all customers in Customer User <--> Groups
Some Customer Users can login successfully and I can find them if I search in Customer Users.
But for some reason, I don't see these Customer Users in the customer-user list when I click "Customer User <-> Groups" so that I can add them to a group.
But for some reason, I don't see these Customer Users in the customer-user list when I click "Customer User <-> Groups" so that I can add them to a group.
Re: Get all customers in Customer User <--> Groups
There is a fixed limit in the template/module
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: Get all customers in Customer User <--> Groups
okay..fine
but i have this problem with the Customer Users of LDAP.
These LDAP Customer Users are not in my database(of otrs in Customer User table).
(if i add some new customer user in DB its appearing in list.)
Furthermore, i assigned 1000 to {UserSearchLimit } in file LDAP.pm, but no luck!
but i have this problem with the Customer Users of LDAP.
These LDAP Customer Users are not in my database(of otrs in Customer User table).
(if i add some new customer user in DB its appearing in list.)
Furthermore, i assigned 1000 to {UserSearchLimit } in file LDAP.pm, but no luck!
Re: Get all customers in Customer User <--> Groups
you need to change
my $SearchLimit = 200;
in Kernel/Modules/AdminCustomerUserGroup.pm
my $SearchLimit = 200;
in Kernel/Modules/AdminCustomerUserGroup.pm
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: Get all customers in Customer User <--> Groups
I don't find any such variable in my file AdminCustomerUserGroup.pm
Re: Get all customers in Customer User <--> Groups
well as 2.4. is very outdated and end of live I suggest to update to 3.1.7
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: Get all customers in Customer User <--> Groups
Does that mean there is no solution for this??
Re: Get all customers in Customer User <--> Groups
there is shure a solution, but I won't dig in old code for you to find it
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: [SOLVED]Get all customers in Customer User <--> Groups
I got the solution for it .
All what i was supposed to do was to go to CustomerUser directory and increase the Limit of Searching Customers in LDAP.pm file.
Now all Customer Users are occuring in CustomerUser <--> Group Support.
Thanks jojo and crythias for your help!
All what i was supposed to do was to go to CustomerUser directory and increase the Limit of Searching Customers in LDAP.pm file.
Now all Customer Users are occuring in CustomerUser <--> Group Support.
Thanks jojo and crythias for your help!
