Hi,
I am currently configuring OTRS v3.0.5
I can properly authenticate agents and customers against my OpenLDAP server.
For the customer backend I still have to decide if use LDAP or DB (after importing data from LDAP with a script). Both tested, both work.
Any advantages in using DB instead of LDAP?
I noticed that when creating a new ticket from the admin interface, or changing the customer of an existing ticket, I have to manually type the customer email in the From field. This is quite annoying, and strange, as I can type any email address in this field, even if completely unrelated of the customer list. Then of course there would be no link between the ticket and the customers.
Why there is not a dropdown menu with the customer list?
I thought that by using DB instead of LDAP that dropdown menu would appear, but that's not the case.
Thanks
Guido
Why no customer dropdown menu?
Moderator: crythias
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Why no customer dropdown menu?
If the customer exists, it should auto-fill as you're typing, though you'll have to select the entry.
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
Re: Why no customer dropdown menu?
Thanks, I had not noticed that auto-complete feature!
Re: Why no customer dropdown menu?
Hello,
Why is the auto-complete feature only on the To: field, not on Cc: nor Bcc: ?
Is it possible to add it to Cc and Bcc too?
Regards,
HervE
Why is the auto-complete feature only on the To: field, not on Cc: nor Bcc: ?
Is it possible to add it to Cc and Bcc too?
Regards,
HervE
OTRS 3.3.8 - Windows 7 - IIS7 - SQL Server - Firefox 30
Re: Why no customer dropdown menu?
Very easy indeed!
To add autocomplete to Cc and Bcc you just need to add the following code:to Kernel\Output\HTML\Standard\AgentCustomerSearch.dtl.
HervE
To add autocomplete to Cc and Bcc you just need to add the following code:
Code: Select all
Core.Agent.CustomerSearch.Init($("#Cc"), $QData{"ActiveAutoComplete"});
Core.Agent.CustomerSearch.Init($("#Bcc"), $QData{"ActiveAutoComplete"});
HervE
OTRS 3.3.8 - Windows 7 - IIS7 - SQL Server - Firefox 30
Re: Why no customer dropdown menu?
customer gets broken then on my system 3.0.8 with itsm 3.0.3. , ending in no customer, cc and bcc should have autocomplete but not set the customer
anyone got the same issue and solved the set customer field?
anyone got the same issue and solved the set customer field?
lamp, OTRS 3.0.latest:ITSM 3.latest (keeping up to date)
AD link to customers and agents
AD link to customers and agents