[SOLVED] Dynamic field in AgentTicketZoom

Moderator: crythias

Locked
robcar
Znuny newbie
Posts: 40
Joined: 23 Oct 2015, 15:41
Znuny Version: 5.0.3
Real Name: Roberto Carraro
Company: FAIV

[SOLVED] Dynamic field in AgentTicketZoom

Post by robcar »

Hello,
I'd like to add a dynamic field that I've created in AgentTicketZoom
It's a dropdown list that lets me add a custom category to the ticket.
I managed to add it to AgentTicketPhone and AgentTicketMail, so when I create a new phone or mail ticket I can add the category, but I don't know where to add it in ticket zoom. Just to be clear it's the page with the Article Overview; I'd like to add my new dynamic field along with the menus 'Back' 'Lock' 'Print'...

thanks
--
rob
Last edited by robcar on 08 Jan 2016, 17:14, edited 1 time in total.
OTRS 5 on Linux with MySQL and LDAP A.D. backend.
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: Dynamic field in AgentTicketZoom

Post by reneeb »

To show the value of the dynamic field, you have to add it in the ViewZoom config. To change the value of the dynamic field, you can add it to the ViewFreeText config. Then you can change the value in the "Free Text" dialog.

In stock OTRS it is not possible to show a dropdown in the ticket menu. To achieve that development is needed...
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
robcar
Znuny newbie
Posts: 40
Joined: 23 Oct 2015, 15:41
Znuny Version: 5.0.3
Real Name: Roberto Carraro
Company: FAIV

Re: Dynamic field in AgentTicketZoom

Post by robcar »

Thanks!
I added Key=Category (the dynamic field) and Content=1 in Frontend::Agent::Ticket::ViewFreeText and now I can change its value under Free Fields.
great
thank you
OTRS 5 on Linux with MySQL and LDAP A.D. backend.
Locked