Hi,
My OTRS scenario is:
Total 'Customers' - 28
Total 'CustomerUsers' : 615
'Customers :: CUSTOMERID' Range - D01,D02.....D28
'CustomerUsers :: USERNAME' Range - CU001 to CU615
'CustomerUsers' in D26 are 48
When I am creating a 'New email ticket' , In field "To customer user:" populated drop-down showing 20 entries only. (I need all 48 Names in Drop Down to choose).
Also If I want to enter user whose username is 'CU486' and Name is 'terminal one' the field is unable to show it in drop-down until I enter its username 'CU486' (It seems its unable to search it by first name or last name after 200 users). Please help to solve this issue.
Thanks in advance.
Victor.
"To customer user" drop-down in New email ticket showing only 20 entries.
Moderator: crythias
-
- Znuny newbie
- Posts: 8
- Joined: 15 Aug 2015, 23:37
- Znuny Version: 4.0.11
- Real Name: Avi
- Company: TCS
Re: "To customer user" drop-down in New email ticket showing only 20 entries.
Hi,
try to narrow down the search with AND operator, typed by an '+'
for example:
CU486+terminal+one
Flo
try to narrow down the search with AND operator, typed by an '+'
for example:
CU486+terminal+one
Flo
OTRS 2025 SILVER (Prod)
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12
-- Ich beantworte keine Forums-Fragen PN - No PN please
I won't answer to unfriendly users any more. A greeting and regards are just polite.
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12
-- Ich beantworte keine Forums-Fragen PN - No PN please
I won't answer to unfriendly users any more. A greeting and regards are just polite.
-
- Znuny newbie
- Posts: 8
- Joined: 15 Aug 2015, 23:37
- Znuny Version: 4.0.11
- Real Name: Avi
- Company: TCS
Re: "To customer user" drop-down in New email ticket showing only 20 entries.
Its working, Thank you very much. Can some one explain why its not showing more than 20 entries and unable to search without AND operator, Just curious
.

-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: "To customer user" drop-down in New email ticket showing only 20 entries.
the fuzzy search follows CustomerUserSearchFields => [ 'login', 'first_name', 'last_name', 'customer_id' ],
it will show only 20 entries, but that's generally enough normally.
it will show only 20 entries, but that's generally enough normally.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
-
- Znuny newbie
- Posts: 8
- Joined: 15 Aug 2015, 23:37
- Znuny Version: 4.0.11
- Real Name: Avi
- Company: TCS
Re: "To customer user" drop-down in New email ticket showing only 20 entries.
Very Helpful and thanks for the quick solution.