Hello,
Is it possible to have customer autocomplete on the BounceTo field?
I tried to adapt AgentTicketBounce.dtl, comparing it to AgentTicketForward.dtl, but did not succeed.
Regards,
HervE
Autocomplete BounceTo
Moderator: crythias
Autocomplete BounceTo
OTRS 3.3.8 - Windows 7 - IIS7 - SQL Server - Firefox 30
Re: Autocomplete BounceTo
Just like Cc and Bcc (in Compose and Forward menus), I tried to addin Kernel\Output\HTML\Standard\AgentCustomerSearch.dtl.
And - of courseat the beginning of Kernel\Output\HTML\Standard\AgentTicketBounce.dtl.
But did not achieve the expected result.
Is anything missing?
HervE
Code: Select all
Core.Agent.CustomerSearch.Init($("#BounceTo"), $QData{"ActiveAutoComplete"});
And - of course
Code: Select all
$Include{"AgentCustomerSearch"}
But did not achieve the expected result.
Is anything missing?
HervE
OTRS 3.3.8 - Windows 7 - IIS7 - SQL Server - Firefox 30