Max. number of customers in Listbox?

Is there any limitation on the number of customers that are displayed in the listbox ("search customer")? Lars

AFAICS, there's no OTRS specific limitation, although there may be a
limitation caused by your broswer client.
I don't know atvm if HTML4.01 demands a limitation of over-sized lists
and what over-sized in this context would mean...
What are you thinking of, Lars, do you have too many customers?
Regards,
Robert Kehl
----- Original Message -----
From: "Lars Monsees"

On Sat, Sep 20, 2003 at 02:04:45AM +0200, Robert Kehl wrote:
AFAICS, there's no OTRS specific limitation, although there may be a limitation caused by your broswer client.
If you use the database backend, there is a hard coded limit of 250. Kernel/System/CustomerUser/DB.pm [...] $Self->{UserSearchListLimit} = 250; [...] It's just for security (protection).
Robert Kehl
Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- Old programmers never die. They just branch to a new address.
participants (3)
-
Lars Monsees
-
Martin Edenhofer
-
Robert Kehl