Show DynamicFields in PDF output

Moderator: crythias

Locked
diegospano
Znuny newbie
Posts: 6
Joined: 06 Jul 2016, 17:03
Znuny Version: 5.0.10
Real Name: Diego Spano

Show DynamicFields in PDF output

Post by diegospano »

Dear OTRS team,

as OTRS is able to show Dynamic fields in CSV search results, it can do the same with printed output?

I've checked Frontend::Agent::Ticket::ViewPrint but didn't work for me (doesn't show DynamicFields in PDF output).

Any hint to point me in the right direction?

Thanks!

Diego
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: Show DynamicFields in PDF output

Post by reneeb »

You have to enable the DynamicFields in the SysConfig option Ticket::Frontend::AgentTicketPrint###DynamicField
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
diegospano
Znuny newbie
Posts: 6
Joined: 06 Jul 2016, 17:03
Znuny Version: 5.0.10
Real Name: Diego Spano

Re: Show DynamicFields in PDF output

Post by diegospano »

Thanks for your answer. I added it into Ticket → Frontend::Agent::Ticket::ViewPrint but I have no results (can´t find the key you mentioned). Just to clarify what I need: when I run a search, I can choose the output: csv, Excel, print or normal. Csv and Excel have all the columns I want (I added it in Ticket::Frontend::AgentTicketSearch###SearchCSVDynamicField). But I have no luck to get these columns in Normal or Print output.

Regards.
Locked