[Resloved]New Email ticket reply template

Moderator: crythias

Locked
robpinnington
Znuny newbie
Posts: 15
Joined: 03 Feb 2011, 23:35
Znuny Version: 3

[Resloved]New Email ticket reply template

Post by robpinnington »

When I create a new email ticket the text box of the ticket is empty. I would lik to populate the text box with a text from a template. Checked the FAQ and it iseem to say that I look in
Search in the "Sysconfig" for ResponseFormat.
Select the sub-group Ticket::Frontend::Agent::ViewCompose
Modify the settings in Ticket::Frontend::ResponseFormat

Here I find the following
$QData{"Salutation"}
$QData{"StdResponse"}
$QData{"Signature"}

$TimeShort{"$QData{"Created"}"} - $QData{"OrigFromName"} $Text{"wrote"}:
$QData{"Body"}


So where is the StdResponse stored because it is not in the Responses in the admin module
Last edited by robpinnington on 31 Mar 2011, 14:56, edited 1 time in total.
robpinnington
Znuny newbie
Posts: 15
Joined: 03 Feb 2011, 23:35
Znuny Version: 3

Resolved: New Email ticket reply template

Post by robpinnington »

I found this is where it resides
SysConfig Ticket -> Frontend::Agent::Ticket::ViewEmailNew
Locked