Hi,
Can i know how to customize in new phone ticket. I would like to make auto populate subject when the responsible is choose.
Thanks.
Auto populate in subject based on Resposible selection
Moderator: crythias
-
- Znuny guru
- Posts: 5018
- Joined: 13 Mar 2011, 09:54
- Znuny Version: 6.0.x
- Real Name: Renée Bäcker
- Company: Perl-Services.de
- Contact:
Re: Auto populate in subject based on Resposible selection
I would create a JavaScript file (in <OTRS_HOME>/var/httpd/htdocs/js) and add that .js file to the loader (SysConfig -> Ticket -> Frontend::Agent::ModuleRegistration -> Frontend::Module::AgentTicketPhone).
In that .js file I would add a event lister to the responsible dropdown (listening to the "change" event) and set the value in "subject". To do that you should read the jQuery documentation.
In that .js file I would add a event lister to the responsible dropdown (listening to the "change" event) and set the value in "subject". To do that you should read the jQuery documentation.
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de