Multi select templates to Reply Ticket

Moderator: crythias

Locked
PriteshP23
Znuny newbie
Posts: 98
Joined: 02 Sep 2014, 23:01
Znuny Version: 4.0.9-02

Multi select templates to Reply Ticket

Post by PriteshP23 »

Hello,

Somtimes agents need to select more than one template from the list to reply the ticket. Please see the image.

How one can multi-select templates while replying the ticket? :?

Thanks in advanced.
You do not have the required permissions to view the files attached to this post.
OTRS 4.0.10-02 PostgreSQL 9.3.5
Perl 5.10.1 (linux) is used.
OS: Cent OS 6.5
reneeb
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: Multi select templates to Reply Ticket

Post by reneeb »

This would need development
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
PriteshP23
Znuny newbie
Posts: 98
Joined: 02 Sep 2014, 23:01
Znuny Version: 4.0.9-02

Re: Multi select templates to Reply Ticket

Post by PriteshP23 »

@raneeb
Thanks for reply.
Any idea where to start ? How to modify the code?
OTRS 4.0.10-02 PostgreSQL 9.3.5
Perl 5.10.1 (linux) is used.
OS: Cent OS 6.5
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Multi select templates to Reply Ticket

Post by crythias »

not possible. Not practical.
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
reneeb
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: Multi select templates to Reply Ticket

Post by reneeb »

@crythias: I can think of this case: You have answers to single questions in the answer templats. And when you have two (or more) questions in one ticket, you can add all answers to those questions.

@PriteshP23: You have to change https://github.com/OTRS/otrs/blob/rel-4 ... Compose.pm so that it accepts several answer ids. And you have to change the "SelectionBuild" call where the answer dropdown is created so that this is a multiple select
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
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Multi select templates to Reply Ticket

Post by jojo »

Use FAQ Module for this
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
PriteshP23
Znuny newbie
Posts: 98
Joined: 02 Sep 2014, 23:01
Znuny Version: 4.0.9-02

Re: Multi select templates to Reply Ticket

Post by PriteshP23 »

@reneeb:
Wow ! It seems good. Can you elobrate "SelectionBuild", please? I didn't get you.

@jojo:
I have already installed FAQ 2.3.2 Package. Its possible by FAQ package, is it so ?


Thanks in advabced.
OTRS 4.0.10-02 PostgreSQL 9.3.5
Perl 5.10.1 (linux) is used.
OS: Cent OS 6.5
Locked