"To customer user" drop-down in New email ticket showing only 20 entries.

Moderator: crythias

Locked
victorprime
Znuny newbie
Posts: 8
Joined: 15 Aug 2015, 23:37
Znuny Version: 4.0.11
Real Name: Avi
Company: TCS

"To customer user" drop-down in New email ticket showing only 20 entries.

Post by victorprime »

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.
wurzel
Znuny guru
Posts: 3273
Joined: 08 Jul 2010, 22:25
Znuny Version: x.x.x
Real Name: Florian

Re: "To customer user" drop-down in New email ticket showing only 20 entries.

Post by wurzel »

Hi,

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.
victorprime
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.

Post by victorprime »

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 :).
crythias
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.

Post by crythias »

the fuzzy search follows CustomerUserSearchFields => [ 'login', 'first_name', 'last_name', 'customer_id' ],

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
victorprime
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.

Post by victorprime »

Very Helpful and thanks for the quick solution.
Locked