Hello,
we use an external mysql-customer-db with several attributes such as "customer has support contract" or "customer does not have support contract".
Is is possible to preselect new-ticket-attributes like queue, servcice, sla based on customer information?
regards
philipp
New ticket: preselected queue, service, sla based on customer attribute
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: New ticket: preselected queue, service, sla based on customer attribute
Not with stock OTRS, but with a little JavaScript knowledge it is not that hard. You could write your own JavaScript file that is loaded in the new ticket dialogs and this has to set the values...
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
Re: New ticket: preselected queue, service, sla based on customer attribute
Thanks a lot. Any hints which file(s) I have to modify?