[SOLVED]Dynamic field in search results PDF

Moderator: crythias

Locked
aph
Znuny superhero
Posts: 646
Joined: 20 Jun 2014, 12:11
Znuny Version: 3.3.9, 4.x, 5.x

[SOLVED]Dynamic field in search results PDF

Post by aph »

I'm able to export dynamic fields when I export search results in CSV format. I simply added the desired dynamic field to Ticket::Frontend::AgentTicketSearch###SearchCSVDynamicField.

How do I export dynamic fields when I export the search results in PDF format? I was not able to find a similar setting as in case of CSV export
Last edited by aph on 08 May 2015, 16:46, edited 1 time in total.
OTRS 3.3.x (private/testing) on Windows Server 2008 with MSSQL database.
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: Dynamic field in search results PDF

Post by RStraub »

That is hardcoded. As you are using 3.x, take a look into:

Code: Select all

~otrs/Kernel/Output/HTML/Standard/AgentTicketSearchResultPrint.dtl
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
Locked